I had same problem with my ea too just make sure you add these blocks in init tab and I hope you have saved lot sizes in a variable

I had same problem with my ea too just make sure you add these blocks in init tab and I hope you have saved lot sizes in a variable

How can I create a random number generator between 1 and 2? I have one weird but cool trading strategy. If I can make this random generator I can make a cool trading EA
yes combined tp of all open trades. i have got combined tp too but not sure how to draw line at possible take profit.
I have seen many other eas which do this easily.. if this forum allow me to add an ea here I can post it here. how it should be .. its not my ea. i was just searching for an example and I found it on some telegram channel
I have a martingale ea which opens multiple orders and but it doesn't show overall group trades take profit line which we see in chart. how I can I show it?
thanks bro will contact you here again if help needed.
i guess i am not explaining well.. problem is not about getting value from EA input values. What I am doing is creating martingale orders from dynamic distance.. so these buy and sell dynamic distance are increases automatically by the time as market goes down or up very much. this distances are stored in "variables" so when I restart terminal it get reset. I want to keep those "variables"
if i get it from global variable then it will be not correct.. i need to get variable saved from current orders and then re use it. i cant get it from ea inputs
I have some variables that I need to maintain even after the terminal restart.
these are pip distances between orders.. when the terminal restarts those are reset to defaults ones which is not good. any suggestion?
I had same problem with my ea too just make sure you add these blocks in init tab and I hope you have saved lot sizes in a variable

have you sent meta id of your phone mt4 app in PC mt4?
@l-andorrĂ I know about this but problem is that I also need to show EA Name and I also need to show current trade number like if first trad open then
EA Name - Magic number - Buy 1
after second trade like this
EA Name - Magic number - Buy 2