How to draw a moving horizontal line

 

Hi

I want a horizontal line on my chart thats always is for example 15 pips fom the price, one line above and one below price.

Is this possible in metatrader 4 original functions or do i have to use an custom indicator?

In that case does someone know any indicator that will fork for this purpose? 

 
pontuso:

Hi

I want a horizontal line on my chart thats always is for example 15 pips fom the price, one line above and one below price.

Is this possible in metatrader 4 original functions or do i have to use an custom indicator?

In that case does someone know any indicator that will fork for this purpose? 

It's a simple thing to do with an Indicator,  draw 2 lines using ObjectCreate() within init()  then move them for each tick using ObjectSet()  within  start()  then delete the lines from within deinit()