Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Rate of Change
Collapse
X
-
Rate of Change
Hi, I've written script to calculate the SMA and plot it. I would now like to compare the rate of change of those SMA points such as the most recent SMA point , SMA[0] vs the SMA of 5 bars ago, SMA[5]. I would also, if possible, like to change the color of the plotted line to reflect positives and negatives rate of change. Could you please provide some guidance? Script is enclosed.Tags: None
-
Kay, you can check into this reference sample for how to achieve plot color changes - http://www.ninjatrader-support2.com/...ead.php?t=3227
The condition in the sample is just a Rising, Falling one, you could replace this then with your custom needed one (i.e. if (SMA[0] > SMA[5]....)BertrandNinjaTrader Customer Service
-
Hi Bertrand,
I followed most of the code but couldn't get a plot. I suspect it's the SMA(fastperiod)[0] >SMA(fastperiod)[5] portion that I've gotten wrong. Would you mind taking a look? It's to compare whether the current SMA(fastperiod) is greater than SMA(fastperiod) of 5 bars ago. Code is attached.
Thanks.
Kay WaiAttached Files
Comment
-
Thanks Bertrand!
Just one observation. When I add a separate "slower" SMA Line, i.e having 2 SMA lines running from the same script, some points don't even appear on the chart. So I separated the SMA lines into 2 different files. Looks just the way I wanted it!
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by MaybellMcKee, Today, 10:18 PM
|
0 responses
5 views
0 likes
|
Last Post
![]()
by MaybellMcKee
Today, 10:18 PM
|
||
Started by Lance El Camino, Today, 04:14 PM
|
1 response
12 views
0 likes
|
Last Post
![]()
by s.kinra
Today, 07:50 PM
|
||
Started by jtrading82, Today, 04:56 PM
|
1 response
9 views
0 likes
|
Last Post
|
||
Started by dmking, Today, 06:00 PM
|
1 response
6 views
0 likes
|
Last Post
|
||
Started by WHICKED, Today, 03:23 PM
|
1 response
12 views
0 likes
|
Last Post
|
Comment