@Enivid
Really great MP Indicator you make here... Beside the riv_ay-TPOChart indicator (which is closed source and author isn't active anymore) it's one of the best out there!
Can I ask/wish a few things:
1) If ShowMedianRays is true why only show the MedianRay from yesterday? (and not all - or make both ways optional)
2) If ShowMedianRays is true you draw two dashed lines per day (HighRay and LowRay)? Why?
3a) Why the MedianLine starts -16 bars back from every day? Looks "odd" imho...
3b) Also the way how the value area is drawn with one rectangle doesn't look good compared how riv_ay is doing it (with a filled rectangle in the back and two obj_trend lines at top/bottom)
4) Any chance for adding the "Initial Balance" and a OHLC Bar (see screenshot)
I really like the way riv_ay-TPOChart indicator displays the profile with a border around the rectangles. This makes the look of the whole thing really more "professional/better looking" in my opinion.
I tried to change your indicator and add additional rectangles with back=false to mimic the borders but unlike the way riv_ay is doing it (one rectangle per price range) with your indicator you use one rectangle for a fixed width - so a a wide price range consists of ~4,5,6,7,8 or more rectangles - and this makes it hard for me to code the borders in.
Because of that I tried to do it by adding not rectangles but obj_trend lines (so border left and right are missing) but it looks still a bit more better this way IMHO (this only makes sense when pointsMultiplier is bigger than default 0/1 for sure).
Is there a change to use only one rectangle per price range or do you have to recode many many lines in order to have this functionality?
Thanks a lot!