Display current profit/ close profit (money) of EA
-
I intend to run some EAs in one MT4 terminal. However, I want to know if the EA earns or not.
How to display running profit / closed profit of the EA ?
-
@migen
You can backtest it, however the results of tests will always be different from reality, you can't be 100% sure that an EA will be profitable in the future.
Further going, you can check @roar tutorial : https://fxdreema.com/forum/topic/9406/tutorial-test-eas-like-a-pro/11 -
@seb-0 said in Display current profit/ close profit (money) of EA:
@migen
You can backtest it, however the results of tests will always be different from reality, you can't be 100% sure that an EA will be profitable in the future.
Further going, you can check @roar tutorial : https://fxdreema.com/forum/topic/9406/tutorial-test-eas-like-a-pro/11Maybe I'm not good at writing English. What I want is displaying info (running profit/closed profit by this EA - by unique magic number) on the Chart - such as comment block there are Trade Statics "Gross Profit" - however, I don't know how to display it on the chart correctly.
If it's possible, I want it only calculate the trades - recognized by unique magic number - that opened & closed by the EA (there are some EAs running in the terminal - running live trade - I want each EA displays it's Gross Profit so I know how each EA earn or not, instead of having to run EAs on different MT4 terminals )
-
@migen
It's me i didn't read you well. I don't know how this work with multiple EAs, try this block

Otherwise maybe you need to load the profit of each closed trade in a variable, accumulating them. -
I have just found out how to display profit of the running EA

-
@migen
Well done! -
This doesn't seem to work. Please check.
-
try to add ( turn on ) block right after (buy now or sell now ) then reference the # of ( pass) at it
-
Amazing. Works fine.