@setsuna I think I solved your request two days ago. Have you tested it ???


I suggest you don't use the tester in "open price only" mode, but in "every tick" mode. 
@setsuna I think I solved your request two days ago. Have you tested it ???


I suggest you don't use the tester in "open price only" mode, but in "every tick" mode. 
@setsuna If you don't want pending orders (buy or sell) when there is an open order (buy or sell), you have to do this

@setsuna Try in the block "no pending orders" to set "limits and stops"

@ituinvests where is the indicator?
@samuel-mofo stop and restart MT5, it should appear after a few seconds. Otherwise open the expert folder, double click on your mq5 file and compile with Metaeditor
@ituinvests never use condition == with buffers, and since we have arrows we can use the "indicator appears" block, remember to always use ID1 candle with indicators
@jgwap203 I think there was a problem with Candle ID 0 in the example, since it opened you multiple orders at once, try this that I fixed
@ituinvests 99% of the indicators are calculated on the closure of candle 1, it cannot be the ID0 candle because it is still forming and does not yet have a defined value

https://fxdreema.com/forum/topic/6959/problems-using-candle-id0-instead-candle-id1
@ituinvests Hi!, I have not tested but surely do these things
delete wrong link

and set candle ID1 everywhere

@l-andorrĂ oh no, i have already converted several indicators, even customized ones, without problem
Hi dear fellow, i need to convert this mq4 indicator to mq5, but when I compile it in Metaeditor 5 I find the following error: "iBandsOnArray-function not defined"
I'm not a codere at all, someone who chews mql5 language to solve this problem? Thanks
Here are the two files
0_1565716107212_Pairs_Ratio.mq4
0_1565716124128_Pairs_Ratio.mq5
and the error
