Hey there!
RSX Swinger v3 is now available. Download them from the first post.
In v3, there are two types of crossover checking method: Bar and Point. Bar checking compares RSX value of previous bar with current bar, while Point checking compares RSX value of the previously evaluated RSX value with current RSX value. I don't know which method is better, so let's test it together.
Settings:
- RSX_Period, Buy_Level, Exit_Buy_Level, Sell_Level, and Exit_Sell_Level: Parameters of RSX indicator, enter and exit levels.
- Allow_Rule_Exit: If false, only trailing stop will close out trades. If true, the expert will close trades with exit logics and trailing stop.
- Evaluate_Interval: Interval in minutes between each evaluation. This limit the number of trades in the same candle. Example, if set to 30, then there will be no more than 1 trade in 30 minutes. If -1, expert will evaluate logics on new candle. If 0, expert will evaluate logics every ticks (not recommended). If greater than 0, expert will evaluate every specified minutes.
- TS_Trigger: Minimum distance in pips before initiate trailingstop.
- Enable_Alert: If true, you'll get notified whenver there's a new signal. If false, you won't.
Questions?