Are there benefits or burdens to each option?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Building a better strategy?
Collapse
X
-
Hello Conceptzx,
That wouldn't necessarily matter performance wise, calling an indicator is going to take about the same amount of processing that having the logic in the strategy would use. Generally its easier to break parts of your calculations into indicators to simplify the strategies code, the indicator just returns a value or signal to the strategy so the strategy conditions can use that value.
-
Hello Conceptzx,
The strategy will set the indicators Calculate setting to match the strategy when called from the strategy so you would want to plan around that. If your indicator uses OnEachTick but the strategy uses OnBarClose that will affect how the indicator works, there are specific ways to get around that but generally its best to design your indicators to match the strategy if you are making new indicators.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
77 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
40 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
63 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
63 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
53 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment