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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
128 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
74 views
1 like
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
116 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
110 views
1 like
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
88 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment