Thanks
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
bollinger band based on ema
Collapse
X
-
Hello Sideh101,
To do this, use high for the IDataSeries input in your Bollinger Bands indicator method.
Here is an example of this:
[/FONT][/COLOR]Code:[COLOR=#000000][FONT=Tahoma]double upperValue = Bollinger(High, 2, 20).Upper[0]; [COLOR=#000000][FONT=Tahoma]double middleValue = Bollinger(High, 2, 20) [0];[/FONT][/COLOR] [COLOR=#000000][FONT=Tahoma]double lowerValue = Bollinger(High, 2, 20).Lower[0];[/FONT][/COLOR]
Here is the Bollinger Bands Help Guide to assist you further.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
608 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
355 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
105 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
560 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
561 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment