Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 16790
- Rating:
- Published:
- 2008.05.02 10:13
- Updated:
- 2014.04.21 14:52
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Author: mladen
Indicator OnChart Stochastic.
Parameters:
extern int KPeriod =14;
extern int Slowing =3;
extern int DPeriod =3;
extern int maPeriod =20;
extern int maMethod =1;
extern int maPrice =0;
extern int overBought=80;
extern int overSold =20;
extern string timeFrame="Current time frame"
Indicator OnChart Stochastic

All data of this indicator is contained in the coordinates and names of graphical objects. Trade alerts are extracted from the graphical objects generated by the indicator.

Indicator SAR Color.

Indicator Hull_O_H_L_C.

A modified parabolic. It readjusts the entering/leaving points according to the situation on the market.