BEST Strategy Template Autoview by Daveatt
By Daveatt
Performance Metrics
- Author: Daveatt
- Symbol: BINANCE:ETHUSDT
- Timeframe: 15 minutes
- Net P&L: −13,028.07 USDT (−1.30%)
- Win Rate: 33.5%
- Profit Factor: 0.733
- Max Drawdown: 13,160.21 USDT (1.32%)
- Total Trades: 1,375
- Sharpe Ratio: −3.928
Description
Jul 4, 2022Hello TradersI've build a strategy template building for you the AUTOVIEW commandsI made this template based on this documentation: use.autoview.with.pink/hc/en-us/articles/4422377463949-Autoview-Basics-Parameter-Command-examples-overviewYou 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 priceMAGICAL !!!! (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 stuffI'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 regardsDaveJul 16, 2022Release Notes- Replaced the fpx with the fp parameter - Seems to work better