Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Lookback for conditions other than crossovers?
Collapse
X
-
Hello Tradarr,
A lookback period is used for CrossAbove and CrossBelow in the center.
A Period is used for indicators for a number of bars for the calculation and for MAX() and MIN() for the range (also under indicators).
For 'Bullish or Bearish engulfing' you might be referring to an indicator that has that as a parameter.
Are you referring to an indicator with that as a parameter?
If so, what is the indicator name?Chelsea B.NinjaTrader Customer Service
-
Yes, I am referring to the candlestick patterns indicator. Trying to use engulfing within past 10 bars as a condition in Strategy Builder, there is only bars ago and no range option.Originally posted by NinjaTrader_ChelseaB View PostHello Tradarr,
A lookback period is used for CrossAbove and CrossBelow in the center.
A Period is used for indicators for a number of bars for the calculation and for MAX() and MIN() for the range (also under indicators).
For 'Bullish or Bearish engulfing' you might be referring to an indicator that has that as a parameter.
Are you referring to an indicator with that as a parameter?
If so, what is the indicator name?
Comment
-
Hello Tradarr,
The CandleStickPattern will have a CandlestickPatternFound plot that will be equal to 1 when a pattern is found and 0 when no pattern is found for the selected pattern type.
This does not have a period and a custom indicator would have to be created to implement a Period input.
However, peaking at the logic for indicator, it uses a specific number of bars ago, and does not accumulate values that would be averaged like a moving average similar to the SMA. In other words, this script never uses bar data from more than 4 bars ago that I can see.
You are free to copy this indicator is open source, and customize the logic for this indicator how you would like if you want to add a Period input and change the logic to use more bars of historical data.Last edited by NinjaTrader_ChelseaB; 10-12-2020, 02:20 PM.Chelsea B.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Today, 05:17 AM
|
0 responses
50 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
126 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
69 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
42 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
46 views
0 likes
|
Last Post
|

Comment