Thank you l'andorrĂ for replying.
i have source code .mq4 not fxdreama project. if needed .mq4 source code i can share you
i want below correction on my current EA :-
Problem 1 : once applying the EA on chart it's marking one red line that is bid rate and it's not opening any order until ask price reached to bid rate.
Resolution Need : Excute the order at market price once applied it on chart instantly no need to wait to reach Bid rate
Problem 2 : while change chart time frame or applying EA on different chart and if MT4 terminal get close open or restart. EA start the working with starting and does not care of previous running
open trades.
Resolution Need : EA should work continue with previous running open order in case of chart time change, ea apply on another chart and MT4 terminal close and open or restart, any condition.
Problem 3 : At the time of high volatility on market or price moved quickly from take profit in this case EA not opening order untill price back to near the take profit price of previous order.
Resoution Need : if first sell open at 1.3020 with 0.01(1st order) and if hits s/l at 1.3050, then buy at 1.3050 0.02 lot size(2nd order), if 2nd order also hit s/l then sell again with 0.04(3rd order)
if 3rd order also hit s/l then again buy with 0.10 with 2 trades (4th order) like that ea has to open order untill it hit it's TAKE PROFIT and after hiting TAKE PROFIT again start cycle
with first lot size continue (if buy order take profit hits than open buy order only if sell order hit take profit than open sell order with first stage).
please confirm
