alleyway / add-tradingview-alerts-tool

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

Support different values for "tertiaryRight" in CSV file #93

Closed gardicoin closed 3 years ago

gardicoin commented 3 years ago

For example: primaryLeft: RSI primaryRight: secondary: Crossing Up tertiaryRight: "({{RSIvalue}})"

In CSV file: symbol,quote,base,RSIvalue BINANCE:1INCHUSDT,USDT,1INCH,61 BINANCE:AAVEUSDT,USDT,AAVE,65 BINANCE:ACMUSDT,USDT,ACM,63 BINANCE:ADAUSDT,USDT,ADA,62.5

This may be a huge upgrade for this tool; hopefully.