Login / Register
Add a review
Log in
Sign UP
[bws_google_captcha]

The general algorithm.

Trading is conducted within the day from 01.00 to 23.00 at the time of the trading server. After 23.00, all positions are closed.
Trading is conducted with a single position with a fixed volume. Price data for calculating input and output signals is taken at a fixed frequency.
The Expert Advisor does not depend on the timeframe.

The algorithm for opening and closing a position.

The Expert Advisor performs virtual trading, on successful trades of which the neural network is trained.
The holding time of the virtual position is set by the MTPL parameter .
Also, a virtual position can be closed at the exit signal from the neural network.
A trained neural network provides signals for real trading to open and close a position.
The In Soft Threshold parameter is responsible for the input signal, and the Out Soft Threshold parameter is responsible for the output signal.
It is possible to set fixed loss and profit levels for a position.
 

Settings.

  • Volume — the volume of the lot.
  • Probe period, sec — the interval for obtaining price data in seconds, by default-1 second.
  • In Soft Threshold — the threshold of the signal to open a position, the working interval from 0.5 — 0.7.
  • Out Soft Threshold — the threshold of the signal to close the position, the working interval from 0.4-0.5.
  • Maximum time neuron live, sec — the maximum lifetime of a neuron in seconds, by default-900 seconds.
  • Maximum time paper live, sec — the maximum lifetime of the virtual position in seconds, by default-60 seconds.
  • Stop loss, points — fixed loss level in points.
  • Take profit, points — fixed profit level in points.
  • Expert ID — the expert ID.

[spoiler title=”Read More…”]

  • Volume — the volume of the lot.
  • Probe period, sec — the interval for obtaining price data in seconds, by default-1 second.
  • In Soft Threshold — the threshold of the signal to open a position, the working interval from 0.5 — 0.7.
  • Out Soft Threshold — the threshold of the signal to close the position, the working interval from 0.4-0.5.
  • Maximum time neuron live, sec — the maximum lifetime of a neuron in seconds, by default-900 seconds.
  • Maximum time paper live, sec — the maximum lifetime of the virtual position in seconds, by default-60 seconds.
  • Stop loss, points — fixed loss level in points.
  • Take profit, points — fixed profit level in points.
  • Expert ID — the expert ID.
The Expert Advisor configuration process consists of selecting two parameters: In Soft Threshold and Out Soft Threshold.
It is advisable to carry out the selection daily at the beginning of the trading day, the selection is made for the previous trading day.
But you can also make a selection for a longer period, for example, 1 month.
See the video instructions for configuring the Expert Advisor.
– setting up the expert Advisor for 1 day. 
– setting up the expert Advisor for 1 month. 

[/spoiler]

Add review
Reviews ( 0 ):