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.
I've searched about interpolation in this thread with no results...
If you leave open a chart with MTF indicator. such as MTF moving average for example... it calculates the MTF MA each quote... and leaves the value painted of all the current timeframe bars... but all the previous counted bars when you add the indicator are jagged with the values of the indicator Timeframe only.
is it possible to interpolate the MTF indicators with close values of current timeframe?
see attached picture
Try these two. They both function properly and the HMA Russian will change colors for up/down. Watch out for repainting though.
Can anyone tell me why I am getting 3 arrows in my MTF version instead of one?
tried to load #MTF_SHI_SilverTrendSigAlert.mq4 but it didn't appear on chart, anything i i should do to make it work, or anyone has a working copy to share?
Hi, Can anyone able to modify Mladen's Color Stochastic.mq4 into one 4 time frame bar in to one sub window,
like it shows on chart below( MFT CCI indicator).
I don't know why but to get MTF_FXSnipErgoCCI_BarM.mq4 to work you need to load FXSnipersErgodic_CCITrigger.mq4. you don't need it to attach on chart but just place in indicator folder.
what i like about FXSnipers indicator is that 4 time frame shows in one sub-window and automatically shift prevailing time frame as you change chart periods. for example on 15M chart shows 15M,30M,1H,4H, if you change chart period to 1H it changes to 1H,4H,1D,4W so on...
Can anyone venture to modify them please^^
#MTF_StochasticBar.mq4 =(Mladen's Color Stochastic.mq4)
Last edited by newdigital; 06-22-2008 at 04:36 PM.
could someone come out with an indicator to disable all indicator titles/labels, cause the text is blocking the bar displayed , seems to be irritating, appreciate kind help.
Classical Metatrader problem : not enough buffers
Color stochastic allready uses 6 buffers, Metatrader allows maximum 8
Even if you want to keep just the bar display and keep the 4 color coding, only 2 can be managed simultaneosly
Sorry
Quote:
Originally Posted by flyingduck
Hi, Can anyone able to modify Mladen's Color Stochastic.mq4 into one 4 time frame bar in to one sub window,
like it shows on chart below( MFT CCI indicator).
I don't know why but to get MTF_FXSnipErgoCCI_BarM.mq4 to work you need to load FXSnipersErgodic_CCITrigger.mq4. you don't need it to attach on chart but just place in indicator folder.
what i like about FXSnipers indicator is that 4 time frame shows in one sub-window and automatically shift prevailing time frame as you change chart periods. for example on 15M chart shows 15M,30M,1H,4H, if you change chart period to 1H it changes to 1H,4H,1D,4W so on...
Can anyone venture to modify them please^^
#MTF_StochasticBar.mq4 =(Mladen's Color Stochastic.mq4)
could someone come out with an indicator to disable all indicator titles/labels, cause the test is blocking the bar displayed , seems to be irritating, appreciate kind help.
Classical Metatrader problem : not enough buffers
Color stochastic allready uses 6 buffers, Metatrader allows maximum 8
Even if you want to keep just the bar display and keep the 4 color coding, only 2 can be managed simultaneosly
Sorry
Outchhh...well thanks for checking up Mladen. anyway your ability to come up with great indicators that rockkkk!!
Good luck with future development and may the force be with you and couple of millions doller^^
one small question about "IndicatorShortName" bit i'm getting oversold/overbought level with lots of zeros like 80.00000000,20.00000000, do you know which bit of code to change show like 80,20.
IndicatorDigits(N) - where N is nuber of digits after decimal point you want to see (usually it is Digits(), it apllies to every number displayed and drawn by the indicator - so be carefull)
Watching you charts it seems that you changed the number of digits in symbols list
To unchange :
open the symbol list -> right click, chose symbols -> chose a pair you want to change -> properties -> change digits to less
That should do it
PS: disregard what I wrote, I really do not know how did you change the number of digits displayed on your charts
if you did not change the indicator itself
Quote:
Originally Posted by flyingduck
Outchhh...well thanks for checking up Mladen. anyway your ability to come up with great indicators that rockkkk!!
Good luck with future development and may the force be with you and couple of millions doller^^
one small question about "IndicatorShortName" bit i'm getting oversold/overbought level with lots of zeros like 80.00000000,20.00000000, do you know which bit of code to change show like 80,20.