I will write the indicator for free - page 88

 
MakarFX:

Thank you, but no.

I need something like alligator

three curves

P.S. for MT5

Approximately like this...

Red - iClose H1

Green - iClose D1

Yellow - (red[i+1]+green[i+1])/2

Like this?

 
Vladimir Karputov:

Like this?

Thanks, but there's just one thing.

If I prescribe

MedianPriceBuffer[i]=(ClosePriceTF0Buffer[i+1]+ClosePriceTF1Buffer[i+1])/2.0;
then the medium is drawing something wrong(
 
MakarFX:

Thank you, but there is one thing.

if I prescribe

then the middle one draws something wrong(

There's nothing in the future :)

It has to be this way:

MedianPriceBuffer[i]=(ClosePriceTF0Buffer[i-1]+ClosePriceTF1Buffer[i-1])/2.0;

but then you have to put

   if(prev_calculated==0)
      limit=1;
 
Vladimir Karputov:

There's nothing in the future :)

There has to be:

but then you have to put

It worked, thank you.

P.S. in mql4 you had to put +1 to select the previous value...somehow I find mql5 hard to understand(

 
Hi all, who will write a free simple bot on one order and a ZigZag indicator for MT4(5)

I need this bot for testing and creating a full-fledged bot in the future.
On this indicator there are a lot of different solutions but I have not found such as I need.... (((

Thanks in advance for the help...
 

Hello guys, please help me with one thing :) I have a Color Levels indicator (I'll attach it in this post). Can i upgrade it please?

The gist is in the pictures ...

This is for MT4...

This is for MT5...

The structure of indicator is the same ...

ONLY YOU NEED...


I wish us all a positive profit!

Shaking hands!!!

Files:
 
here's another addition:)
 

Hello Guys, please respond!!! Would anyone be able to modify this indicator slightly?

 
nik280387:

Can anyone slightly modify this indicator?

You are mistaken. It's not "lightly redesigned".

 
MakarFX:

You are mistaken. It's not a "slight redo".

I just don't know anything about programming. I tried to get into MetaEditor, look inside the indicator... but I couldn't figure it out... that's why I came here. Can you re-do it? How long will it take?
Reason: