DislikedЗдравствуйте, подскажите, можно ли сделать индикатор, который будет рисовать линии открытия...Ignored
https://www.forexfactory.com/thread/...ines-indicator
It never gets easier, you just get better
1
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedЗдравствуйте, подскажите, можно ли сделать индикатор, который будет рисовать линии открытия...Ignored
Disliked{quote} It's done thank to you. Master, may your abilities always grow and multiply to the extent of your willingness and generosity.Thanks, Plenty of Blessings for You
Ignored
Disliked{quote} No, this can't make us money. I worked on this topic once. I already have an EA profitable like crazy..., only in Tester. In reality we can't get the StopLoss where we want it. For example, if you trade the Crash Index by buying, the crash will always lose you money, because the StopLoss will always be executed at the lowest price of the crash. That's why it's called "crash". And any other way of closing the trade, manual, or by EA, will always give the same result, because your broker will not give you the price you want. Again, that's...Ignored
DislikedHello good sir, I am looking for a simple indicator which shows the a) Current high low of the candle forming now b) The high low of the previous candle. If you could do that I would be very grateful . . Thanks in advance, JigIgnored
DislikedCould someone please add an audible alert to this indicator? The signals do NOT repaint. Thanking you in advance, Hercs. {file}Ignored
Disliked{quote} Good day Chief. Thanks for all you. I want to make my request as simple as possible and who knows, it may even be available somewhere in the thread
. I just want an EA that catches 5 to 10 pips per session (Both London and NY session) and it should open only 3 to 5 positions per session. It should be able to trade any pair. No news trading
. Thanks in anticipation
.
Ignored
Disliked{quote} Meaning this EA can work on other Volatility Indices other than Crash and Boom. Would you mind referring me to it's location? Thanks
Ignored
DislikedHello all. Does anybody have aroon up down indicator MT5 with alert when indicator line crosses or overbought 70 or oversold 30? I am trying to understand the coding but it eludes me for now. Was mentioned in an article that the alert "Indicator_data" is similar to capock curve's? tiaIgnored
Disliked{quote} Hello Jeanlouie, it's the niceest way to use any .ex4 files, please share the mq4 file so i can also learn how they can be coded for any other ex4 files. thank you in advace.Ignored
Disliked{quote} Use the icustom function to get any buffer value in any indicator that is present in the indicators folder.Ignored
Disliked{quote} can you please show a clear example so i might be able to follow itIgnored
double iCustom( string symbol, // symbol int timeframe, // timeframe string name, // path/name of the custom indicator compiled program (if only name, then indicator must be in Indicators folder) ... // custom indicator input parameters (input all the necessary parameters in order as they are in the indicator) int mode, // line index (index of the buffer from the indicator) int shift // shift (index of the for() loop in your code or candle index you're reading data from) );
Disliked{quote} It's not different than any other iWhatever(): https://docs.mql4.com/indicators/icustom double iCustom( string symbol, // symbol int timeframe, // timeframe string name, // path/name of the custom indicator compiled program (if only name, then indicator must be in Indicators folder) ... // custom indicator input parameters (input all the necessary parameters in order as they are in the indicator) int mode, // line index (index of the buffer from the indicator) int shift // shift (index of the for() loop in your code or candle...Ignored
DislikedHello, professionals. Please create an Expert based on this old indicator. Two conditions. 1 Work on Renko charts 2 Show the indicator settings. Thanks {file}Ignored
Disliked{quote} Best, it is much easier than i thought, thank you so much _/\_Ignored
Disliked{quote} Reading the code I can see that it alerts for the Symbol which the indicator is applied to. {image} That means that the indicator will alert for every chart it is running on. If you want it to alert only for specific trades, you need something like Magic Number to filter out the trades. Otherwise, I don't see how this indicator can work properly? Unless the broker guarantees SL and TP prices??? The conditions: if ( OrderClosePrice() == OrderStopLoss() ) and: if ( OrderClosePrice() == OrderTakeProfit() ) are almost never met, unless the broker...Ignored
Disliked{quote} unfortunately im not a coder,i tried but couldnt do it,it gives the alert of all symbols last open trade,so it is not serving the purpose,i wnt it to jsut give the alert of the pair it is attached,please try it for me.thanksIgnored