Filter by Lot Size
-
I want to take action only when a trade with specific lot size opened
for example i have a martingale strategy with 6 stages like
(0.01, 0.03, 0.06, 0.1, 0.15, 0.3)i want to focus on 0.3 trade if it is opened do ...
i do not want to filter by number of trades
i am strictly want to filter by lot size
if a trade with lot size "0.3" is opened do .....
any help ?
-
loop through open trades, check lo, do what you want:

-
thank you very much .. it is worked @jstap
-
@wolamen you are welcome