Middle Price of a Bar Indicator

 

Hi all,

I am looking for an indicator that draws a short horizontal bar through the mid point of bars. Can anyone help me with this?

Thanks in advance

Mark

 
mp21:

I am looking for an indicator that draws a short horizontal bar through the mid point of bars. Can anyone help me with this?

You are on the wrong forum if you want somebody to just write this indicator for you. This is a programming forum and people here help others to learn to write their own stuff. Go to the jobs section if you want to pay somebody to do your coding for you.
 
Thanks Dabbler, sorry about that.
 
mp21:
I am looking for an indicator that draws a short horizontal bar through the mid point of bars. Can anyone help me with this?
Attach the moving average, price_median, period=1. done.
 
WHRoeder:
Attach the moving average, price_median, period=1. done.

Strictly speaking the OP has not defined the "mid-point" of the bar as (High+Low)/2. He might mean the mid-point of the body (Open+Close)/2.

Also the period 1 MA will not give a horizontal line unless all bars are equal.

Nevertheless it is an interesting contribution which I would never have thought of --- and may even be useful to the OP :-)

Reason: