Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
As there have been code conflict issues i have coded in a Multi_Number which is a bit like the Magic number EA's have so that you can load many different STOCH Bars indicators onto the same chart, just remember to change the Multi number as you load each one, as you can see by the screenshot it is possible to also change the colors with no code issues, i have not tested this on a live market but it appears to work on the stratergy tester
The new indicator is on the 1st post and has a M# after the name which shows that it is Multi numbered.
Hi cja.
I have the same problem even I only use one stoch.
I try ibfx, north finance, fxdd, all have the same problem.
If only I have the problem. No need to fix it. It just looks weird, but it still changes colors when it should.
Thanks for your help.
Hi cja.
I have the same problem even I only use one stoch.
I try ibfx, north finance, fxdd, all have the same problem.
If only I have the problem. No need to fix it. It just looks weird, but it still changes colors when it should.
Thanks for your help.
Looking at your screenshot you must still have an old indicator either loaded on the chart or sometimes it is enough to have an old indicator in your indicator folder, remove the old stoch bars from your indicator folder and try again or try the new indicator with the M# in the name that should solve the problem for you.
I delete these old stoch bar indicators.
But the problem is still there.
My folder has other 2 stoch indicators, #MTF Stochastic_iya.mq4, Stochastic_Cross_Alert2.mq4. No other stoch indicators.
Quote:
Originally Posted by cja
Looking at your screenshot you must still have an old indicator either loaded on the chart or sometimes it is enough to have an old indicator in your indicator folder, remove the old stoch bars from your indicator folder and try again or try the new indicator with the M# in the name that should solve the problem for you.
Could you explain what the settings codes mean for
1. Stoch_Price_Main: 1-7
2. Stoch_Price_Signal: 1-7
I was experimenting but could not tell the differences.
Thx
The Stochastic indicator has 2 lines - 1 line is the MAIN K line the other is the SIGNAL D line the PRICE code sets each line or level to a preset level as listed :
0 = Close price
1 = Open price.
2 = High price.
3 = Low price.
4 = Median price, (high+low)/2.
5 = Typical price, (high+low+close)/3.
6 = Weighted close price, (high+low+close+close)/4
Each setting affects the way the lines or levels react to price movement, try loading a Standard Stoch indicator onto a chart and altering the price settings to see what it does.