|
楼主 |
发表于 2018-8-11 10:53:40
|
显示全部楼层
R747 BreakOut EA
R747 BreakOut EA is a fully automated Expert Advisor that analyzes the market trend and moves orders to breakeven. It contains a smart algorithm to determine the support and resistance levels based on the latest market trend and breakouts of these levels. This trend is calculated for a period that can be easily modified by user.
This EA is fully customizable by user. For safer trading, it includes slippage protection as well as protection during high spreads on the market.
It does not use martingale, hedging or any other dangerous strategies.
This EA is designed for multicurrency trading, best performing on the H1 timeframe.
Initial settings are used for EURUSD H1.
Recommendations
Use True ECN broker with a low spread and a low-latency VPS server
Use EURUSD H1 for trading with this EA
Avoid brokers with low market liquidity to avoid high slippage
Use minimal deposit of 100 USD
Adapt risk settings according to account equity and always verify with backtest
Parameters
Magic: Unique magic number to identify orders
BiasPipsBuy: Adjust buy pending orders in pips
BiasPipsSell: Adjust sell pending orders in pips
PastBars: Number of bars used to determine levels
TotalPastBars: Number of bars used for computation
UseAutolot: Enable/Disable automatic lot adjustment
Risk: If UseAutolot enabled set risk in % to calculate lot size
FixedLotSize: If UseAutolot disabled set fixed lot size
MinLot: If UseAutolot enabled set min lot size
MaxLot: If UseAutolot enabled set max lot size
MinAccountEquity: Set minimal account equity in your currency. If reached this equity, EA will stop
SlippageProtect: Enable/Disable slippage protection
Slippage: Slippage in pips if SlippageProtect enabled
MaxSpread: Maximum allowed spread for trading
TakeProfit: Take profit in pips
StopLoss: Stop loss in pips
UseBreakEven: Enable/Disable breakeven function
BreakEven: Breakeven in pips
LockInPips: Lock stop loss in pips
UseTrailingStop: Enable/Disable trailing stop loss function
TrailingStop: Trailing stop in pips
TrailingStep: Trailing step in pips
OpenMonCloseFri: Enable/Disable closing orders during weekend
UseTimeManagement: Enable/Disable daily time orders opening and closing
UseDayManagement: Enable/Disable trading on selected days
TradeMonday: Enable/Disable trading on Monday
TradeTuesday: Enable/Disable trading on Tuesday
TradeWednesday: Enable/Disable trading on Wednesday
TradeThursday: Enable/Disable trading on Thursday
TradeFriday: Enable/Disable trading on Friday
CloseHour: Hour to close orders if used any kind of time management
CloseMinute: Minutes to close orders if used any kind of time management
OpenHour: Hour to open orders if used any kind of time management
OpenMinute: Minutes to open orders if used any kind of time management
AvoidTradingHours: Comma separated hours during that EA is stopped |
|