Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

Stochastic_Cross_Alert_SigOverlayM_cw - indicateur pour MetaTrader 4

Vues:
33249
Note:
(19)
Publié:
2008.06.11 08:01
Mise à jour:
2014.04.21 14:52
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The indicator displays signals to buy/sell.

Parameters:

KPeriod=5;
DPeriod=3;
Slowing=3;
MA_Method=0; // SMA 0, EMA 1, SMMA 2, LWMA 3
PriceField=0; // Low/High 0, Close/Close 1
OverBoughtLevel =80;
OverSoldLevel =20;
show_KD_cross=false;
show_K_OBOScross=true;
show_D_OBOScross=false;
note_Price="PriceField: Low/High = 0, Close/Close = 1";
_MA_Method="SMA0 EMA1 SMMA2 LWMA3";


Stochastic_Cross_Alert_SigOverlayM_cw

XPoints XPoints

Indicator that predicts possible reversal points.

Price_BarsM2_MTF Price_BarsM2_MTF

The indicator colors candlesticks.

STRATEGY REPORT INTO CHART STRATEGY REPORT INTO CHART

Drawing all results from a strategy tester report file into a chart.

OutQuotings OutQuotings

Unloading quotes from the selected period into an external file.