Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
Stochastic_Cross_Alert_SigOverlayM_cw - indicator for MetaTrader 4
- Views:
- 33462
- Rating:
- Published:
- 2008.06.11 08:01
- Updated:
- 2014.04.21 14:52
- Need a robot or indicator based on this code? Order it on Freelance Go to 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
Indicator that predicts possible reversal points.
Price_BarsM2_MTFThe indicator colors candlesticks.
STRATEGY REPORT INTO CHART
Drawing all results from a strategy tester report file into a chart.
OutQuotingsUnloading quotes from the selected period into an external file.