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
- Visualizzazioni:
- 10949
- Valutazioni:
- Pubblicato:
- 2008.07.18 07:28
- Aggiornato:
- 2014.04.21 14:52
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
The indicator MoR.
RSI_Timeframe=0; //0=current chart,1=m1,5=m5,15=m15,30=m30,60=h1,240=h4,etc...
RSI_Period=10;
RSI_Applied_Price=0; //0=close, 1=open, 2=high, 3=low, 4=(high+low)/2, 5=(high+low+close)/3, 6=(high+low+close+close)/4
MA1_Period=10;
MA1_Method=1; // 0=SMA, 1=EMA, 2=SMMA, 3=LWMA
MA2_Period=30;
MA2_Method=1; // 0=SMA, 1=EMA, 2=SMMA, 3=LWMA
MoR

An excellent work for the future. A high profitableness.

Another version of indicator VoltyChannel_Stop.

An example of the script that writes the values of the RSI indicator to a CSV file.

The indicator is almost 2 years old. I didn't lay it out, because I had no idea of how to use it.