Donchian channel == standard ZigZag - so the signal will be very delayed.
Donchian's channel is good for trawl, and for take profit at counter trend.
101 error(s), 66 warning(s) 100 67
and how to deal with it?
and how to deal with it?
101 error(s), 66 warning(s) 100 67
and how to deal with it?
hi i'm trying to test Donchian Channels on MT5, but i need an Expert Advisor, i liked your article, but i can't create the Expert Advisor from your article
I've already downloaded the attached files, pasted them into the MT5 folder, but it doesn't appear in MT5. how do I do it? what's still missing?
Good morning!
I couldn't get it to work either!
I'm having trouble compiling this. Your code is advanced for me so I'm having a hard time figuring out how to fix it. Its these errors here:
'method' - undeclared identifier MenuItem.mqh 228 110
'method' - some operator expected MenuItem.mqh 228 110
bool CMenuItem::CreateMenuItem(const long chart_id,const int subwin,const int index_number,const string label_text,const int x_gap,const int y_gap) { //--- Exit if there is no pointer to the form if(!CElement::CheckWindowPointer()) return(false); //--- If there is no pointer to the previous node, then // an independent menu item is implied, that is the one that is not a part of a context menu if(::CheckPointer(m_prev_node)==POINTER_INVALID) { //--- Leave, if the set type does not match if(m_type_menu_item!=MI_SIMPLE && m_type_menu_item!=MI_HAS_CONTEXT_MENU) { ::Print(__FUNCTION__," > The type of the independent menu item can be only MI_SIMPLE or MI_HAS_CONTEXT_MENU,", "that is only with a context menu.\n", __FUNCTION__," > The type of the menu item can be set using the CMenuItem::TypeMenuItem()") method")"; return(false); } }
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
New article Trading with Donchian Channels has been published:
In this article, we develop and tests several strategies based on the Donchian channel using various indicator filters. We also perform a comparative analysis of their operation.
I will not reinvent the wheel and will not create another program implementation of this indicator. I decided to use its Donchian Channels System modification, which perfectly characterizes the trading style based on this system. In Fig.1 pink and blue candlesticks show the areas where the channel borders are broken, market entry is supposed in this places.
Fig1. Operating principles and entry points based on the Donchian Channel.
Author: Alexander Fedosov