The EA does not use grid, martingale, arbitrage. The trading system is suitable for both experienced traders and beginners. The EA includes protection against high spreads, and allows you to trade with a fixed or automatic lot size.
[td][tr]Minimum account balance: $100.
[tr]******You must Enable only 1 money management system; your options are: 1-Fix Lot 2-Auto Lot 3-Money Management Based on Risk Percentage*******
[td][tr]**Money Management** |
|
[tr]Enable Fix Lot Money Management | [tr]if(true) => volume = Fixed Order Size |
[tr]Fixed Order Size |
|
[tr]Enable Auto Lot | [tr]if(true) => volume will increase 0.01 Lot per "Balance For Every 0.01 Lot" money. |
[tr]Balance For Every 0.01 Lot |
|
Enable Money Management Based on Risk Percentage | [tr]if(true) => volume = (Equity * "Percentage Of Risk For Every Position" / SL)/100 |
[tr]Percentage Of Risk For Every Position |
|
[tr]Maximum Allowed Lot Size to Open Positions | [tr]Maximum allowed volume (lots) |
[td][tr]**Trade Setting** |
|
[tr]Allow open BUY position | [tr]if(true) => allowed open BUY position |
Allow open SELL position | if(true) => allowed open SELL position |
[tr]SL_point | [tr]stop loss per points |
[tr]TP_point | [tr]take profit per points |
[tr]Min Profit _point to start TrailStop | [tr]minimum profit to start trailing stop loss |
[tr]Enable MagicTrailStop For All Positions(Ignore MagicNumber) | [tr]if(true) => allow Magic Score EA to use its Trailing stop loss function for all positions of account even if they're not opened by Magic Score EA. |
[tr]Maximum Spread _Point | [tr]maximum allowed spread (per points) |
[tr]MagicNumber | [tr]magic number |
[td][tr]**STRATEGIES** |
|
[tr]1- Magic Score Strategy ))) |
|
[tr]>>Enable Magic Score Strategy | [tr]if(true) => allowed to open position by Magic Score strategy. |
[tr]>>Value For ForceIndex Strategy Reversal Number3 M20 timeframe | Value For ForceIndex Strategy Reversal Number3 M20 timeframe |
[tr]>>Value number 1 for VOMC1 |
|
[tr]>>Value number 2 for VOMC2 |
|
[tr]>>Trade Comment For Magic Score Strategy | [tr]Trade Comment For Magic Score Strategy |
--------------------------------------------- | --------------------------------------------------------------- |
[tr]2- Mountain Strategy ))) |
|
[tr]>>Enable Mountain Strategy | if(true) => allowed to open position by[tr] Mountain strategy |
[tr]>>NS Mountain Value |
|
[tr]>>RSIfilterValue1 |
|
[tr]>>RSIfilterValue2 |
|
[tr]>>Trade Comment For Mountain Strategy | Trade Comment For Mountain Strategy |
--------------------------------------------- | --------------------------------------------------------------- |
[tr]3- Magic Movement Strategy ))) |
|
[tr]>>Enable Magic Movement Strategy | if(true) => allowed to open position by[tr] Magic Movement strategy |
[tr]>>Movement speed(points/hour) | [tr]required speed of changing of price in "points/hour" to check other condition for a position by Magic Movement strategy. |
[tr]>>RSIfilterValueMM 1 |
|
[tr]>>RSIfilterValueMM 2 |
|
[tr]>>TFM filter value |
|
[tr]>>Trade Comment For Magic movement Strategy | Trade Comment For Magic movement Strategy |