
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
For step 35, extended totals:
Here we can see that
I think these most numerous categories (length of uninterrupted trades equal to "1" and "2") must be thought over in more detail in order to correct the strategy of placing Stop pending orders.
Let us check the pyramiding idea (in case we open a position in the direction of the previous one):
Added two links to the first post:
Forum on trading, automated trading systems and testing trading strategies
Buy stop Sell stop Grid Expert Advisor as a class
Vladimir Karputov, 2017.09.26 19:26
***
Added:
While the Expert Advisor is running, data is written to an array in OnTradeTransaction. The format of recording is the following: if we have Buy position - we record "+1", if Sell position was opened - we record "-1".
Let's check the idea of pyramiding (in case a position was opened in the direction of the previous one)
With the introduction of the two regression types, it becomes necessary to check the calculated lot size. The LotCheck function will be used for this purpose. Example of using this function in the script:
In order not to litter the terminal log, the whole output is organized on the chart:
Geometric and arithmetic professions have been added to the EA class. Implemented lot calculation (for now) for geometric progression.
ds
Comparison of trading(EURUSD symbol, step 35) with a regular lot and with geometric progression:
Fig. 1: An Expert Advisor Buy stop Sell stop Grid as a class: a regular lot
Fig. 2. an Expert Advisor Buy stop Sell stop Grid as a class: geometric progression lot
Fig. 3: Classifier of the Buy stop Sell stop Grid Expert Advisor: arithmetic progressive lot
Let's put it this way: "Increasing lots in geometric progression or arithmetic progression when holding positions in one direction is worse than trading with a constant lot".
Something I have when trying to update data from Storage it writes:
2017.10.03 12:59:10.146 Storage failed to read http data (storage.mql5.com:443 read failed [12152])
In general, my work with Storage doesn't work at all... Something I'm doing wrong...I get a message when I try to update data from the Warehouse:
2017.10.03 12:59:10.146 Storage failed to read http data (storage.mql5.com:443 read failed [12152])
In general, my work with Storage doesn't work at all... Something I'm doing wrong...Let's Skype and then post a solution to the Storage problem here ...
Let's Skype and then post the solution to the Warehouse problem here ...
No problem. Emailed it to you in person.
So.
I have Windows7 x64, account control is disabled. I have to connect to the Warehouse every time I log in to the meta-editor.
Vladimir, please add me to the project as well. Thank you