Tolotra Ny
Tolotra Ny
Friends 2
Tolotra Ny
Added topic ARROW
HELLO How can I add an ARROW when the price breakout the hidhest asian session and the lowest? this is my code   but it does not work well,   it shows  many ARROW #property copyright "test" #property link
Tolotra Ny
Added topic boucle
hello; how to boucle those 2 codes? Thanks in advance sir ///////////////////CODE1////////////////// bool ArrowExistBuy = (( iCustom ( NULL , 0 , "Divergence" , RSI_period,RSI_applied_price,LongArrowCode,ShortArrowCode,ArrowSize,RSIStyle,RSIWidth
Tolotra Ny
Added topic Martingale problem
I want to  learn and add a  martingal with my code but it's not working well The first TP should move(but not close trade at especific value as my code now), The lot exponent should be fixed(eg:1.4) Add more position every Pipstep My code
Tolotra Ny
Added topic ARROW problem
Hello, I have a problem  with my code, it doesn't place an order when the arrow from the indicators appears Thanks for replying :-) Those are my code for INDICATOR and EA ////// EA //////
Tolotra Ny
Added topic Missed opportunity
Hello, I have a problem with my code Somtimes it missed the opportunity,  I have 3 accounts in the same broker and I put the same robot in those 3 accounts but Sometimes, 2accounts place an order but the another one does not place an order(it
Tolotra Ny
Added topic Trailing stop help
Hello, I need help for my code The trailing stop does not move(it's fixed when it is active), it should move once the price go to the take profit here is my code for that void Trailing_SL() {    for ( int i = 0 ; i < OrdersTotal (); i++)
Tolotra Ny
Registered at MQL5.community