I cant quite get my head around this.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
donchian channel of macd
Collapse
X
-
If you want to use it for a chart:Originally posted by amko57 View Postdouble myUpperValue = DonchianChannel(MACD(12, 26, 9), 20).Upper[0];
I don't understand above your reply.
Please describe process step by step.
Select the Donchian Channel via indicator dialogue box and select the MACD as the input series. Also make sure that you apply the Donchian Channel to a new panel.
Below attached is a chart, where I have added both the Donchian Channel for a MACD and the MACD itself.
If you wish to use the Donchian Channel applied to the MACD within a strategy or another indicator then the formulae
myUpperValue = DonchianChannel(MACD(12, 26, 9), 20).Upper[0];
myLowererValue = DonchianChannel(MACD(12, 26, 9), 20).Lower[0];
will allow you to collect the proper values.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by sjsj2732, 03-23-2026, 04:31 AM
|
0 responses
46 views
0 likes
|
Last Post
by sjsj2732
03-23-2026, 04:31 AM
|
||
|
Started by NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
297 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
292 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
135 views
1 like
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
98 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|

Comment