Forum

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 "" #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1

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, bullishDivergence, 1 )> 0 && iCustom ( NULL , 0

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 and the function I used

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 ////// //+------------------------------------------------------------------+ //|

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 missed the opportunity) This is my code: (I can not put it

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++) { bool res = OrderSelect