Multi Timeframe Indicators - page 389

 

...

If I am correct what is going on with that version, the line that commented out the Aarrows deletion cause that

Find a line in the code the goes like this :

//DeleteArrows();

[/PHP]

and remove the comment from the begining (it should be like this agter that)

[PHP] DeleteArrows();

and the try it out

thomas_c:
Hi Mr. Mladen

Can you take a few time to help me to fix repaint bug? Thanks for your great help in advance.

There is repaint bug on current reserval arrow of Color Stochastic v1.04d 4. I prefer to display reserval arrow on current candle while cross up 20 and/or cross down 80 both current TF and high level TF. Since price is up and down on current candle constantly, it repaint arrow seriously. I have to reload template to keep real arrow display often. Waiting for good news from you

Best regards,

Thomas C
 

Request to Experts Coder

These are wonderful indicators by Mladen

I will be appreciated if any experts add MTF option in it !

Regards

secretcode

 
mrtools:
Hi Secretcode, Made them mtf. This is them both H4 on H1 chart.

:):)

Mrtools Thanks...

 

Request for Red & Square indicator

Hello ,

Kindly requesting for the indicator, for "MTF DTOSC" which should looks like as "RSIOMA"

Sorry for my poor English.

Thanks.

Files:
mtfdtosc.jpg  59 kb
rsioma.jpg  91 kb
mtfdtosc.mq4  5 kb
 

Could someone please turn this indicator into and MTF version?

Hello,

Would it be possible for anyone to please create an mtf version of the attached indicator? If so, I would be forever grateful. Thank you.

 
engula:
thanks mladen,

i'm testing it on m5 and notice that 2 bars before the current one are recalculated (and change).

is it sth that can be fixed?

hi mladen,

when you have time can you pls check this one? many thanks.

 

Many Many Thanks

mladen:
keshav

Here you go

Hi mladen,

lot of thanks helping me.

Thanks

 

notice something, even I won't bet now on real nor demo , it still look cool (and don't know where I should put up THIS message)

-- eurcad seems to FIT like a glove

note those arrows never be confirmed, up and down arrows appear in pairs in lot of occasion

however , if we put a LIMIT ORDER for the price behind those arrow (I put some triangles there to show where I meant)

the indicator is silvertrend

then it seem to be always correct --- hmmmm

 

...

Try replacing that the code at the start of "start" function to this :

int counted_bars=IndicatorCounted();

if(counted_bars<0) return(-1);

int limit = MathMin(Bars-counted_bars,Bars-1);

for(int i=MathMax(limit-1,0); i>=0; i--)

engula:
hi mladen, when you have time can you pls check this one? many thanks.
 
mladen:
Try replacing that the code at the start of "start" function to this :
int counted_bars=IndicatorCounted();

if(counted_bars<0) return(-1);

int limit = MathMin(Bars-counted_bars,Bars-1);

for(int i=MathMax(limit-1,0); i>=0; i--)

thanks, i'll try and give feedback.

Reason: