Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Approaching Crossover
Collapse
X
-
Approaching Crossover
Is there any way to determine when moving averages are approaching eachother. So bar[0] would identify that the two lines are approaching each other, but have not yet crossed.Tags: None
-
Hello digitaldaze,
Thanks for your 1st post in the NinjaTrader forums!
You can track the math difference between the moving averages.
An example of this would be the MACD indicator which includes a "Diff" plot that shows the difference between the 12 and 26 period moving averages.
You could create a custom series that would allow you to store the difference between the 2 moving averages and you can then check to see if the difference value is approaching zero.
-
Thanks for your reply and for your welcome. More questions....
1) When I create a series how do I populate it with the strategy builder? I must be missing it somewhere.
2) If I read the Slope() description properly, i can determine that if the slope is > 1, then it is escalating at 45 degrees or more. If I check for Slope of an EMA line > .5, can I assume we are checking for ~ 22.5 degree escalation? Reverse direction in the negative -.5, -.25, -1, etc?
Comment
-
Hello digitaldaze,
Thanks for your reply.
I've created a short video to help with populating a custom series as well as how to use the Print statement so that you can see values being calculated: https://paul-ninjatrader.tinytake.co...MF8xMzc5NTY1OA
For the slope I would recommend printing out the values you are determining as a first step.
- Likes 1
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
53 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
130 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
70 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
44 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