Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Moving Average Cross overs
Collapse
X
-
Moving Average Cross overs
hi, how can i code multi ema cross over . i can do 2 line cross over but when i apply the same method to multiple lines it wont work. ex: ema 234567cross1012141618Tags: None
-
Hello hakanshuker,
Thank you for the post.
I went ahead and moved this into a new topic for your specific questions as the other post was very old.
When you say that you can do a 2 line crossover but when you apply the same method it wont work, can you provide a sample of what you are currently doing that does not work?
For multiple crossover conditions you can generally do something like the following:
Code:if(CrossAbove(EMA(12), EMA(20), 1) && CrossAbove(EMA(12), EMA(25), 1)) { }
I look forward to being of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
127 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
85 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
105 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
85 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment