Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
FX backtesting
Collapse
X
-
FX backtesting
I'm attempting to back test an FX strategy. I've set Type to "minute" and Value to "1440" in order to back test on "daily" prices... when I run the best test on this time frame NOTHING happens!Tags: None
-
i have more than enough bars and no errors are the control center log. just to clarify...i'm getting my data from Gain Capital and they don't provide daily data so DataSeries parameters during back testing are, Type: Minute, Value: 1440 in order to generate daily bars. my code is simply if(Close[0]>High[1]) EnterLong();
Comment
-
i can't figure out what's going wrong! it works just fine when using other values when back testing i.e. (300 min,120 min, 60 min ,etc...)
Comment
-
i have my session begin set at 12:00 AM and session end at 12:00 AM. is this correct if i have my dataSeries variables: type set to minute and value set to 1440?
Comment
-
I'm "BACKTESTING", the chart displays fine, it's just not executing the trades! To clarify, I"m receiving data from Gain Capital which doesn't provide daily data so when backtesting my strategy on a daily time frame I have to use Minutes for my type and 1440 for my value in the DataSeries within the BackTesting dialog box.
Comment
-
Here are my settings within the Backtest dialog:
Time series:
Type= Minute
Value= 1440
Time frame:
Session begins= 4:00 PM
Session ends = 4:00 PM
Within the NinjaTrader IDE I have ExitOnClose=false and the code I'm running is VERY simple: if(Close[0]>High[1]) EnterLong()
Comment
-
it's still not working. when i attempt to backTest the EURUSD with SimpleMACrossOver with settings of type: minute, value: 1440 and Exit on close: false it's still not executing any orders! the chart displays just fine but no trades! could it have something to do with my timeFrame: Session begins 4:00 PM and Session ends 4:00 PM?
Comment
-
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
662 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
376 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
110 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
580 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment