Candle Breakout EA - The description of the new parameters.

10 November 2017, 23:13
OrchidRose
[Deleted]
2
1 651

Update 2.6


  • CandleMinSizePips: The minimum allowed size of a previous candle in pips. If the size of the previous candle will be less than a value in "CandleMinSizePips" then the EA won't open an order when a high/low breakout occurs (the EA will just ignore the candle). 

  • CandleMaxSizePips: The maximum allowed size of a previous candle in pips. If the size of the previous candle will be more than a value in "CandleMaxSizePips" then the EA won't open an order when a high/low breakout occurs  (the EA will just ignore the candle).

Update 2.7

  • Trade breakouts only that occurs inside trading period: If the input is set to "true", then the EA will not open a new order if a breakout of a high/low happens outside of the trading period time.  For example, the EA was put on a D1 timeframe and the trade period was set to "10:00" - "12:00". If price breaks a high/low outside of the trade period then the EA won't open a new order. 

Update 2.8

  • When an order is opened, send: Whenever a new order is opened, the EA will send a push notification or an email.
  • When a critical error occurs, send: Does the same thing as the input above - it sends a push notification or an email, whenever a critical error occurs, such as connection issues between your broker and your terminal, long off-quotes times, an order timeout and other possible issues.

Update 2.9

  • Use MA filter: if set to "True", then the EA will use the moving average to filter entries.
  • If price above MA line, allow to open: What type of an order the EA is allowed to open when a breakout of a high/low happens above the moving average line. 
  • If price bellow MA line, allow to open: What type of an order the EA is allowed to open when a breakout of a high/low happens bellow the moving average line. 
  • Take-profit/Stop-loss size is based on: if set to "Atr_Value", then the size of the take-profit/stop-loss will be calculated using the "Average True Range" indicator. If set to "Fixed_Pips", the size of the take-profit/stop-loss will be fixed.
  • Take-Profit/Stop-loss: Fixed Size or ATR Period: the fixed size of the take-profit/stop-loss or a period for the "Atr" indicator, if the "Take-profit/Stop-loss size is based on:" input is set to true.  
  • Take-Profit/Stop-loss ATR Multiplier: works only when the input "Take-profit/Stop-loss size is based on" is set to "True". Multiplies a received value from the "ATR" indicator. 

Update 3.0


     

Added the "Risk Per Trade" option to the lot-size calculation function (Money Management). When the option "Risk Per Trade" is picked, the lot-size will be based on maximum risk percentage (of your balance) per a trade .

     Also now you can pick on what days the EA can trade (Monday, Tuesday and etc).


  • Money Management Type: 
  1. "Fixed-Lot" - the EA will use a fixed lot for trades.                                            
  2. "LotSize_Per_Balance" - the EA will calculate the lot-size based on your balance. For example, if you set the "LotSizeStep" to 0.01 and the "BalanceSizeStep" to 1000$, then the EA will open a trade with 0.01 lot-size per every 1000$. If your balance is 2000$, the lot will be 0.02, if 3000$ the lot will be 0.03 and so on.
  3. "RiskPerTrade" - the EA will calculate the lot-size based on the risk percentage you allow to lose per trade then the price hits a stop-loss.

  • Fixed Lot Size Or Risk Per Trade: - here you set the fixed size of the lot if you choose the "Fixed-Lot" option, the lot step size for a certain balance amount if you choose the "LotSize_Per_Balance" or the risk per trade if you pick the "RiskPerTrade" option.

  • BalanceSizeStep: works only if you choose the "LotSize_Per_Balance" option.  The amount of balance for the "LotSize_Per_Balance" option.

  •  Days of the week: days of the week the EA can trade. 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday. 

Share it with friends: