Candle Patterns Strategy by MRKCHAMPION
By MRKCHAMPION
Performance Metrics
- Author: MRKCHAMPION
- Symbol: FOREXCOM:EURUSD
- Timeframe: 1 hour
- Net P&L: +0.35 USD (+0.00%)
- Win Rate: 69.4%
- Profit Factor: 2.677
- Max Drawdown: 0.01 USD (0.00%)
- Total Trades: 756
- Sharpe Ratio: −18,869.705
Description
//I saw this code from DanyChe, i modify it to work on the latest version of pinescript//The script allows you to test popular candlestick patterns on various instruments and timeframes. In addition, you can configure risk management (if the value is zero, it means the function is disabled), and you can also specify the time of the trading session (for example, so that the positions are not transferred to the next day). //The author is grateful to JayRogers and Phi35, their code examples helped a lot in writing the strategy.