제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다
Marat Sultanov  

Description of the input parameters.

  • 'Device' - Device on which the indicator will be calculated.
    Options:
    'Terminal (Single-Thread)' - (slowest calculation) the indicator will be calculated in the common MetaTrader thread. For reference: MetaTrader allocates one common thread for all running indicators.
    'CPU (Multi-Thread with OpenCL)' - (fast calculation) the indicator will be calculated asynchronously (all central processor cores are used). This will speed up calculations by using all CPU cores.
    'GPU (Multi-Thread with OpenCL)' - (fastest calculation) the indicator will be calculated asynchronously (GPU is used). This will greatly speed up calculations due to the use of a graphics card (GPU).
  • 'Criterion(for Quality)' - Criterion for learning (adapting process). The panel shows the quality of the working neural network.
    Options:
    'Balance max' - Learning system will strive to optimize Net Profit.
    'Profit Factor max' - Learning system will strive to optimize the Profit Factor.
    'Recovery Factor max' - Learning system will strive to optimize the Recovery Factor.
  • 'Number of Bars [1...)' - Number of bars to learn and display lines, arrows, etc. Only the last available bars are used.

Bollinger Bands

*For reference: if 'Minimum Period' = 'Maximum Period' and 'Minimum Deviation' = 'Maximum Deviation', then the "Deep" algorithm will not be activated and the learning system (adapt) will not be used.

  • 'Minimum Period [1...)' - The minimum period of the Bollinger Bands. 
  • 'Maximum Period [1...)' - The maximum period of the Bollinger Bands. 
  • 'Minimum Deviation [0.001...)' - The minimum deviation of the Bollinger Bands. 
  • 'Maximum Deviation [0.001...)' - The maximum deviation of the Bollinger Bands. 
  • 'Price' - Price that will be used for the Bollinger Bands, signals(line color, arrows), learning system.

Deep Algorithm

  • 'Power in % [1...100]' - Performance adjustment. With this parameter you can set the percentage of used resources that the indicator will use in calculations.
  • 'Sensitivity in % [1...100]' - Sensitivity of the indicator lines. More precisely, it is the rate of change. The lower the value, the slower the indicator lines will change. Use to avoid fast changes of the indicator lines.
  • 'Period(in bars) for Re-Adapt(0-Adapt once)' - Time period (number of bars) for automatic start of repeat learning (adaptation). It is needed in order for the learning system to be continued. After the learning (adaptation) stops, it can start again itself after the specified number of bars.
  • 'Maximum Iterations [1...)' - The maximum number of iterations for the running learning process (adaptation). When the number of iterations reaches this value, then the process stops.

Neural Network

  • PreSet' - Use this to use the preset neural network configuration.

Custom Set

The following parameters if used if 'PreSet' = 'CUSTOM SET'!

  • 'Sensors [1...)' - Number of sensor neurons. This is the size of the sensor layer.
  • 'Conv: Layers [0...)' - Number of convolution layers. If = 0, then the convolution layers are not used!
  • 'Conv: Neurons in Layer [1...)' - Number of neurons in the convolutional layer.
  • 'Hidden: Layers [1...)' - Number of hidden layers.
  • 'Hidden: Neurons in Layer [1...)' - Number of neurons in the hidden layer.

Visual Info

  • 'Graphic objects prefix name' - Graphic objects prefix name. Use this if you want to run multiple copies of this indicator on the same chart. The value of this parameter must be different for each copy, so that the graphical panel does not conflict between the running copies of the indicator.
  • 'Show Arrows' - Show signal arrows.
  • 'Starting Bar for Arrows' - From which bar arrows can be drawn.
    Options:
    'Current Bar' - Arrows are drawn from the current bar.
    'Closed Bar' - Arrows are drawn from the last closed(formed) bar (use this to wait for more stable arrows).

Panel

  • 'Show Panel' - Display the control panel on the chart.
  • 'X Offset' - Horizontal offset (in pixels) of the starting position.
  • 'Y Offset' - Vertical offset (in pixels) of the starting position.
  • 'Size Multiplier' - Panel size multiplier.
  • 'Transparent % [10...100]' - Percentage of panel transparency.

Notify

  • 'Use Prefix Info' - If = true, then the value of the input parameter 'Graphic objects prefix name' will be added to the notification description.
  • 'Use Currency Pair Info' - If = true, then the chart Symbol (Currency Pair) name will be added to the notification description.
  • 'Use Chart Period Info' - If = true, then the chart Time Frame will be added to the notification description.
  • 'Alerts?' - If = true, when a new signal appears or signal changes, there will be a notification about it in the "Alert" window.
  • 'Play Sound?' - If = true, when a new signal appears or signal changes, then the sound will be played.
  • 'File Name for Sound' - specify the name of the sound file to play.
  • 'Send To Mail?' - If = true, when a new signal appears or signal changes, an email will be sent. (The email address can be specified in the MetaTrader settings)
  • 'Mail Header' - Specify the email title.
  • 'Notifications?' - If = true, when a new signal appears or signal changes, there will be a push notification.