Interesting candle SR horizontal line - need your expertise to code - page 5

 

PriceLevelLine

Jawpip:
Hey Guys,

I am looking for a horizontal line indicator that will work in any timeframe - what it needs to do is mark the high or low of a wave - does that make since?

It is just a visual for immediate support and resistance.

Thank you,

JAWPIP

Simple Line indicator, set the Price you want for the High /Low in the inputs

I have altered the code to include a line label in the inputs if required

List of inputs

extern double PriceLevel = 1.6445; < Price goes here

extern color LineColor = Gold;

extern int LineStyle = 0;

extern int LineWidth = 0;

extern string LineLabel = " Label"; < Label goes in here

extern color LabelColor= Silver;

extern string LabelFont = "Arial";

extern int LabelSize = 10;

If you do not require a label leave the input blank

pricelevelline.mq4

Files:
 

DSRS Techique

[removed deleted]

 

How reliable are Horizontal S/R and Trendlines ??

Do you think they are reliable in FX ??

 

High,Low,High-Range,Low +Range horizontal lines indicator needed!!!

Hi fellow traders!

I need a (simple?) indicator to plot the momentan High and Low of a candle under developement, as horizontal lines. It should plot two additional horizontal lines at High- X och Low +X where X is a constant manually fed written as e.g. 0,0015 with possibilities of change.

First of all, have you knowledge about an existing such indicator?

In the attachments, X is named as Range but it can have a value at your choice.The 4 lines may be ploted as 2 rectangles as showed in the first attachement.If the quotes were written on the lines it should be wonderful.

I`m not a programmer (my world was turned upside down when they told me that in fact X=X+1 and I must live with it the rest of my life , and this is not a travelling story! ) but I dont think for a goodhearted one creating such an indicator should be a problem.Please help!

Thank you!

 

Just found 2 indicators which are similar with your description ... may be not the same but similar:

https://www.mql5.com/en/forum/173163/page2

and

https://www.mql5.com/en/forum/177792

Reason: