junta / tradingview-alert-connector

Integrating TradingView strategy alert and executing automated trading for futures DEXes
https://tv-connector.gitbook.io/docs/
MIT License
74 stars 38 forks source link

add TP and SL to tradingview alerts #29

Open blortmort opened 3 months ago

blortmort commented 3 months ago

its too risky to depend on the trading bot to close trades when trading large amounts, I suggest you add a way to add a TP and SL through alerts. Instead of having no stop loss, its very dangerous

blortmort commented 3 months ago

everything works though I just dont trust the alerts to close fast enough, especially if you get a big candle through your stop loss

junta commented 1 month ago

yes, I agree with you that it's risky, especially trading large amounts. Supporting TP and SL is in my mind, but not implemented yet.

Seblulu commented 1 month ago

Can we use the TP and SL from the strategy itself ?

junta commented 1 month ago

yes, when TP or SL is triggered on tradingview side, this connector tool receive the alert and send corresponding order

For TP or SL on Tradingview: https://www.tradingview.com/pine-script-docs/en/v5/concepts/Strategies.html?highlight=take%20profit

Seblulu commented 1 month ago

Thanks a lot