Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Single trade in one direction
Collapse
X
-
Single trade in one direction
Hello: The below attached strategy places the order when bar changes color and on close of the bar. Is it possible in Strategy builder to place only one order, 1st order on change of candle color till next color change. Currently, it keeps placing orders based on current color till next color change. Please see attached picture of the chart . Thanks,Tags: None
-
Hello mtamaku,
Thanks for your post.
Please note that we have moved your thread to the Ninjatrader 8 Strategy Development forum as that is a more appropriate forum for this topic.
Yes, you can create a "flip-flop" type condition where you would place one trade, flip the state of a bool and then place a trade in the opposite direction (in conjunction with your conditions) and continue the flip-flop process. I've created and attached an example strategy builder strategy you can download, install, and test. It places no trades and colors the background when the conditions change. The conditions in this example are of an EMA crossing above or below an SMA.
ExampleFlipFlop.zip
To Import
Download the zip file to your desktop, keep them in the compressed .zip file.
From the Control Center window select the menu File> Utilities> Import NinjaScript
Select the downloaded .zip file
NinjaTrader will then confirm if the import has been successful.
Critical - Specifically for some NinjaScripts, it will prompt that you are running newer versions of @SMA, @EMA, etc. and ask if you want to replace, press 'No'
- Likes 1
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
56 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
132 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
73 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
45 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
49 views
0 likes
|
Last Post
|

Comment