Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
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).
  • 'Signal Mode' - signal calculation method (for line color, arrows and learning).
    Options:
    'Сrossing (Lines Main/Signal)' - the intersection of the Main line with the Signal line.
    'Сrossing (Lines)(with Levels Up/Down)' - Buy/Sell signal when the Main Line crosses the Signal Line (from bottom to top/from top to bottom), provided that the Main Line has been in the overbought (for Sell, level Up)/oversold (for Buy, level Down) zone.
    'Direction (Signal Line)' - the Signal line direction is used.
  • '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.

Stochastic

*For reference: if Min. parameters value = Max. parameters value, then the "Deep" algorithm will not be activated and the learning system (adapt) will not be used.

  • 'Min. K-Period [1...)' - The minimum K-period (number of bars for calculations) of the Stochastic. 
  • 'Max. K-Period [1...) - The maximum K-period (number of bars for calculations) of the Stochastic.
  • 'Min. D-Period [1...)' - The minimum D-period (period of first smoothing) of the Stochastic
  • 'Max. D-Period [1...)' - The maximum D-period (period of first smoothing) of the Stochastic.
  • 'Min. Slowing [1...)' - The minimum final smoothing of the Stochastic.
  • 'Max. Slowing [1...)' - The maximum final smoothing of the Stochastic.
  • 'Level Down' - Lower level (used for buy signals and arrows).
  • 'Level Up' - Upper level (used for sell signals and arrows).

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.
Jaro123  

Hello,

i have some problem with data window - i don´t see any items from indicator like "Signal BUY", "Signal SELL" etc. Can you fix it. Thank you.

Jaro

Marat Sultanov  
Jaro123 #:

Hello,

i have some problem with data window - i don´t see any items from indicator like "Signal BUY", "Signal SELL" etc. Can you fix it. Thank you.

Jaro

Hello Jaro,

Can you give me more information (send the log file of your MT5), please?

The log file can be found in the "Experts" tab.

Here's how you can find this file:


Jaro123  
Marat Sultanov #:

Hello Jaro,

Can you give me more information (send the log file of your MT5), please?

The log file can be found in the "Experts" tab.

Here's how you can find this file:



Hello Marat,

I see this :


I don't see any indicator buffers. Can you help me, please ?

Jaro

Dateien:
20220821.log  1 kb
Marat Sultanov  
Jaro123 #:


Hello Marat,

I see this :


I don't see any indicator buffers. Can you help me, please ?

Jaro

Hello jaro,

Thank you for the additional information. 

If I understand you correctly, you want to call this indicator in another program to use the values of this indicator?

If so, then yes, you are right, the indicator buffer values are not displayed in the data window. I did it intentionally, so as not to overload the indicator window with a lot of information. 


However, you can call the indicator and use its values. I will describe the details about the indicator buffers:

Buffer [0]: the main line values. Empty value = EMPTY_VALUE.

Buffer [1]: color of the main line. Empty value = 0.

Buffer [2]: the signal line values . Blank value = EMPTY_VALUE.

Buffer [3]: color of the signal line. Empty value = 0.

Buffer [4]: up arrow. Empty value = EMPTY_VALUE.

Buffer [5]: down arrow. Empty value = EMPTY_VALUE.


Please let me know if this information was helpful to you. If this is not enough, I can make a new version in which all indicator buffers will be displayed in the data window.

Thanks.

Jaro123  

Hello Marat,

thank you for your additional information about indicator buffers, it is helpful for me. 

I'll try use this indicator in EA.

Can you write me example (this indicator) for iCustom function, please ?

Thanks

Marat Sultanov  
Jaro123 #:

Hello Marat,

thank you for your additional information about indicator buffers, it is helpful for me. 

I'll try use this indicator in EA.

Can you write me example (this indicator) for iCustom function, please ?

Thanks

Hello Jaro,

Sure. I created an example of an EA that you can use to call and work with this indicator. I hope this example will help you. 

The EA file is attached below in this message.

Thanks.

Dateien:
Jaro123  

Hello Marat,

Thanks a lot.

zain xpro  

I purchased Deep Stochastic but it did not install. What should I do ?




/

Marat Sultanov  
zainxpro #:

I purchased Deep Stochastic but it did not install. What should I do ?

Hello, 

Thank you for your purchase. Please make sure you have done the following:

1. Make sure you are logged into your account in your MT5.


2. You have installed the indicator. This can be done through the Market window. Please follow the following instructions:

2.1. Open MQL5 Market (Tools->MQL5 Market):

2.2. Find this indicator in the market window. This can be done using search.

2.3. Click on the found indicator.

2.4. Click on the Download button.

2.5. Click on the Open button.

Please let me know if this worked for you.

If this does not worked for you, then please write to me in private messages, I will try to help you.

Thanks
Marat

Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen