50% candles for supply and demand

thread: 50% candles for supply and demand

  1. #1
    Senior Member Fauly's Avatar
    141

    50% candles for supply and demand

    Hi, does anybody have this? I cant find it. On tradinview a man has a script but I dont understand how to make it work, I copied the code sure I have not made a broadcasts. This is anyway

    //Colors candles with body less than 50% of range of candle
    research (name = lt;50% body candle, overlay = authentic )
    candr = high-low
    bodyr = open-close
    borat = (bodyr*100/candr)
    barcolor (boratgt;-50 and borat lt;50? White: na)

  2. #2
    Senior Member Fauly's Avatar
    141
    Awesome, thank you very much.

  3. #3

  •