How to count the symbol of opened trade
-
I got some idea with Terminal variable it can communicate between EAs, I have 2 EA in my account
I want to calculate how many symbols’ trades in my account
-
This is far beyond my abilities, but I'm also interested in this.
-
If on the same terminal, you can use terminal variables.
-
@jstap how?
-
You read in most blocks (very similar to normal variables) to do something with them, there is a yellow block to record the information. Any information saved from any EA will be saved here, backtest also saves here f3 will show this information on your terminal. If you struggle add a shard link to show what your blocks are doing.
-
@jstap can you create an example for me please? i try around 3 hours i cant fix it
-
Create a test project, then paste it here and I'll have a look.