Get individual values for multiple trades on the chart
-
Hello All,
I use the bucket of trades tag a lot and it's great. But I would like to get some individual values for multiple open positions, most are opened with a script.
I tried adding a Group Number to the script to see if that would somehow carry over to an EA added later but no go.
Can we scan the chart and get individual values (money, lots) for each trade? Thanks
-
Id put my eyes to the (OnTrade) tab at the top. There are more specific blocks available to OnTrade actions. @raveon

-
@raveon Depending on the conditions to search for that specific trade you will need an array. Sadly this is one of the few featureas fxDreema cannot do.

-

this could be the array block. lol
hop on over to the MQL5 forums and just place custom code in here.
Atleast I thought Miro came up with an Array of sorts some time. Very complicated stuff though.
-
Thanks all. For now, I'm using a free indicator from MQL5. Quite nice but only shows closed trade values. "Draw Profit".