Problem when using more than one graph
-
https://fxdreema.com/shared/DecAIEigd
How can I use this EA independently from other pairs? Your balance and equity checking system will close all simultaneous operations...
-
This is set to specific, so will only close trades on the chart it is attached to
-
@jstap right, but when it comes to calculating profit, it uses the balance value + constant (TP_Money), if a pair already has low equity and I open another pair, the profit value of that other pair will have to be much higher compared to to the value of the constant...
exemple...
I start the EA on the EURUSD pair, Balance $1000 + Constant (TP_Money) $50...
My profit will only be realized when the equity reaches $1050 right...
Let's say my Equity drops to $850 and I start another operation in gold for GBPUSD, the balance value will still be at $1000, so the GBPUSD operation will only close after I make $100 in profit instead of $50.
-
You will need to use groups, or symbol-specific positions to work out profit, you could get the symbol name when a position is placed and then use this in a bucket block to get the values.