Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
program help
Collapse
X
-
program help
I have a Jurbol Multi MA Color Slope indicator that i downloaded from this forum. When price is up color is green price down color red.Last edited by born again; 12-05-2013, 04:58 PM.Tags: None
-
Hi Born again,
Thank you for your post.
You would need to calculate when the price goes above the MA and touches or below. You would want to use CrossAbove or Below in this situation.
if(CrossAbove(Close, MA, 1))
{
//DrawDot
}
if(CrossBelow(Close, MA, 1))
{
//DrawDot
}
Here a couple links on the Cross and DrawDot -
http://www.ninjatrader.com/support/h...crossabove.htm
http://www.ninjatrader.com/support/h...ml?drawdot.htm
Let me know if I can be of further assistance.Cal H.NinjaTrader Customer Service
-
i am not really good at this i tried to create this strategy but got a lot of error messages and i am not sure how to make this dot only print 6 times is there any way that you can write this strategy so i could enter it into the strategy analyzer i would really be gratefull. Thank You
Comment
-
CAL did you get the info that i sent through mail support yesterday just thought i would check. Thank you
Comment
-
Cal i sent what you were asking for by regular email to support [at] ninjatrader [dot] com and att. Cal H i tried with mail to support and when i clicked send microsoft office came up and i am not sure what to do from there sorry for the inconvenience.
Comment
-
Cal i did not know where else to post this so i did it here. I just wanted to thank you for putting me in touch with Brandon @ customer support he did an awesome job for me and this is yet another reason why ninja trader is # 1 in this industry customer support is awesome. Thanks again and have a Blessed Christmas!
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
649 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
573 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
576 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment