![]() |
|
|||||||
| General Programming General NinjaScript programming questions. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Oct 2008
Posts: 2
Thanks: 0
Thanked 0 times in 0 posts
|
Is it possible to store vars? For example I would like to store the Day Open price while working on the 5 Min chart?
Thanks, Avihu. |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2004
Location: Denver, CO, USA
Posts: 11,163
Thanks: 6
Thanked 45 times in 32 posts
|
Yes this is possible. Just declare a variable in a custom indicator like:
private double openPrice; then in the OnBarUpdate() method: if (FirstBarOfSession) openPrice = Open[0]; or you could just use our CurrentDayOHL() indicator. More information - http://www.ninjatrader-support.com/H...entDayOHL.html
Ray
NinjaTrader Customer Service |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Store Range Bars Once They Are Created | jvracing | Suggestions And Feedback | 5 | 02-21-2009 07:40 PM |
| Store Market Position | Faspomy | Strategy Development | 15 | 10-24-2008 08:15 AM |
| Does NT store Tickdata? | Hugo1 | Connecting | 1 | 10-14-2008 04:31 AM |
| Store data in SQL | cirion | Suggestions And Feedback | 3 | 07-16-2008 07:47 AM |
| Market Analyzer doesn't store data | MrBaffalo | Market Analyzer | 8 | 02-13-2007 01:57 AM |