Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How to refer to an indicator in a strategy
Collapse
X
-
How to refer to an indicator in a strategy
If I have a custom indicator such as a candlestick pattern, how can I use it in a strategy. I want the strategy find any occurrences of this pattern. Since the indicator doesn't return a numeric value, I don't know how to check if it exists. Do I have to write the code for the indicator in the strategy?Tags: None
-
Very carefully.Originally posted by RJWard View PostIf I have a custom indicator such as a candlestick pattern, how can I use it in a strategy. I want the strategy find any occurrences of this pattern. Since the indicator doesn't return a numeric value, I don't know how to check if it exists. Do I have to write the code for the indicator in the strategy?
-
ok - being serious this time - is the code protected or can you view the code logic that you paid for?Originally posted by RJWard View PostIf I have a custom indicator such as a candlestick pattern, how can I use it in a strategy. I want the strategy find any occurrences of this pattern. Since the indicator doesn't return a numeric value, I don't know how to check if it exists. Do I have to write the code for the indicator in the strategy?
If the original author didn't provide any return... I'm not feeling any magic here...
Can you provide more information?
Does the indicator have an alert on the chart or something for such said candle pattern that
might happen?
*I like 3 white knights...especially when 5 show up!
Comment
-
I'm talking about a custom indicator that I write. One that identifies a candlestick pattern, an engulfing pattern, or any other type of candlestick pattern. There are many. The indicator finds the pattern and draws a triangle on the last bar of the pattern and adds a text label under the triangle. I just want to know if I can access this indicator when using the strategy wizard without having to replicate the code.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
59 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
143 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
161 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
97 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
283 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment