Genio Scalp
- 专家
- Rudy Oloan Hasibuan
- 版本: 1.0
- 激活: 5
Genio Scalp is an Expert Advisor that follows the trend. It uses some simple setting. This EA analyzes the trend using the Moving Average indicator on multiple timeframes, combined with mathematical functions. If the main trend on the market is "buy" and the trigger signal also recommends to "buy", then the EA will execute the "buy transaction". And vice versa.
Furthermore, this EA can also use Autolot calculation. By default, as protection, the Stop Loss is set in a tight points. This EA is recommended for use on any pair with low spread and low stop level.
Requirements
Works with all pairs, especially with low-spread, not exceeding 1 pips. A reliable VPS is mandatory to avoid missing out crucial trades.
Input Parameters
- MagicNumber = 7676 - used to identify an order.
- OrderCmt = "Gnio" - a comment to trades.
- Takeprofit = 20 - take profit in pips.
- Stoploss = 10 - stop loss in pips.
- TrailingStop = 3 - trailing stop size in pips.
- MaxSpread= 2 - maximum spread accepted to trade.
- AutoMM = true - set to true to enable auto money management. If false, FixedLots is used.
- Risk = 3.0 - risk value.
- FixedLots = 0.01 - if you want to trade a fixed lot (do not forget to set AutoMM = false in this case).