Simple Buy/Sell Strategy by BlockchainSpecialists
By Shizaru
Performance Metrics
- Author: Shizaru
- Symbol: BITSTAMP:BTCUSD
- Timeframe: 1 day
- Net P&L: +31,233.91 USD (+31.75%)
- Win Rate: 35.0%
- Profit Factor: 4.639
- Max Drawdown: 5,219.89 USD (4.87%)
- Total Trades: 20
- Sharpe Ratio: 0.041
Description
Jul 30, 2021This is the strategy version of the original 'Simple Buy/Sell Indicator' by Shizaru .The original indicator description explains the logic behind the strategy:"The original script was posted on ProRealCode by user Doctrading.This little and simple code allows you to draw an indicator, which show you when buy or sell conditions are met.For "buy" conditions, I did just set :close > MM200close > Parabolic SARMACD > 0RSI7 > 50For "sell" conditions : the opposite.Of course, you can set what you want, in order to test your strategies.Of course, to be profitable, you must also set your trading rules (entry, stop loss, trailing stop, take profit, etc.)It's only an indicator, which doesn't show entry or exit rules."Hope this helps someone!Jul 30, 2021Release Notes*Updated default buy/sell strategy variables.