📕 LIBRARY OHLC 🔷 Introduction This library is a custom library designed to work with real-time bars. It allows to easily calculate OHLC values for any source.Personally, I use this library to accurately display the highest and lowest values on visual indicators such as my progress bars.🔷 How to Use ◼ 1. Import the OHLC library into your TradingView script: - or - Instead of the library namespace, you can define a custom namespace as alias.import cryptolinx/OHLC/1 as src ◼ 2. Create a new O...