Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Help! How to call the current price value
Collapse
X
-
Help! How to call the current price value
Hello, please tell me how I can call the current price value and compare it for example with the opening price?Tags: None
-
Hello Papercut110,
Thank you for your note.
Could you please clarify in more detail what you're looking to do so I can better direct you? If you are looking just to reference the values you could use the Market Analyzer to display them under Control Center>New>Market Analyzer. Or you could use the Strategy Wizard to build a condition/strategy under the Control Center>Tools>New NinjaScript>Strategy.
See Market Analyzer Youtube:
For the Strategy Wizard:
In Strategy Wizard, after pressing next you would want to name the strategy and set CalculateOnBarClose to False, so that Close[0] would equal the last price. Click next next, then under Conditions and Actions, "When the following conditions are true"">Add.
This is where you could compare the Close (Current price) against the Open using the various operators in the middle.
See Strategy Wizard Youtube:
I look forward to you're reply.Alan P.NinjaTrader Customer Service
-
NinjaTrader_AlanP, did I understand you correctly, if I use CalculateOnBarClose = False then "Close[0]" will use the current price, but not the one which closed bar?? I'm sorry, my language is lame
Comment
-
Hello Papercut110,
If you set CalculateOnBarClose=False, your conditions are going to be evaluated with each incoming tick and Close[0] is going to represent the current price until the bar closes.
See CalculateOnBarClose section of our Helpguide:
Please let us know if you need further assistance.Alan P.NinjaTrader Customer Service
Comment
-
-
GetCurrentAsk and GetCurrentBid
When OnBarClose is True, I can still access GetCurrentAsk() and GetCurrentBid(). It is surprising for me that both these functions are available but something like: GetCurrentPrice() is not! And I have use OnMarketData() just to get the current price! Anyway, thank you for the earlier answer, it certainly helped
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
134 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
75 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
119 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
114 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
90 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment