alleyway / add-tradingview-alerts-tool

Automated entry of TradingView alerts for bot trading tools such as 3Commas, Alertatron, CryptoHopper, etc.
MIT License
623 stars 140 forks source link

Feature Request: ATR-based Renko Box Size #153

Open txtr99 opened 9 months ago

txtr99 commented 9 months ago

Hello,

If I add the "box size" to the spreadsheet and call the column renko_size, it would be great to have the script adjust the renko box size before creating alerts.

We cannot use ATR-based because TV prevents it with a popup.

But we can get suitable box sizes for each crypto market externally and add them before running the tool using python or vlookups into the CSV file, and it will work ok that way.

thanks!