Search found 1 match

by hakem182
Jun 10 2024
Forum: MultiCharts
Topic: Renko ATR
Replies: 1
Views: 967

Renko ATR

Is it possible to code this Tradingview script with Multicharts ? study("Renko Chart", overlay=false) renko_t = renko(syminfo.tickerid, "ATR", 30) renko_low = security(renko_t, timeframe.period, low) renko_high = security(renko_t, timeframe.period, high) renko_open = security(ren...