Just trying to clean up a multitime frame strategy. I`m using two indicators, one on underlying chart price data and the other indicator on a 60 min time frame. When I do a backtest, I see I get odd fills on my underlying price data. (Please see attached image). How can I correct this? Any help much appreciated!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
MultiTimeFrame Strategy getting odd fill during backtest
Collapse
X
-
MultiTimeFrame Strategy getting odd fill during backtest
Hi Everyone,
Just trying to clean up a multitime frame strategy. I`m using two indicators, one on underlying chart price data and the other indicator on a 60 min time frame. When I do a backtest, I see I get odd fills on my underlying price data. (Please see attached image). How can I correct this? Any help much appreciated!Tags: None
-
I think i have seen this before.
In fact i am sure,
Are you using the strategy analyzer?
Originally posted by djoyce854 View PostHi Everyone,
Just trying to clean up a multitime frame strategy. I`m using two indicators, one on underlying chart price data and the other indicator on a 60 min time frame. When I do a backtest, I see I get odd fills on my underlying price data. (Please see attached image). How can I correct this? Any help much appreciated!
-
Hi Guys,
I am not using the Strategy Analyzer and i'm gonna try and answer you question Bertrand as I'm quite new to programming. I basically have an if statement with:
if( Close[0] > yadda yadda && BarsArray[1] > yadda yadda) then execute.
I am using an underlying 9min chart with the BarsArray[1] fetching a indicator value on a 60 min chart to use on the underlying 9 min chart. Hope that makes sense.
Any help much appreciated!
Thanks.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
157 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
91 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
143 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
131 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
107 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment