Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Stochastic_Cross_Alert_SigOverlayM_cw - indicator for MetaTrader 4

Views:
33205
Rating:
(19)
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 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.