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 Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
580 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
335 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
102 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
554 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
552 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment