Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
CCI Color - indicatore per MetaTrader 5
- Visualizzazioni:
- 5478
- Valutazioni:
- Pubblicato:
- 2022.04.14 18:20
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
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
Real Trade Copy MT5
Utility for copying transactions from one MT5 account or MT4 account to another MT5 account.
CHO Smoothed EATrading strategy for the custom indicator 'CHO Smoothed EA'
PriceChannel_Signal_v2 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)ADXm (experiment)