Indicator with four horizontal lines with specified pips?

 
Hello Everyone,
Does anyone ever have an indicator that draws 4 pararell lines with specified pips (0 - +) between them?
Also there are prices adjustable size shown below those lines.
First line should move with the new opened candle with the stop moving option on this line.
Thank to all of you who read my note and those who shared their thought on this board.
tony
 
skinnypig wrote >>
Hello Everyone,
Does anyone ever have an indicator that draws 4 pararell lines with specified pips (0 - +) between them?
Also there are prices adjustable size shown below those lines.
First line should move with the new opened candle with the stop moving option on this line.
Thank to all of you who read my note and those who shared their thought on this board.
tony

ObjectCreate (VLine) and ObjectSet (Move the VLine every new bar) should be your friend in this case :-)

See Documentation/Objects here https://docs.mql4.com/objects

Reason: