Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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

BS_MarketPrice - indicateur pour MetaTrader 4

Vues:
14339
Note:
(3)
Publié:
2008.08.05 08:14
Mise à jour:
2014.04.21 14:53
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator BS_MarketPrice.

Parameters:

Indicator_Name="BS_#MarketPrice";
Right_Top=true;
Shift_Y=0;
Shift_X=0;
// Untuk menentukan Warna Harga sesuai arah Trend
Price_Variable="Setting for Price Color";// change
Price_color_Up=Blue;
Price_color_Dn=Red;
Time_Frame=15;
//----
MA_Fast_Period=1;
MA_Fast_Method=0;
MA_Fast_Apply_To=0;
MA_Fast_Shift=0;
//----
MA_Slow_Period=4;
MA_Slow_Method=0;
MA_Slow_Apply_To=0;
MA_Slow_Shift=0;


BS_MarketPrice

DT-Pirsonq4 DT-Pirsonq4

Indicator DT-Pirsonq4.

DayOfWeek DayOfWeek

Indicator DayOfWeek.

CCI_onMA CCI_onMA

Indicator CCI_onMA.

ZigAndZag_V2 ZigAndZag_V2

A regular release of an EA by the ZigAndZag indicator.