Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
RSI value at close of bar
Collapse
X
-
RSI value at close of bar
Hi I have a strategy I’m working on. To put a order in 1 tick above the high of a candle close, when the RSI value crosses above the oversold. The issue I’m having is it is reading the RSI last value but it’s not basing it off the close of the candle. How can I get it to only read when the candle closes, to read the value of the RSI? To input the order. ThanksTags: None
-
Hello Hurrikane,
Thanks for your post and welcome to the Ninjatrader forums!
Can you clarify if you are working directly in Ninjascript or are you using the Strategy Builder?
What Calculate mode is the strategy running in? (OnBarClose, OnPriceChange, or OnEachTick)
Are you testing the strategy on live data, marker replay data or in the strategy analyzer with historical data?
Paul H.NinjaTrader Customer Service
-
Hello Hurrikane,
Thanks for your reply.
If you use Calculate.OnBarClose then your strategy code will run one per bar when the bar closes. The values of the RSI would be of the values when the bar closes and would not change.
You could also use Calculate.OnEachTick and use the system bool IsFirstTickOfBar as a trigger to run your coe that only needs to run once per bar.
Reference: https://ninjatrader.com/support/help...ttickofbar.htm
Here is a link to an example that shows this in use: https://ninjatrader.com/support/help...either_cal.htmPaul H.NinjaTrader Customer Service
Comment
-
Hello Hurrikane,
Thanks for your reply.
Calculate.OnBarClose will work in every bar type.
Do you see any errors in the "Log" tab of the control center related to the strategy?
If so that would need to be addressed.
If no errors, can you clarify your comments "...it isn’t reading the OnBarClose.".
Paul H.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by Franck Z, Today, 09:49 AM
|
0 responses
5 views
0 likes
|
Last Post
![]()
by Franck Z
Today, 09:49 AM
|
||
Started by pvtrader, Today, 08:02 AM
|
2 responses
7 views
0 likes
|
Last Post
![]()
by pvtrader
Today, 08:47 AM
|
||
Started by Natoc, Today, 03:04 AM
|
1 response
17 views
0 likes
|
Last Post
|
||
Started by Rudy2323, Today, 02:56 AM
|
2 responses
28 views
0 likes
|
Last Post
![]()
by Rudy2323
Today, 06:49 AM
|
||
Started by tonynt, Yesterday, 02:07 PM
|
1 response
38 views
0 likes
|
Last Post
|
Comment