Versão 22.17
2022.02.03
Correction in the operation of signals from indicators
Versão 22.16
2022.01.25
Fixed lot calculations for manual input.
Fixed the behavior of price tags when changing the settings of an adviser.
Versão 22.15
2022.01.17
Additional optimizations and improvements to the trailing stop loss function
Versão 22.14
2022.01.16
Correction of the trailing stop for sell positions.
Corrections are made according to user reports.
Versão 22.13
2022.01.15
sdf sgf dgd gdsg dfgdfgdfg drg fgsdgr dfg drg
Versão 22.12
2022.01.13
Bug fixes and improvements:
Improved text on graphics
Adjustments have been made to the calculation of the compensation for the commission and for the swap.
Optimization of trailing stop, now compensation for swap and commission is taken into account.
Versão 22.11
2022.01.05
Correcting grammatical errors
Correction in the work of the information panel
Versão 21.125
2021.12.29
Correction in the calculation of lots for the method of adding the starting lot
Versão 21.124
2021.12.28
Correction of information display on the profit panel
Versão 21.123
2021.12.27
Correction in the display of profit
Versão 21.122
2021.12.24
Correction of lot calculations
Versão 21.121
2021.12.23
By popular demand, the (Lot Multiplier) parameter was returned to the program settings.
Versão 21.120
2021.12.23
- The program code has been rewritten and optimized. The Expert Advisor was written from the very beginning, which has optimized the trading strategy much better.
- The information panel has been modified. Now the panel shows the next lot, next step, current profit and other information.
- A full graphical panel is displayed only in live trading mode on demo and real accounts.
- For the strategy tester, only the line with the current balance size is displayed. This has increased the testing speed by times.
- The ability to set the sequence of lots manually has been added, use the separator (;) to record lots. Example 0.01;0.02;0.04;0.05
- The ability to set the sequence of steps manually has been added, use the separator (;) to record lots. Example 100;200;200;150;75;300
- The opening lines of the following positions, the opening price texts, and the lot size of the next position have been added to the chart in the trading mode.
- The information on the text marks Closing price, Total lots to close, Approximate expected profit has been added.
- The ability to manage the positions of another Expert Advisor in order to close all positions has been added. To do this, switch the Expert Advisor to the "Smooth stop of Buy + Sell" trading mode Give an opportunity to work with other people's positions for modification and closing, without opening new positions. Even if you open positions from your phone or another computer, the Expert Advisor can pick up and control them.
- Color selection settings for graphic elements have been added.
- Now the Expert Advisor writes logs of its work, the log files are stored for 5 days. The logs contain all the information about the actions performed by the Expert Advisor. The folder with logs is located at files/App Data Trading Go/VR Smart Grid
- The setting to enable and disable Push messages has been added.
- Push messages have been added to the Expert Advisor, now it is possible to receive up-to-date information about the work of the Expert Advisor directly to your smartphone.
- Push messages can also notify the trader about the disconnection with the broker, and the size of the ping to the broker's server.
Optimized:
- The speed of testing and optimization of the Expert Advisor, code optimization has increased the performance significantly.
- The Lot Multiplier parameter has been replaced with the ability to add a sequence of lots manually.
- Improvements and optimization of swap and commission, previously, when the swap or commission was changed, the average closing price of positions was not recalculated, now the commission and swap are recalculated when a new trading period begins.
- Now the Expert Advisor checks the account type. The Expert Advisor is designed for hedge accounts and cannot work on nettig accounts.
- A restriction has been introduced - graphic objects, as well as information about the current profit or loss in the testing and optimization processes are not calculated.
- Deletion of tester arrows and lines now occurs in the last 7 days, deletion works both in the tester and in real/demo accounts.
Corrections:
- The work of the MagicNumber parameter has been fixed and optimized earlier in some cases, when trading with hands and tracking positions by an Expert Advisor, problems could arise.
- Trailing stop has been corrected, a more reliable and stable method has been chosen.
- An error occured when closing a part of the network, previously the level of partial closing under certain conditions could not be recalculated.
- An error occured when using trading on a new bar, previously, in the case when 2 buy + sell positions were to be opened, only one position was opened.
Mass improvements and optimization of the program code according to messages and crash logs of program users.
Versão 21.73
2021.07.30
Correction:
Simultaneous opening of two oppositely directed orders when using signals from custom indicators.
Versão 21.72
2021.07.28
Correction:
The custom signals function is now working correctly!
Versão 21.71
2021.07.28
Correction:
Additional checks have been added to the CCI indicator signal. Earlier, at the start, with this signal, several orders could be opened simultaneously.
Versão 21.70
2021.07.27
Fixes:
Signals from third-party indicators now work correctly.
Due to market restrictions, the PTP indicators and other market indicators have been removed from the EA.
To connect an indicator, use global variables or a special indicator repeater.
Correction in the names of global variables for signal transmission:
Now variable names are formed as follows
Variable transmitting signals for
Buy deals GlobalVariableSet (Symbol () + "_SignalBuy"); if the variable has a value of 1, the advisor will buy, another value will wait
Sell deals GlobalVariableSet (Symbol () + "_SignalSell"); if the variable has a value of -1 the advisor will sell, a different value will wait
Versão 21.60
2021.06.03
Optimized order closing, previously, in some cases, the largest order was closed last. Now, when partially closed, the largest orders are closed first and then only the smaller orders.
Added a parameter for custom signals, this parameter allows you to transfer a signal from a custom indicator to an Expert Advisor.
The program has been compiled for the new terminal build.
All updates are free for you!
Versão 21.30
2021.03.01
Important update!
We strongly recommend that you update your version of the program!
Fixed:
Display and calculation of profit in the information panel.
Grammatical errors in the description of the settings.
Calculation of average prices for partial closing of positions, now all calculations are done more accurately.
Added:
Smartphone notification, to receive messages from the advisor, you need to enable the option in the MetaTrader terminal settings.
Turn off the notification about trade and trade operations.
Versão 21.20
2021.02.24
Optimized work of the advisor when changing settings. Previously, new settings might not have been applied or only partially applied.
Optimized work with commission and swap, now the algorithm calculates the correct commission for a position when opening and closing it.
Optimized the operation of the advisor in different modes, stopping buy and sell trading.
Trailing stop operation has been optimized, this function has been completely rewritten and now works correctly.
The eighth type of averaging has been added, this type works by partial closure and selects the most suitable way to reduce the position by a partial method.
Added a lot multiplier, now the lot calculated by the formulas can be increased or decreased due to the multiplier, if the multiplier is less than 1 and more than zero, the lot decreases, if the multiplier is greater than 1, then there is an increase
calculated lot.
Added check for account type, netting or hedging. The Expert Advisor does not work and does not run on a netting account, use only account hedging.
Built-in check for netting accounts, now the advisor will not be able to work on netting accounts, the advisor's algorithm is created for hedge accounts.
Restored manual trading mode, in this mode the advisor is automatically set MagicNumber equal to 0, the first order is opened manually by a trader,
if the price goes against the trader, then the advisor itself will sort out the situation until the positions are closed completely.
If the price moves in the direction of the trader, the EA performs other functions, does not open new orders, controls and modifies the positions opened manually.
A lot of work has been done to optimize the code and improve the trading logic.
Versão 20.110
2020.11.24
This control only works in the real trading in the strategy tester is not running, the testing speed increased
A strict check of stops and takes was made. Now a stop loss of 1.00000 type should not appear on GBPUSD and similar pairs.
Versão 20.106
2020.11.17
Code optimization
Versão 20.105
2020.10.23
Optimization of distance calculation for sell orders
Versão 20.104
2020.10.21
Optimization of distance calculation for a network of orders against a trend
Versão 20.103
2020.10.20
Fixes:
in some cases, a stop loss appeared in the negative zone, now the stop loss is set strictly according to the EA's logic.
In rare cases, the adviser stopped, now the adviser has a control check that restarts the adviser.
Optimized:
calculating distance increase for the entire order network.
Versão 20.102
2020.10.14
Fixed balance display on the chart
Fixed magic number -1
Fixed description of settings
Versão 20.101
2020.10.11
General code optimization
Versão 20.100
2020.10.11
Optimized trailing stop for trend
Versão 20.93
2020.09.29
Improvements in working with trailing stop and partial closing of orders.
Versão 20.92
2020.09.28
Fixed:
1 - Trailing stop along the trend, previously there could be a situation in which only two orders were opened according to the trend and the EA did not open new orders. Now trailing stop following the trend works correctly.
2 - Display of price labels with partial averaging, now labels are displayed correctly.
Versão 20.91
2020.09.23
Correction of working with trailing stop following a trend
Versão 20.90
2020.09.22
The program is completely rewritten
Mass fixes and improvements
Added several new types of averaging
Versão 20.27
2020.02.13
Optimization:
Revised calculation of compensation for swap and Commission
Optimized and accelerated algorithm of the program
Versão 20.26
2020.02.01
Optimized calculation of the percentage of the lot
Versão 20.25
2020.01.30
Fixed-message and maxlotchek lot calculation
Fixed-Trading at the intersection of moving averages
Versão 20.24
2020.01.25
Optimized:
Working with the averaging type Maximum and minimum orders with partial closure, fixed a situation where a large network of orders accumulated.
Versão 20.22
2020.01.22
Optimized:
Closing positions in case of partial averaging
Improved closing when using maximum + minimum averaging
Versão 20.21
2020.01.22
апроапол
Versão 20.20
2020.01.20
Fixed:
Connecting custom indicators
Versão 20.19
2020.01.20
Optimized:
Compensation for the swap and commission
Versão 20.18
2020.01.10
Posted:
The settings are applied to all orders signal network
On order the entire network open to signals from strategies
Off the signals open only the first starting order
Added support for PTP indicator
Versão 20.17
2020.01.09
Corrected:
Comments on orders.
Versão 20.16
2020.01.09
Fixed:
Close all orders when the specified profit or loss
Versão 20.15
2020.01.08
Fixed:
Conclusion comments on the positions and properties of warrants
Versão 20.14
2020.01.07
Optimized insertion check adviser trade time
Versão 20.13
2020.01.07
Fixed:
Fixes when dealing with the general take profit
Fixed and optimized to work with a trailing stop on indicators Donchian
Versão 20.12
2020.01.06
Correction:
Fixed take profit if there was one order.
Versão 20.11
2020.01.06
Optimization:
Calculation of lots
Versão 20.10
2020.01.05
Corrections:
Fixed calculation of the lot, before increasing the bid could stop at 0, 28.
Versão 19.121
2019.12.27
Minor improvements and optimization of the virtual network algorithm
Versão 19.120
2019.12.24
What was done:
1 - Reworked calculation of the lot, fixed lot and the lot on the percentage. Previously, some brokers might have problems.
2 - The types of averaging, averaging two types have been added. This partial closure of the maximum orders. To understand how they work, run the program in the strategy tester.
3 - restored and brought into operation manual trading mode!
4 - Changed the function with the balance, you specify the allowable amount now for the loss or the amount of profit at which the adviser has yet to close and stop its work
5 - Added calculation of compensation for the swaps, the Commission is now the sum of losses from the commissions and swaps accounted advisor.
6 - Improved trailing stop earlier, some brokers have been identified problems with trailing
7 - Improved built-in trading strategies, signals are adjusted.
8 - Added the ability to manually change the overall take profit, adjustment is included in the EA, and draws a line that can be moved.
9 - Improved work in manual mode with virtual levels. Earlier levels could be shifted.
10 Added virtual trade regime, a separate unique mode, this mode uses a stop loss and take profit.
11 Added to import signals or any other indicator systems. Advisor can read signals from the global variables with SignalBuy names, where 1 is to buy, and 0 to do nothing and SignalSell where -1 is to sell, and 0 to do nothing.
Much has been done to optimize the code, it is considered a large number of features of different brokers. . . .
Versão 19.72
2019.07.24
Optimized trailing stop, previously some brokers had problems with a large number of modifications
Versão 19.71
2019.07.22
Optimized lot calculation for interest
Optimized lot calculation for sell orders
Improved behavior of the trading strategy on the new bar
Optimized trailing stop code
Improved and optimized the work of the profit distribution function on the balance sheet
Fixed grammatical errors.
Improved behavior on the main trading strategy
Optimized code for strategy tester
Several tests were conducted on real and demo accounts.
Optimized the work of additional embedded trading strategies
The program code is optimized and made universally for different brokers.
Updated instructions for settings in Russian and English (read blog)
Versão 19.60
2019.07.04
Code rewritten from scratch, added additional checks.
Much work has been done to optimize the algorithm.
Much preparatory work has been done for the following improvements.
Versão 19.54
2019.05.16
Optimization of trading strategies
Versão 19.53
2019.05.16
Correction with Donchian's trading strategy
Versão 19.52
2019.05.16
Correction of work with the MA indicator
Versão 19.51
2019.05.15
Optimization of the profit distribution function.
Code optimization
Test the new version on a demo account.
Thanks Vladimir! Extraordinary EA with Extraordinary Support.