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 according to the time of the trading server. After 23.00 all positions are closed.
Trading is conducted by one position with a fixed volume. Price data for calculating input and output signals are 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 transactions 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 by an exit signal from a neural network.
The trained neural network provides signals for real trading to open and close positions.
The In Soft Threshold parameter is responsible for the input signal, 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 receiving price data in seconds, by default – 1 second.
  • In Soft Threshold — the threshold of the signal to open a position, the working interval is 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 — maximum neuron lifetime 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 — a fixed profit level in points.
  • Expert ID — the ID of the expert.

[spoiler title=”Read More…”]

  • Volume — the volume of the lot.
  • Probe period, sec – the interval for receiving price data in seconds, by default – 1 second.
  • In Soft Threshold — the threshold of the signal to open a position, the working interval is 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 — maximum neuron lifetime 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 — a fixed profit level in points.
  • Expert ID — the ID of the expert.
The process of configuring the Expert consists in 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 it is possible to carry out the selection for a longer period, for example, 1 month.
Watch the video instructions for configuring the Expert Advisor.
– setting up an Expert Advisor for 1 day. 
– setting up an Expert Advisor for 1 month. 

[/spoiler]

Add review
Reviews ( 0 ):