Versione 22.17
2022.02.03
Correction in the operation of signals from indicators
Versione 22.16
2022.01.25
Fixed lot calculations for manual input.
Fixed the behavior of price tags when changing the settings of an adviser.
Versione 22.15
2022.01.17
Correction of the trailing stop for sell positions.
Corrections are made according to user reports.
Versione 22.14
2022.01.16
Correction of the trailing stop for sell positions.
Corrections are made according to user reports.
Versione 22.13
2022.01.15
лчсарпядчломаждя
Versione 22.12
2022.01.12
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.
Versione 22.11
2022.01.05
Correcting grammatical errors
Correction in the work of the information panel
Versione 21.125
2021.12.29
Correction in the calculation of lots for the method of adding the starting lot
Versione 21.124
2021.12.28
Correction of information display on the profit panel
Versione 21.123
2021.12.27
Correction in the display of profit
Versione 21.122
2021.12.24
Correction of lot calculations
Versione 21.121
2021.12.23
By popular demand, the (Lot Multiplier) parameter was returned to the program settings.
Versione 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.
Versione 21.73
2021.07.30
Correction:
Simultaneous opening of two oppositely directed orders when using signals from custom indicators.
Versione 21.72
2021.07.28
Correction:
The custom signals function is now working correctly!
Versione 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.
Versione 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
Versione 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!
Versione 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.
Versione 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.
Versione 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.
Versione 20.106
2020.11.17
Code optimization
Versione 20.105
2020.10.23
Optimization of distance calculation for sell orders
Versione 20.104
2020.10.21
Optimization of distance calculation for a network of orders against a trend
Versione 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.
Versione 20.102
2020.10.14
Fixed balance display on the chart
Fixed magic number -1
Fixed description of settings
Versione 20.101
2020.10.11
General code optimization
Versione 20.100
2020.10.11
Optimized trailing stop for trend
Versione 20.93
2020.09.29
Improvements in working with trailing stop and partial closing of orders.
Versione 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.
Versione 20.91
2020.09.23
Correction of working with trailing stop following a trend
Versione 20.90
2020.09.22
The program is completely rewritten
Mass fixes and improvements
Added several new types of averaging
Versione 20.27
2020.02.13
Optimization:
Revised calculation of compensation for swap and Commission
Optimized and accelerated algorithm of the program
Versione 20.26
2020.02.01
Optimized calculation of the percentage of the lot
Versione 20.25
2020.01.30
Fixed-message and maxlotchek lot calculation
Fixed-Trading at the intersection of moving averages
Versione 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.
Versione 20.21
2020.01.22
Optimized:
Closing positions in case of partial averaging
Improved closing when using maximum + minimum averaging
Versione 20.20
2020.01.20
Fixed:
Connecting custom indicators
Versione 20.19
2020.01.20
Optimized:
Compensation for the swap and commission
Versione 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
Versione 20.17
2020.01.09
Corrected:
Comments on orders.
Versione 20.16
2020.01.09
Fixed:
Close all orders when the specified profit or loss
Versione 20.15
2020.01.08
Fixed:
Conclusion comments on the positions and properties of warrants
Versione 20.14
2020.01.07
Optimized insertion check adviser trade time
Versione 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
Versione 20.12
2020.01.06
Correction:
Fixed take profit if there was one order.
Versione 20.11
2020.01.06
Optimization:
Calculation of lots
Versione 20.10
2020.01.05
Corrections:
Fixed calculation of the lot, before increasing the bid could stop at 0, 28.
Versione 19.121
2019.12.27
Minor improvements and optimization of the virtual network algorithm
Versione 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. . . .
Versione 19.72
2019.07.24
Optimized trailing stop, previously some brokers had problems with a large number of modifications
Versione 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)
Versione 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.
Versione 19.51
2019.05.15
Optimization of the profit distribution function.
Code optimization
Test the new version on a demo account.
Versione 19.32
2019.03.19
Correction:
Trading strategies included
Versione 19.30
2019.03.18
Improved:
The trading strategy is installed from the advisor version 18. 120
The code is fully optimized and accelerated.
Improved work with the balance of the adviser and the distribution of profits.
Balance information.
Added by:
Added low margin margin setting (Margin Alert)
Advisor Balance - added a warning about the negative balance of the adviser.
Versione 19.20
2019.02.25
Global update advisor!
The program is completely rewritten from scratch!
Before updating, be sure to test the program on a demo account!
Versione 18.120
2018.12.03
Added:
Settings:
Maximal Orders buy-Maximum number of BUY orders (0-off)
Maximal Orders Sell-Maximum number of SELL orders (0-off)
Maximal Lots buy-Maximum volume of BUY order (0-off)
Maxi Mal Lots Sell-Maximum volume of SELL order (0-off)
Versione 18.110
2018.11.04
Added by:
Time to stop trading, the expert does not open new orders, but at the same time controls and modifies previously opened orders. The setting is useful for situations when a broker at night can raise security requirements.
- Dont Trade Hour Start - Start a pause in trade
- Dont Trade Hour Stop - End of a pause in trade
Versione 18.81
2018.08.31
Optimized:
In some cases, the EA did not correctly calculate the profit and closed one order with a loss.
Versione 18.42
2018.04.24
Important update!
Fixed the issue with Magic numbers.
Earlier, changing the magic number during in the process of operation could lead to opening numerous orders.
The issue has been resolved!
Versione 18.40
2018.04.02
Added:
Description of the program in the dialog box.
Added information about the program to a special window.
Improved:
Speed of operation with a large number of orders.
Minor improvements.
Hello, The smart grid is a great EA. It has a great risk management capability and keeps up with the settings. This EA is great for sideways markets and need better risk management for long trends. I find this EA will have a significant DD for pairs with the JPY currencies with it, since these pairs tend to move a lot in trends, so here you will have to put your money risk management into use. If you are an experienced trader you will love this EA because you would have an easy time going through the setting and programming them. This EA is not a fit all pair money making machines! If you think so, it will draw down your account in a day! This EA is basically a BMW that runs perfectly on the dot but if someone crash this great car is most likely the driver rather than the BMW!! So if you want a great EA this is it! But take the time to learn how to use it and fall in love with it!! Several times I thought I had it all down! And a few days later or less, got my surprise, I had it all wrong! had to plan and start all over! Every time I tried I became better at it!I am glad all happened on a demo account! Your mind is your best partner or your biggest enemy! You are so anxious to make money that very often overlook the small details! And details matters so much in trading!