View Full Version : Market Analyzer - Column Totals
murthymsr
01-03-2011, 02:49 AM
Market analyzer has the facility to show totals.
Is the total value of a column available as a built-in variable to be used in indicator development? (What is the variable name?)
This total value will be greatly helpful in developing market wide indicators. If not available, can the same be provided?
Thanks in advance.
murthymsr
NinjaTrader_Bertrand
01-03-2011, 04:08 AM
Thanks for the suggestion murthymsr, unfortunately the totals are not accessible programmatically, but they could be build for example from a MultiSeries script.
DrBen
03-10-2011, 09:25 AM
It would be a really big bonus for Money Management purposes to be able to access the total PnL when you have multiple strategies running. Then you can designate you overall Profit Target and Stop Loss for the day programmatically to shut off your strategies. It is hard to believe that an output tracked by your own system is really inaccessible...
NinjaTrader_Bertrand
03-10-2011, 10:32 AM
We welcome your input and enhancement suggestion DrBen, we added it to our tracking system with # 773.
As a current workaround you could save the individual strategies PnL to text files for example and then combine as needed in your custom code.
murthymsr
03-10-2011, 11:20 AM
We welcome your input and enhancement suggestion DrBen, we added it to our tracking system with # 773.
As a current workaround you could save the individual strategies PnL to text files for example and then combine as needed in your custom code.
Thanks Bertrand, for indicating the Tracking system #, while accepting a suggestion.
This practice may be followed for all future accepted suggestions also.
This will help all users whenever any new version is released.
murthymsr
DrBen
03-10-2011, 11:25 AM
We welcome your input and enhancement suggestion DrBen, we added it to our tracking system with # 773.
As a current workaround you could save the individual strategies PnL to text files for example and then combine as needed in your custom code.
Hi Bertrand, thanks for your quick reply. I sincerely hope that this does not mean that there are 772 issues pending before you can tackle this one :-).
Just to make sure, this function should track PnL of all running strategies, not just SIM 101.
Thanks,
DrBen
NinjaTrader_Bertrand
03-10-2011, 11:34 AM
That's what I understood DrBen, the # does not indicate any priorities / ranking though - it's an internally used reference number.