RVIBot
The trading system is based on three standard indicators - "Relative Vigor Index": RVI, "Standard Deviation": StdDev and "On Balance Volume": OBV.
Expert optimized for the pair EURUSD for 30ti minute timeframe.
When trading is important to consider the ratio of the input parameters "MPos" (the number of open positions in the same direction) and "RiskPercent" (percent of deposits in the auction), and be sure to use an acceptable value of StopLoss level!
Input parameters
- MAGICMA - Magical expert number;
- TakeProfit - Take Profit value in points;
- StopLoss - Stop Loss value in points;
- point- An integer value, the minimum distance from the nearest unidirectional position;
- rviSignal- An integer value received on input RVI indicator;
- stdSignal- An integer value received on input StdDev indicator;
- delta - Optional integer value to calculate the parameters of the internal functions for StdDev indicator;
- MPos - Maximum number of open positions in the same direction (short or long);
- fixedLots - volume mode selector lots of new positions (false - sell a percentage of the deposit, true - minimum lot trade);
- _lot - The minimum lot for trading on a fixed volume of orders;
- DecreaseFactor - Reducing the load on the deposit after losing trades;
- RiskPercent- The maximum percentage of the deposit in the auction.
No comments:
Post a Comment