Fobos iSAR
- Experts
- Aliaksandr Chupryna
- Version: 1.0
- Activations: 15
Martingale. "Fobos iSAR" consists of 15 separate blocks (mini Expert Advisors), which summarize the profit and distribute the drawdown over time.
Peculiarities:
- 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 "Fobos iSAR" with different settings (observing the condition: Magic[i+1]>Magic[i]+15).
- Installed on any one chart.
- Hedging account type.
- For brokers with 4-digit quotes, the "TakeProfit" parameter data must be entered as for 5-digit quotes (that is, multiply by 10).
The signal to enter the market is the price breaking through the iSAR_2 indicator. Further, entry deals are made based on the data of the iSAR_1 indicator. Signal to close positions - TakeProfit.
The adviser must be optimized for the trading conditions of the account used:
- 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".
Input parameters of the advisor "Fobos iSAR":
- 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 : increase lot by 0.01 every Balance_For_Add.( Lot=(Balance/BalanceForAdd)/100 )
- 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.
- step_iSAR_1 : price increment - acceleration factor of the first indicator (maximum step value = step_iSAR_1 ).
- step_iSAR_2 : price increment step - acceleration factor of the second indicator (maximum step value = step_iSAR_2 ).
- TakeProfit_ : number of points to close a position with a profit.
- Exponent_Symbol : block (symbol) trading volume multiplier.
Optimization is carried out for each symbol separately (it is necessary to leave only one block (symbol) enabled).
If the symbol names of your broker's currency pairs contain suffixes or prefixes (for example, #.EURUSD.ch ), then you need to write them in full in the input data.
The results on different deposit currencies will differ in the dynamics of profit growth. Change of the deposit currency can be corrected by the "BalanceForAdd" parameter - accelerating or decreasing the deposit growth rate.
User didn't leave any comment to the rating