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 kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
54 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
74 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
58 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
63 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
53 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment