I was looking to get a custom control GUI built that will flatten positions .
The PL value will be specified on the GUI in a custom text field, and if that PL value is reached the position would be flattened. Currently its assumed that only one instrument will be trading at a time.
Based on my research on NT documentation I found that DLL interface with will do the job.
double RealizedPnL(string account)
COMMAND & FLATTENEVERYTHING
Kindly advise is the apprach is feasible ?
Thanks

Comment