order count
-
Hi.
I want to get a comment on the screen, that tells me the number of orders "x" and the lots "L"
buy x orders, L lots
sell x orders, L lots
sell stop x, L lots
buy stop x, L lots
sell limit x, L lots
buy limit x, L lots.
My question is where to get the data from the count.
thanks -
and I am also interested in visualizing the float that carries the set of open operations and the DD, max accumulated losses in the float.
-
@cesardefez You need to create as many variables as info items you need and then take those lots from each trade. How many open trades and active pending orders are you planning to have at the same time?
-
@ l-andorrà many, the last test I am doing has opened 52 open and pending operations 36, but it may be more
It gives me that it is quite complicated to get a simple information, that surely the platform has it. -
@cesardefez Yes, the platform has all that information, but you want to visualize it individually on screen and that needs a structure to do it. Are you sure you want to see 36 lines of lots +52 additional lines of other info on your screen? Is it so important?