Attachments forums

List of attachments posted on this forum.


All files on forums: 135673

Re: Stochastic indicators for MT4

Banzai, Wed Jan 15, 2020 12:44 pm

Modified a little bit so we can use any Wingdings font symbol.
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
note_Price="PriceField: Low/High = 0, Close/Close = 1";
PriceField=0; // Low/High 0, Close/Close 1
OverBoughtLevel =80;
OverSoldLevel =20;
show_KD_cross=true;
show_K_OBOScross=false;
show_D_OBOScross=false;
_MA_Method="SMA0 EMA1 SMMA2 LWMA3";
All files in topic