Watch how to download trading robots for free
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 3422
- Rating:
- votes: 28
- Published:
- 2022.04.14 18:20
The idea of the indicator
The principle of coloring the iCCI indicator line:
//--- zero crossing if(CCI_Buffer[i-1]<0.0 && CCI_Buffer[i]>=0.0) CCC_Colors[i]=1.0; if(CCI_Buffer[i-1]>0.0 && CCI_Buffer[i]<=0.0) CCC_Colors[i]=0.0; //--- if(CCI_Buffer[i]>=0.0) CCC_Colors[i]=1.0; else CCC_Colors[i]=0.0;
Rice. 1. Two iMA Formula
Remember: Oscillator signals must be confirmed with a trend indicator

Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.

Trading strategy for the custom indicator 'CHO Smoothed EA'

The EA works on the signals of the custom indicator 'PriceChannel_Signal_v2' ( https://www.mql5.com/en/forum/173249/page132#comment_15924070 )

ADXm (experiment)