You can select whether you want to use an SL or not, a TP or not, using the borrow/repay feature (only for Binance), ... and it will build dynamically the Autoview commands and will send them when entry/exit alerts trigger. The template accept SL/TP in percentage or pips/USD distance from the entry price
MAGICAL !!!! (not really, just some dumb coding)
Users will have to specify from the settings:
- the Autoview account name - the symbol name: I couldn't capture it from the chart because sometimes the symbol name on the broker side is different than the one from the TradingView side - the position size - the broker name (Tradovate, Binance, Bitmex, FTX, ...) - if you want to send the alerts to your DEMO or LIVE account - a debug mode to check if your alerts are well formatted - and a few other interesting options...
If you want to use it, you'll have to update the dummy entries logic lines 97-98 and replacing those two lines by your own stuff
I'll make the ProfitView and 3Commas and Alertatron versions shortly. Basically the same script but with the commands built for those 3 automation third-parties.
Best regards Dave
版本注释
- Replaced the fpx with the fp parameter - Seems to work better