This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * MultiTFCandles - Multi-Timeframe Candles Overlay | |
| * Modifiche: Step incrementali di 0.5 per parametri grafici | |
| **/ | |
| const predef = require("./tools/predef"); | |
| const meta = require("./tools/meta"); | |
| const { du, op } = require("./tools/graphics"); | |
| class MultiTFCandles { | |
| init() { |