How can I choose what trade is loaded on pink blocks?
-
I need to use several pink blocks but all of them must apparently work with a 'For each trade' block heading them all. That loads and checks all trades that are open on my chart. How can I specify that a specific trade (identified with its unique ticket number) is the only one for which all those blocks are applicable?
-

-
That wouldn't work. No ticket number is = 1.
-
I thought you have that ticket number and logically you replace value 1 with that unique ticket number

block For each Trade is basically loop which is loading ticket number for one trade and with other blocks connected in this loop you can filter and working with that trade, you can save values into variables (or array), from one trade, from filtered trades or all trades, and than working with that .... these pink blocks are very powerful ..
-
Sorry, I didn't understand you XD. Thank you very much for your explanation. I will try what you say. Your help is always very useful.