Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Current price < Previous bar's low = exit position
Collapse
X
-
Easy to test live by simulation. First use the simulated datafeed. where you can actual control the apparent trendiness of the market in order to force favorable test conditions; then with Market Replay, which by using actual market data comes a smidgen closer to reality.Originally posted by Jebelle View Post
-
Thank you! I 'll try that immediately. Sorry I took long to reply. I didn't know there was another post.Originally posted by koganam View PostEasy to test live by simulation. First use the simulated datafeed. where you can actual control the apparent trendiness of the market in order to force favorable test conditions; then with Market Replay, which by using actual market data comes a smidgen closer to reality.
Can you tell me if setting the CalculateOnBarClose to false will really be intensive for my CPU? Apparently I really have to set it to false. I hope it it's not too heavy for my PC. I guess I'll get a good idea from simulated trading. If it's really that intensive, is there a way to get the "price"of the previous bar's low so I could just set a stop loss at that price?
Sorry for all the questions. I'm doing my best to build my strategy on ways that I know as much as possible, but there really are a lot of things that I still have to learn.
Comment
-
How the extra load "COBC = false" places on your computer affects things just depends on how much is also running on your computer and how much oomph the computer has.Originally posted by Jebelle View PostThank you! I 'll try that immediately. Sorry I took long to reply. I didn't know there was another post.
Can you tell me if setting the CalculateOnBarClose to false will really be intensive for my CPU? Apparently I really have to set it to false. I hope it it's not too heavy for my PC. I guess I'll get a good idea from simulated trading. If it's really that intensive, is there a way to get the "price"of the previous bar's low so I could just set a stop loss at that price?
Sorry for all the questions. I'm doing my best to build my strategy on ways that I know as much as possible, but there really are a lot of things that I still have to learn.
The lowest price of the previous bar is simply Low[1], and is historical, so the COBC value has no effect on it.
Comment
-
I see. It should be fine then. Thank you so much koganamOriginally posted by koganam View PostHow the extra load "COBC = false" places on your computer affects things just depends on how much is also running on your computer and how much oomph the computer has.
The lowest price of the previous bar is simply Low[1], and is historical, so the COBC value has no effect on it.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
93 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
31 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
34 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
70 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment