PDA

View Full Version : High/Low Indicator


Fernando
03-23-2009, 10:16 AM
I'd like to do a basic indicator. Having previus bar High and Low and for actual bar as well, only as label - without line.

I' m new on NinjaTrader, I know to do this on Trade Navigator - we only write High.1 for previus bar and High for actual bar.

Can sameone help me to adapt this Trade Navigator languge to NinjaTrader?

Is there any manual with a list of NinjaTrader funtions?

I see the instrutions to do custumer indicator on NinjaTrade help, I understand the way to do but I need a list of predeterminate funtions.

Ty

NinjaTrader_Bertrand
03-23-2009, 10:29 AM
Hi Fernando, thanks for your post. To access the previous bar's High and Low you simply use High[1] or Low[1] in NinjaTrader, the brackets denoting the bars you want to reference back.

These tutorials will be very helpful for a smooth start in NinjaScript -

http://www.ninjatrader-support.com/HelpGuideV6/Overview18.html

For a complete overview I suggest you work yourself through the NinjaScript language reference made available in our helpguide under NinjaScript > NinjaScript language reference.

Also consider reviewing our reference samples and tips - http://www.ninjatrader-support.com/HelpGuideV6/ReferenceSamples.html