SRB Grid - Expert Advisors

Latest

ad

Tuesday, September 26, 2017

SRB Grid

SRB Grid is a grid trading Expert Advisor, which uses standard indicators Stochastic, Rsi, BBands for entries.
  1. Set_Name - the name of the set file
  2. TypeTrades - Expert Advisor operation mode
  3. MaxSpread - maximum allowable spread value
  4. MinLeverage - minimum leverage filter
  5. MagicNumber - unique ID for the EA's orders
  6. Slippage - slippage in points
  7. AutoMMBalance - automated money management. ExampleBaseLotSize = 0.01, and AutoMMBalance = 1000, with a deposit of 5000$ the lot of the first order will be 0.05
  8. ExecutionPoint - minimum distance in points between orders
  9. BasketTakeProfit - take profit in points
  10. TypeTakeProfit - take profit calculation method
  11. AutoBE_Level - the order starting with which take profit will be set to the breakeven level
  12. BasketStopLoss - stop loss for a series of orders in points from the last open order
  13. MaximumBuyLevels, MaximumSellLevels - maximum number of Buy and Sell orders
  14. StopDrawDownMoney,StopDrawDownMarginPercent- drawdown, reaching which opening new orders is prohibited
  15. TypeMultiplier - type of order multiplier
  16. Working_NewBar - the option of opening new orders at the close of a bar of a selected period
  17. Multiplier_Base - basic multiplier for orders
  18. Multiplier_2,Multiplier_16 - multiplier for orders 2-16, if = 0 the multiplier will be equal to 1
  19. Multiplier_N - multiplier for orders 17... 100
  20. TP_1 - TP_16 - take profit for a series of orders, in which there are 1 to 16 orders, if = 0 then BasketTakeProfit
  21. TP_N - take profit for a series of orders, in which there are 17 to 100 orders
  22. ADD_ExecutionPoint - points to add to LevelExecution
  23. ADD_LevelExecution - the order starting with which ADD_ExecutionPoint will be added
  24. ADD_TP - points to add to BasketTakeProfit
  25. ADD_TPLevel - the order starting with which ADD_TP will be added
  26. SRB indicator settings - settings of indicators Stochastic, Rsi, BBands
  27. Scheduler - time manager to open first orders in the grid
  28. EAComment - a comment to the EA's orders
  29. InfoPanel - show info panel on the chart
  30. ActivityInfoPanelMin - the period of panel activity
  31. iPrint - add logs
  32. TypeWork - EA operation mode: by ticks or by timer. Multi-currency settings are effective if TypeTrades = CurrencyControl - EA copies with the same MagicNumber. The EA in the CurrencyControl mode does not trade, it only manages other instances in the strategy tester.
  33. MaxSymbols - maximum amount of traded instruments 
  34. CurrencyBlocking - block trading for a selected currency in multiple pairs at a time
  35. DD_Money - drawdown in the deposit currency, after which opening new grids will be disabled
  36. DD_Percent - drawdown percentage, after which opening new grids will be disabled
  37. DD_Blocking - the option of blocking opening of new orders if DD_Money DD_Percent triggers
  38. DD_Email - send email messages if DD_Money DD_Percent triggers

SRB Grid
video 1

video 2

video 3

No comments:

Post a Comment