How to count traded LOTS. Because here is only "total lots(sum)" that counts only opened volume fo a moment..
-
How to count traded volume in LOTS. Because here is only "total lots(sum)" that counts only opened volume for a moment, for open trades, but I need to count total volume for period of time, that counts closed orders. Lets say I open every day 0.1lot then same day I close it, then it shows 0.1, but after 30days I want to count every closed trade, and it should show 3.0lots per 30days.
-
Use bucket of closed trades
-
@jstap THANK YOU! works great!