"Buy signal" from Cipher B for 3commas — Strategy by Cherepanov_V
By Cherepanov_V
Performance Metrics
- Author: Cherepanov_V
- Symbol: BINANCE:ETHUSDT
- Timeframe: 5 minutes
- Net P&L: +24.42 EUR (+81.39%)
- Win Rate: 100.0%
- Max Drawdown: 0.10 EUR (0.32%)
- Total Trades: 30
- Sharpe Ratio: 0.748
Description
Feb 28, 2022This is another modification for cipher B indicator from VuManChu. I also would like to acknowledge "The Art of Trading" channel in youtube for their mastery pine script course.This script is designed to send alerts to 3commas platform. In strategy.entry in comment option, you can incorporate your token for your bot.The buy signal accomplishes only when BTC is above simple moving average (SMA). When BTC crosses down SMA, any position closes immediately.The parameters were tuned for this particular plot.Mar 4, 2022Release NotesTo make it safer I added local trend filter, so position will be opened after "buy signal" from cipher B only when both BTC and pair of interest uptrending. Local trend filter defined as sma function (length=20, timeframe=1H). I modified cancel all function and add the checkbox this option, so your position can be closed if price cross down the sma curve, reflected as yellow on the plot.