buy/sell successively adx check money profit
-
Hello
I have a problem with the transaction loading
my ea has an adx crossing condition and it takes a continuous position
I would like to find the number of open / close transactions and the increase in the profit of the transactions compared to my account to then block the buy / sell block and wait for the next adx signal
https://fxdreema.com/shared/QL9jPqZne -
@flockogola I do not recommend to connect any 'non pink' block to a pink block other than 'For each position'. I would substitute that 'if position' block for a 'For each position', but then it would be dredundant. I'm afraid I don't get the logic behind that structure.