Mean Reversion Pro Strategy [tradeviZion]Mean Reversion Pro Strategy  : User Guide 
 A mean reversion trading strategy for daily timeframe trading. 
 Introduction 
Mean Reversion Pro Strategy   is a technical trading system that operates on the daily timeframe. The strategy uses a dual Simple Moving Average (SMA) system combined with price range analysis to identify potential trading opportunities. It can be used on major indices and other markets with sufficient liquidity.
The strategy includes:
 
 Trading System 
 Fast SMA for entry/exit points (5, 10, 15, 20 periods)
 Slow SMA for trend reference (100, 200 periods)
 Price range analysis (20% threshold)
 Position management rules
 Visual Elements 
 Gradient color indicators
 Three themes (Dark/Light/Custom)
 ATR-based visuals
 Signal zones
 Status Table 
 Current position information
 Basic performance metrics
 Strategy parameters
 Optional messages
 
 📊 Strategy Settings 
 Main Settings 
 
 Trading Mode 
 Options: Long Only, Short Only, Both
 Default: Long Only
 Position Size: 10% of equity
 Starting Capital: $20,000
 Moving Averages 
 Fast SMA: 5, 10, 15, or 20 periods
 Slow SMA: 100 or 200 periods
 Default: Fast=5, Slow=100
 
 🎯 Entry and Exit Rules 
 Long Entry Conditions 
All conditions must be met:
 
 Price below Fast SMA
 Price below 20% of current bar's range
 Price above Slow SMA
 No existing position
 
 Short Entry Conditions 
All conditions must be met:
 
 Price above Fast SMA
 Price above 80% of current bar's range
 Price below Slow SMA
 No existing position
 
 Exit Rules 
 
 Long Positions 
 Exit when price crosses above Fast SMA
 No fixed take-profit levels
 No stop-loss (mean reversion approach)
 Short Positions 
 Exit when price crosses below Fast SMA
 No fixed take-profit levels
 No stop-loss (mean reversion approach)
 
 💼 Risk Management 
 Position Sizing 
 
 Default: 10% of equity per trade
 Initial capital: $20,000
 Commission: 0.01%
 Slippage: 2 points
 Maximum one position at a time
 
 Risk Control 
 
 Use daily timeframe only
 Avoid trading during major news events
 Consider market conditions
 Monitor overall exposure
 
 📊 Performance Dashboard 
  
The strategy includes a comprehensive status table displaying:
 
 Strategy Parameters 
 Current SMA settings
 Trading direction
 Fast/Slow SMA ratio
 Current Status 
 Active position (Flat/Long/Short)
 Current price with color coding
 Position status indicators
 Performance Metrics 
 Net Profit (USD and %)
 Win Rate with color grading
 Profit Factor with thresholds
 Maximum Drawdown percentage
 Average Trade value
 
 📱 Alert Settings 
 
 Entry Alerts 
 Long Entry (Buy Signal)
 Short Entry (Sell Signal)
 Exit Alerts 
 Long Exit (Take Profit)
 Short Exit (Take Profit)
 Alert Message Format 
 Strategy name
 Signal type and direction
 Current price
 Fast SMA value
 Slow SMA value
 
 💡 Usage Tips 
 
 Consider starting with Long Only mode
 Begin with default settings
 Keep track of your trades
 Review results regularly
 Adjust settings as needed
 Follow your trading plan
 
 ⚠️ Disclaimer 
This strategy is for educational and informational purposes only. It is not financial advice. Always:
 
 Conduct your own research
 Test thoroughly before live trading
 Use proper risk management
 Consider your trading goals
 Monitor market conditions
 Never risk more than you can afford to lose
 
 📋 Release Notes 
 14 January 2025 
 
 Added New Fast & Slow SMA Options: 
 Fibonacci-based periods: 8, 13, 21, 144, 233, 377
 Additional period: 50
 Complete Fast SMA options now: 5, 8, 10, 13, 15, 20, 21, 34, 50
 Complete Slow SMA options now: 100, 144, 200, 233, 377
 Bug Fixes: 
 Fixed Maximum Drawdown calculation in the performance table
 Now using strategy.max_drawdown_percent for accurate DD reporting
 Previous version showed incorrect DD values
 Performance metrics now accurately reflect trading results
 
  
 
 Performance Note: 
 Strategy tested with Fast/Slow SMA 13/377
 Test conducted with 10% equity risk allocation
 Daily Timeframe
 For Beginners - How to Modify SMA Levels: 
 Find this line in the code: 
 fastLength = input.int(title="Fast SMA Length", defval=5, options= ) 
 To add a new Fast SMA period: Add the number to the options list, e.g., 
 
 To remove a Fast SMA period: Remove the number from the options list
 For Slow SMA, find: 
 slowLength = input.int(title="Slow SMA Length", defval=100, options= ) 
 Modify the options list the same way
 ⚠️ Note: Keep the periods that make sense for your trading timeframe
 💡 Tip: Test any new combinations thoroughly before live trading
 
 "Trade with Discipline, Manage Risk, Stay Consistent" - tradeviZion  
Forexstrategy
HL2 - 22 EMA Cross for RenkoEURUSD 
This is a simple strategy to use for those who like Renko bars. I ONLY use it on Renko. 
Basic idea is that when the Renko bar closes above or below the 22 EMA, you go long or short.
However, some of the frustrations I've had with any strategy shared in Tradingview is so few folks put in the ability to set a stop or a profit target or the ability to set a specific time to trade. I have added those to this strategy. (And I for the life of me can not remember where I got the code for the the time, I need to find you!).
Special note: If you have never used the Renko bars in Tradingview, make sure you click the Format option next to whatever pair you are looking at and change it from Traditional to ATR. You can set it for a static pip amount if you want. But ATR at first will help you decide which amount of pips you should throw in. 
This is my first published strategy so if I screwed up on anything or didn't explain it very well, please let me know!!

