Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
sma crossover strategy
Collapse
X
-
sma crossover strategy
I have created a simple moving average crossover strategy in the strategy wizard, but now I want to add a condition to it based on a 3rd slower sma? For example if the crossover is below the 3rd slower sma, I want to wait to enter until price closes beyond this 3rd ma and add a marker there. Thanks.Tags: None
-
I did this in the wizard as I don't know programming. At what screen/point can I do this in the wizard? Thanks Adam.Attached Files
Comment
-
You can do it from the conditions and actions step.
Assuming you're using SMAs....
# Set 1
# Add
# Indicators
# SMA
# Set the period or use the variable you defined earlier for the Fast MA
# in the middle column set CrossesAbove
# in the right column set SMA
# Set the period or use the variable you defined earlier for the Slow MA
# OK
Now you have your fast MA crossing over the Slow MA. To make sure that the crossover is above the Confirmation MA:
# Add
# Indicators
# SMA
# Set the period for Fast MA
# in the middle column set Greater Than
# in the right column set SMA
# Set the period or use the variable you defined earlier for the confirmation MA
# OK
And do the same thing for the Slow MA to make sure that it is also above the Confirmation MA.Last edited by AXELGREASER; 06-30-2012, 08:41 PM.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
65 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
149 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
99 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
286 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment