Hello,
would it be possible to rewrite the indicator to include the RSI into it?
Basically make and Stochastics RSI filtered indicator.
Would that be possible?
Thx.
D.
Re: Stochastic indicators for MT4
412hi coders, can you make an arrow indicator near candle (main chart) of the crossover/point of touch between %K and %D of stochastic 3,3,5 - closed/closed - simple/linear weighted.
i place the white vertical lines for reference.
also, can you make an alert sound (not message) along with the arrows. its ok if it recalculates/rapaint/reposition, as long as the touch happens
i place the white vertical lines for reference.
also, can you make an alert sound (not message) along with the arrows. its ok if it recalculates/rapaint/reposition, as long as the touch happens
fractals inside fractals
Re: Stochastic indicators for MT4
413Here's a template for Stochastic (5,3,3), (8,3,3), (13,3,3), (21,3,3), (34,3,3), (55,3,3), (89,3,3), (144,3,3)
Those numbers are Fibonacci numbers: 5, 8, 13, 21, 34, 55, 89, 144
Those numbers are Fibonacci numbers: 5, 8, 13, 21, 34, 55, 89, 144
- These users thanked the author Banzai for the post (total 3):
- Amunra5, vvFish, Tanzenkran
Re: Stochastic indicators for MT4
414You can change the Wingdings font symbol
Fibonacci numbers = 5,8,13,21,34,55,89,144
Fibonacci numbers = 5,8,13,21,34,55,89,144
- These users thanked the author Banzai for the post (total 2):
- navid110, Tanzenkran
Re: Stochastic indicators for MT4
415Modified 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";
Re: Stochastic indicator(s)
417Here's the template to trade his way.jerrysb wrote: Mon Jun 12, 2017 1:29 am
Hi,
Well it's more of an art that a science. In fact that's why I am looking for indicators to make it rule-based.
What I do is basically a mean-reversion scalping strategy on the 15 min timeframe.
- I use the recursive stochastics for a "cyclical" view - i.e. what was supposed to happen if price were cyclical. I assume there is a 20 bar cycle - William Bressert said so!
- I use the DSS r-squared for the actual momentum view - what actually is happening with orderflow.
When they agree - price has a chance to bounce from the S/R or supply and demand zone.
When they disagree - a new S/R or supply demand zone has a chance to form that will be a point of entry later when tested.
To identify S/R or S/D zones I look in the past - if cyclical stochastics said down but price went up then there are strong bids there so I can scalp the bounce or if price should break through - bids will flip to offers and support will become resistance.
I don't care much how I draw my S/R lines or S/D zones - don't think there is a "correct" way of doing so. I just use the closest round numbers to trade off.
Here is a pic from the recent euro price action.
Re: Stochastic indicators for MT4
418Good day,
All the divergence indi on the internet are crap when it comes to M1. div of rsi, stoch, cci, macd, trix, osma, tsi, rsx, ewo, ao, and so forth.. with smoothing or adaptive of all sorts
Please make divergence on the %K line of this indicator. (K period 3, slowing 3)
thanks.
All the divergence indi on the internet are crap when it comes to M1. div of rsi, stoch, cci, macd, trix, osma, tsi, rsx, ewo, ao, and so forth.. with smoothing or adaptive of all sorts
Please make divergence on the %K line of this indicator. (K period 3, slowing 3)
thanks.
fractals inside fractals
Re: Stochastic indicators for MT4
419I think this was posted before but really is one of the best divergence indies around and is Stoch as well. Also take a look at Wildhog it's pretty good too.Amunra5 wrote: Thu Jan 23, 2020 1:14 am Good day,
All the divergence indi on the internet are crap when it comes to M1. div of rsi, stoch, cci, macd, trix, osma, tsi, rsx, ewo, ao, and so forth.. with smoothing or adaptive of all sorts
Please make divergence on the %K line of this indicator. (K period 3, slowing 3)
thanks.
Re: Stochastic indicators for MT4
420If they are all garbage why would you want to add it to stochastic, sorry not understanding?Amunra5 wrote: Thu Jan 23, 2020 1:14 am Good day,
All the divergence indi on the internet are crap when it comes to M1. div of rsi, stoch, cci, macd, trix, osma, tsi, rsx, ewo, ao, and so forth.. with smoothing or adaptive of all sorts
Please make divergence on the %K line of this indicator. (K period 3, slowing 3)
thanks.