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.
Don't know of any MTF that can do that, not just this one. Don't think there is a fix, the idea of a MTF is to be able to get the higher TF confirmation.
attached did it perfectly, why don't enable lower tf at higher tf on color stochastic? i like the color stoch for it's bars display, someone can help to put a finishing touch on it?
If we leave that option than there is some side effect that should be known:
for example :
15 chart with 5 min time frame
current bar -> ok
previous bar -> time-15 indicator showing time-5 value
so you have a serrious time deviation and the indicator is, appart from the current bar, never showing any correct value for that time point (only if,by chance they are the same)
that is why I do not let that option in indicators
in stringToTimeFrame function of indicator you have a line
PHP Code:
if (tf<Period()) tf=Period();
just comment it out and that will do the trick
regards
mladen
Quote:
Originally Posted by abcdefg
I like the V1.02 cause it comes with the alert, but when switched to say 15mins, it cannot display the stochastic for 5min, which means at higher tf, lower tf is not able to display, anyone could try to fix it? look forward to v1.03 or above
Thank you for v1.02 of this no re-paint MTF Stoch Indicator. I am living with it and trading four pair...just "stop and reversing" from arrow to arrow. I am on-track to making some money in the conservative way I like so much, Thanks to you. I want to Thank You from the bottom of my heart for your post and your flawlessly operating indicator with all the bells and whistles needed.
I would like to get an EA for this. Is this hard to make an EA for it? I want nothing else added to it...
Just the ability to keep entering the "like signal arrows" until the stop and reverse appears (opposite color arrow). Sometimes there can be a consecutive number of signals in the same direction using this indicator set to the TimeFrame:60 in the inputs and viewing the 4hr. chart. I simply "add to" with the consecutive signals building the position and averaging the price. Since I trade a basket of four independently trading pair, I always eventually float a positive, while waiting for arrows each 4 Hrs., because the indicator works. At an opposing arrow I simply "exit all" and go in the new direction, with my LotSize.
There is no need to complicate this "purposed EA" as there in no need to fix what works!
ES
Quote:
Originally Posted by mladen
Added option to draw as bars
PS: version 1.01 had an error when in MTF mode that previous bars colors were not "not inherited" correctly. Corrected in 1.02
Last edited by ElectricSavant; 09-24-2007 at 06:34 PM.
"PriceField parameter for stochastic"
0 - Low/High
1 - Close/Close
Alerts (arrows too) are not placed compared to price but value of the stochastic is compared to "overbought" and "oversold" values. The stochastic function used is the built in Metatrader stochastic, so ...
regards
mladen
Quote:
Originally Posted by ElectricSavant
Can anybody convert mladens color stochastics v1.2 to use the "open" instead of the "close" so the arrow does not appear and disappear?
...so it is not possible to cause the arrow to not disappear on a H4 TF.... is what you are stating...
damn..I can't get anybody to build me an EA...or stop the disappering factor...I am going to go kill myself now
I have made 10% on my account with this indicator this last week...trading four pair...
ES
Quote:
Originally Posted by mladen
PHP Code:
"PriceField parameter for stochastic"
0 - Low/High
1 - Close/Close
Alerts (arrows too) are not placed compared to price but value of the stochastic is compared to "overbought" and "oversold" values. The stochastic function used is the built in Metatrader stochastic, so ...
regards
mladen
Last edited by ElectricSavant; 09-29-2007 at 10:40 PM.