EA fUXION
- Uzman Danışmanlar
- Alberto Boada
- Sürüm: 3.15
- Güncellendi: 1 Eylül 2019
- Etkinleştirmeler: 10
fUXION EA is not a simple robot.
It combines 6 powerful rules of entry, of these only 3 must be correct for the signal to be valid. The outputs also use their own rules with the same principle 6/3. This form of programming manages to combine a multitude of possible inputs and outputs, making the EA better adapted to all market situations, working well in all pairs.An ECN broker and a low latency VPS server are recommended
To increase profits, you only have to increase the risk assumed per operation (mmRiskPercent).
It is not recommended to risk more than 2% in each operation.
MONEY MANAGEMENT
mmDecimals = 1
mmLotsIfNoMM = 0.1
Parameters
Action # 1 - This configuration is to tell the EA where to place the order (sellstop / buystop) after receiving the valid signal.
- ATRPeriod
- ATRShift
- HeikenAshiOpenShift
Rules - Rules of entry (valid signal). It consists of a total of 6 rules, only 3 of them have to be correct for the signal to be valid.
# Rule 1 -----------
- StochFastKCrossSlw
- StochFastKCrossShift
- StochFastKCrossKPrd
- StochFastKCrossLevel
- StochFastKCrossKPrd2
- StochFastKCrossLvl2
# Rule 2 -----------
- MAPeriod
- MAType
- MAShift
- MAType2
- MAShift2
# Rule 3 -----------
- BBBarClosesPeriod
- BBBarClosesPeriod2
- BBBarClosesDeviation
# Rule 4 -----------
- BBBarOpensPeriod
- BBBarOpensDeviation
# Rule 5 -----------
- BarOpensoPeriod
# Rule 6 -----------
- WPRLevel
- WPRLevel2
- WPRPeriod
- WPRShift
Exit Rules - Rules of exit from the market. The Ea uses 6 exit rules for purchases and 6 for sales, of these 6 only 3 of them have to be correct for the signal to be valid.
Exit Rules Long
- LongBBLowerRisingPrd
- LongBBLowerRisingShf
- LongBBBarOpnAbvUpAftOpnBlwPrd
- LongBBBarOpnAbvUpAftOpnBlwPrd2
- LongWPRCrossDownPrd
- LongWPRCrossDownLvl
- LongWPRCrossDownShf
- LongBarOpnBlwLwsAftOpnAbvPrd
- LongBBBarClsBlwUpPrd
Exit Rules Short
- ShortMARisingPeriod
- ShortMARisingShift
- ShortBBBarOpnBlwDwnPrd
- ShortBBBarClsBlwDwnPrd
- ShortWPRCrossUpPrd
- ShortWPRCrossUpLevel
- ShortWPRCrossUpShift
- ShortBBBarOpnAbvUpPrd
NuleCover: Respect the FIFO rule, avoid hedge on the same chart.
BarsValidPend - This variable is used to close the pending orders after x candles.
TrailingStop - For the trailing stop it uses the ATR indicator. The movement calculates it by volatility.
- TrailingOnTick - Trailing can work by tick or by candle closure
- TrailingStopCoef - Coefficient
- TrailingStopAtrPrd - Period
- TrailingActivation - Activation after x pips
StopLoss - For the stop loss it uses the ATR indicator. The distance is calculated by volatility.
- StopLossCoef - Coefficient
- StopLossAtrPeriod - Period
ProfitTarget - Distance in profit taking points
MONEY MANAGEMENT - Calculate the risk that you will take in each operation based on the balance of the account.
Risk Fixed% Of Balance
- mmRiskPercent - Percentage of risk in each operation according to the balance of the account.
- mmDecimals - Number of decimal places to be used in the calculation of positions. (Example: If the minimum lot that allows you to open your broker is 0.01, you have to put 2 decimals)
- mmLotsIfNoMM - Minimum lot with which you can or want to start trading.
- mmMaxLots - Maximum lots allowed.
ADDITIONAL FEATURES
Exit On Friday
- ExitOnFriday
- FridayExitTime
Great EA, tested for more than a month, the actual account was running for 2 weeks, and the revenue far exceeded the purchase cost.Many thanks to Alberto Boada for his generous sharing.This EA strictly implemented the stop-loss operation in the short term, sometimes there will be losses in the book due to market fluctuations, but as long as it persists in the long term, it will have a very good harvest.Thanks again to Alberto Boada, by looking at the history of backtesting, you are a great programmer.And very patient to answer our questions.