Oberon iMA
- Experts
- Aliaksandr Chupryna
- Version: 1.3
- Updated: 29 October 2022
- Activations: 15
- Individual input data for each character.
- Symbols can be repeated (even 15 identical ones will trade separately from each other).
- On one trading account, you can install several "Oberon iMA" with different settings (observe the condition: Magic[i+1]>Magic[i]+15).
- Installed on any one chart.
- If the power of your software is low, then testing in the "Every_tick_based_on_real_tick" mode (with all 15 symbols enabled) will be difficult, or it may end while loading the history of currency pair quotes due to lack of memory. In this case, you can reduce the number of characters in the input data ("Trade" parameter) or shorten the testing period. But the most correct option is to rent a more powerful virtual server (VPS).
- Hedging account type.
- For brokers with 4-digit quotes, the "Take_Profit" parameter data must be entered as for 5-digit quotes (that is, multiply by 10).
- Leverage >= 1:100.
The signal to open positions is when the price breaks through the iMA indicator. Signal to close positions - TakeProfit.
- Optimization example here.
Information for beginners (answer to a frequently asked question):
The "file.set" contains the values of the input parameters. To install them in the adviser's menu, select "load" and select the desired "file.set". You can see the visual description "here".
- PERIOD_: sets the time frame on which the EA will trade (it does not matter what time frame of the chart on which the EA is installed).
- Auto_Lot_: automatic increase in the lot of the first order in the session depending on the balance.
- Balance_For_Add : 0.01 lot increase every Balance_For_Add.
- MinLot_: Valid if Auto_Lot = false.
- Limit Max_Lot: limits the lot of the first order in the session to MaxLot/100 (MaxLot is the maximum lot for a symbol on the trading account).
- Magic_ : each block uses its own Magic[i] = Magic+NumberSymbol. Thus, the usable range can be up to Magic+15.
- Trade_ : enables (disables) block (symbol) operation. The number of blocks is 15. They work independently of each other according to their individual input data.
- Symbol_ : currency pair symbols can be repeated.
- Ma_period : iMA indicator averaging period.
- Ma_shift : horizontal shift of the iMA indicator.
- Step_Size : minimum number of pips between orders.
- TakeProfit_ : number of points to close a position with a profit.
- Exponent_Symbol : block (symbol) trading volume multiplier.
Optimization is carried out for each character separately (only one block must be left enabled).
If the symbol names of your broker's currency pairs contain suffixes or prefixes (for example #.EURUSD.ch ) , then it is necessary to register them completely in the input data.
User didn't leave any comment to the rating