Somente usuários que compraram ou alugaram o produto podem deixar comentários
Igor Ryabchikov  

 #======= Indicators: Open =======#

#========= Current TF MA ========#

  • MA period: Period of the moving average on the current timeframe
  • Min distance from MA to last bar close: minimum distance between the MA and the last bar close to open

#=========== Williams ===========#

  • WPR Period: period of Williams' Percent Range
  • WPR open offset: WPR - offset from 0 and -100 making a signal

#============== ATR =============#

  • ATR Period: Average True Range period
  • Min ATR, pips: Minimum value of ATR required to open

#============== CCI =============#

  • CCI Period: CCI period
  • CCI sell level: CCI level to open long order
  • CCI buy level: CCI level to open short order

#====== Indicators: Close =======#

#=========== Williams ===========#

  • Close on WPR signal: Use Williams' Percent Range indicator to decide to close open orders
  • WPR level to close buy: level to close long orders
  • WPR level to close sell: level to close short orders
  • WPR min profit, pips: minimum profit required for orders to be closed

#============== CCI =============#

  • Close on CCI signal: Use CCI to decide to close open orders                
  • CCI close level buy: CCI level to close long positions
  • CCI close level sell: CCI level to close short positions

#============ Filters ===========#

  • Max spread to open trade: Spread filter (recommended)               

#============= H4 MA ============#

  • Use H4 MA filter: Use H4 moving average as a filter (detecting global trend)
  • H4 Slow MA period
  • H4 Slow MA mode
  • H4 Slow MA applied price
  • H4 Fast MA period
  • H4 Fast MA mode
  • H4 Fast MA applied price

#============== CCI =============#

  • CCI filter on: Don't open the order if the market is off the charts
  • CCI filter value buy: no buy if CCI below this value
  • CCI filter value sell: no sell if CCI above this value

#========= Current TF MA ========#

  • MA filter on: Don't open the order if the price moved too far too fast
  • Distance from MA to close to filter, buy: max distance between the last candle close and the moving average to open buy order
  • Distance from MA to close to filter, sell: max distance between the last candle close and the moving average to open sell order