- Search Crypto Craft
- tigpips replied Sep 28, 2011
You can edit them via metaeditor, it's pretty easy. You can just press Ctrl-F to bring up the Find Menu. Then proceed to find for "Alert(" or "PlaySound(". In front of these codes just type "//" in front of them to negate this line of code. Example ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 28, 2011
Hmm, see if this works for you, i didn't get much time to try this out yet. Since this indicator's current dot color repaints itself, I have set the alert to be based on the previous dot color instead of the current bar's dot color. Blue = up, Red = ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 15, 2011
Hi fxpedia, Your indicator actually takes reference to another indicator called "###QQE_Alert_MTF_v2###". There is a setting that controls the smoothed factor hence this can be coded, but there is no setting for rsi period. By any chance do you have ...
Help needed on qqe
- tigpips replied Sep 15, 2011
Hi Trader88, I have made the changes. Added: Number_of_Order_Cycle This refers to the number of pending orders that will be sent.
Scaling in Script
- tigpips replied Sep 14, 2011
Hi FxCba, here's your indicator. Calculation for Difference: Value of MA1 - Value of MA2 = MA Difference
I will code your EAs and Indicators for no charge
- tigpips replied Sep 14, 2011
This will get the close of the current heiken ashi candle: double HeikenAshi_close; HeikenAshi_close = iCustom(Symbol(),0,"Heiken Ashi",3,0); This will get the close of the previous heiken ashi candle: double HeikenAshi_prev_close; ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 14, 2011
Do you have the mq4 source file for MACD Candles v3.ex4?
I will code your EAs and Indicators for no charge
- tigpips replied Sep 13, 2011
Ok, I have made the amendments to the trailing display function and the diff price display according to the calculations that we have discussed earlier. Hope this is what you want lol
. I have added 2 more settings, both of which are used to ...I will code your EAs and Indicators for no charge
- tigpips replied Sep 12, 2011
Hi Kian, your newer version. It will only signal you once per bar. Meaning if it crosses above or below Fibo 0 or 100, it will only signal once for that bar, which ever cross comes first. This version uses Bid prices only. No Ask prices are used. ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 10, 2011
Hi Kian, here's your modded version. New Settings used: Alerts True = Alerts On False = Alerts Off Email True = Email on False = Email off MailSubject Refers to the Email subject header Added detecting of price levels of fibo lines. Here is how the ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 10, 2011
Added TP,SL,ECN support for 5 digits brokers,slippage.
I will code your EAs and Indicators for no charge
- tigpips replied Sep 10, 2011
Ok here's your indicator. Not sure if all the calculations are the same as what you want them to, but anyway lol. Here are the settings that it uses as well as its default value: FirstPair = "EURUSD" This is the first pair that it will take ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 9, 2011
Regarding the current day's gain/loss calculation in percentage... Do you want me to take consideration from the Ask price or Bid price? For example if taken from the Bid price then it would be...: Bid - Previous day's close * 1000; for 5 digit ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 8, 2011
Hmm ok I have made the changes, see if this is what you want now

I will code your EAs and Indicators for no charge
- tigpips replied Sep 8, 2011
see if this works for ya
N_Pips_Inverted_Bar Refers to "n" in this equation: Spread of the inverted bar (High - Low) > n pips Check_3_bars_same_type When this is set to true, it will check if the 3 bars prior to the inverted bar are of the same ...I will code your EAs and Indicators for no charge
- tigpips replied Sep 8, 2011
Ok I have changed the coding so that the script functions more like what you have described. Added new variables: Lots = 0.01 TakeProfit = 50 StopLoss = 50 Short Guide: After placing the script in your "MT4 Broker/experts/scripts" folder. 1) Launch ...
Scaling in Script
- tigpips replied Sep 7, 2011
This version will show only the current day's bar line when "Show_Current_Day_Only" is set to true. Barcount works when you have too many indicators on your chart or when your indicator is eating too much cpu power. And as a result, your screen ...
I will code your EAs and Indicators for no charge
- tigpips replied Sep 7, 2011
You mean for the indicator to give you an alert when any of your trade(s) has a profit of 20 pips or more?
I will code your EAs and Indicators for no charge
- tigpips replied Sep 6, 2011
Hmm... this indicator will only show on timeframes: M1 M5 M15 M30 H1 H4 D1 it will not show on Weekly or Monthly. Just not feasible. Since it calculates the open time for each day and draws a line. Unless you want the lines for weekly and monthly to ...
I will code your EAs and Indicators for no charge