SystemTrading
11-29-2008, 08:00 PM
TradeStation has a function named HighestDispValue. Their function returns the highest bar visible on the chart. What is the best way for me to accomplish this? Is there a way for me to access how many bars are visible on the chart?
NinjaTrader_Josh
11-29-2008, 10:12 PM
Unfortunately this is not supported.
Ralph
11-30-2008, 06:39 AM
You could have a look at the source code of one of the indicators of NT, SystemTrading. The Plot() method of the indicator VolumeZones depicts, how the desired information is to be extracted.
Regards
Ralph