Drawing lines - Max and min - - page 2

 

TesteMaxlow 1.002 - only current high.

Pay attention to:

int OnInit()
  {
...
   ArraySetAsSeries(highh,true);
   ArraySetAsSeries(loww,true);
//--- previous max

I hope you can work on your own further.

Files:
TesteMaxlow.mq5  18 kb
 
Comments that do not relate to this topic, have been moved to "Multiple text lines".
 
Vladimir Karputov:

TesteMaxlow 1.002 - only current high.

Pay attention to:

I hope you can work on your own further.


using your example - I was able to note that I was repeating the string for HLINE (string name = strmaxatual .. for current Min and Max.  ) !!!!

Stupid error which took one days trying to figure it out!!

string name = strmaxatual .. for current Min and Max.  

Now it was fixed !  

Again, thanks for your help ! really appreciatted!  

 
Diego Castilho:

using your example - I was able to note that I was repeating the string for HLINE (string name = strmaxatual .. for current Min and Max.  ) !!!!

Stupid error which took one days trying to figure it out!!

string name = strmaxatual .. for current Min and Max.  

Now it was fixed !  

Again, thanks for your help ! really appreciatted!  


:)

 

Hello, can you do this without deleting the maximum and minimum of the last candles? type leave plotting direct one in the maximum and one in the minimum of each candle

Dieg?

I'm trying to do it and I can not do it, that's the closest I've got to it, It's turning it off, I want it not to go out and leave the trace, Abs

Reason: