Welcome to the BEST forum for traders

Did you know we're sharing tons of exclusive content here?
Our community is growing quickly. Take a look around and say "Hello".

the closing value of the candle in the variable

Apr 6, 2022 - 4:23 PM

Viewed 225 times

https://best-trading-indicator.com/community/bti/forums/4180/topics/56265 COPY
  • longbuy = tpl == 3 and tpl[1] != 3

    how can i get the closing value of the candle in this variable

    0
  • var float close_candle = 0.
    if longbuy
        close_candle := close
    
    0
CONTENTS