Variable Use in Another EA
-
I have made 1 EA and open buy position
Buy position open price is variableNow same variable I can use in 2nd EA with same magic no.
if not then how can I use variable from 1st EA to 2nd EA -
@ashu-0 You can transfer numeric data by using global variables, you can also move data to a TXT file but this means using custom code, it is far easier to make 1 EA do all.