Linear trend — Strategy by TradingAmmo
By TradingAmmo
Performance Metrics
- Author: TradingAmmo
- Symbol: BINANCE:ETHUSDT
- Timeframe: 4 hours
- Net P&L: +2,269,602.40 USD (+2,269.60%)
- Win Rate: 48.4%
- Profit Factor: 2.322
- Max Drawdown: 531,439.90 USD (25.14%)
- Total Trades: 128
- Sharpe Ratio: 0.498
Description
Simple way how to use Linear Regression for trading.What we use:• Linear Regression• EMA 200 as a trend filterLogic:Firstly we make two different linear regression movings as oscillator. For this we need to subtract slow moving from fast moving, so we get the single moving around zero. This is the green/red line which appears on the chart.The trade open when LR cross over the threshold. The trade close when LR cross under the threshold below. Crossing over the threshold is the same as faster moving cross over slower moving. Also we use EMA as a filter. The trades would be only when the price is over than EMA 200.