Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
KAMA Indicator with standard deviation
Collapse
X
-
KAMA Indicator with standard deviation
I'm new here and this is my first post. I'm excited to be part of the Ninjatrader community. Is there a way to add standard deviation to the KAMA indicator? I know the Bollinger Bands have a SMA with standard deviations forming a channel around the SMA. I would like to have the same but with KAMA as the middle line. Thank you for helping!Tags: None
-
Hello HappyTrader76,
Welcome to the NinjaTrader forums!
Below I am providing a link to a forum post with helpful resources and training videos on getting started with C# and NinjaScript.
You can supply the KAMA() indicator plot series as the input series to the StdDev()
Value[0] = StdDev(KAMA(2, 20, 30), 20)[0];
Chelsea B.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
53 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
34 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
100 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
180 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
170 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment