Versione 2.9
2024.10.14
Conferences are equivalent to speeches for the news filter.
Versione 2.8
2024.09.03
The news filter has become more stable.
Added a news source from MQL5 (it is the most stable, no crashes).
Versione 2.7
2024.05.28
The site for the news filter has been changed. Find the new site in the product description and add it to the terminal settings.
Versione 2.6
2023.04.07
The news site is back up and running.
Versione 2.5
2023.02.13
Added parameters.
"Total_deals_with_one_currency" - the maximum number of simultaneously open positions with the same currency (not a pair, but a currency); positions with magic numbers from "Line_Magics" are taken into account; valid for values greater than 0; this parameter limits the opening of the first position and does not limit the opening of averaging positions.
"One_currency_for_one_direction_only" - if "true", then "Total_deals_with_one_currency" considers only the same trading direction for each currency.
Example.
Positions AUDCHF BUY, AUDJPY SELL are open.
Received a signal to open AUDNZD SELL.
With parameters
"Total_deals_with_one_currency" = 2,
"One_currency_for_one_direction_only" = "false",
AUDNZD position will not be opened as there are already 2 AUD positions.
If in the parameters "One_currency_for_one_direction_only" = "true", then the AUDNZD SELL position will be opened, since the AUD currency in the SELL direction is only in one open position (AUDJPY SELL).
Versione 2.4
2022.04.16
Fixed a bug in the calculation of "Multiplier_of_Min_minutes_pause" and "Multiplier_of_Min_pips_between_positions" parameters.
This update does not affect sets and profiles, the settings remain the same.
How to update in order not to reset the settings of Expert Advisors on open charts.
1) Save your current profile (tab "file" -> "profiles").
2) Switch to another profile (for example, the default profile).
3) Update the experts in the terminal (via the market).
4) Open your profile (saved in step 1).
This can be done even if you have open positions.
Versione 2.3
2022.02.16
Fixed news filter.
Versione 2.2
2022.02.10
The following has been added to the EA parameters.
1) Time not to close deals. The time at which only real TP and SL are valid.
Use_Not_Closing_Time;
Not_Closing_Hour_GMT;
Not_Closing_Minute_GMT;
Period_Not_Closing_in_minute;
By default, these parameters set the rollover hour time, so if you want to use it, then just Use_Not_Closing_Time=true.
2) Do not open deals on new currency pairs if there are 2 deals or more for some pair (you can set any number of deals): Total_deals_for_one_symbol_so_as_not_to_open_new_symbol = 2.
Versione 2.1
2021.12.04
Added grid and martingale parameters:
- Use_Grid_mode;
- Multiplier_of_trade_Lot;
- Signal_Only_for_First_Transaction;
- Min_minuts_pause_between_positions;
- Multiplier_of_Min_minuts_pause;
- Min_pips_between_positions;
- Multiplier_of_Min_pips_between_positions;
- Close_positions_at_percentage_of_loss.
And added parameters for correcting the calculation of the trading lot:
- Lot_calculation_based_on - lot calculation based on balance or equity.
- Lot_calculation_with_rounding - use rounding when calculating a trading lot (more aggressive lot calculation, to accelerate the increase in balance).
Versione 2.0
2021.02.16
Added two parameters that are used in sets and make closing deals more efficient.
Minimum_Pips_at_Profit_2 - the minimum number of profit points for closing a positive transaction, which starts from "number_of_H1_bars_to_activate_MPP2" (0 - disabled);
number_of_H1_bars_to_activate_MPP2 - number of the hourly bar after opening a deal, from which "Minimum_Pips_at_Profit_2" starts to operate (0 - disabled).
Versione 1.9
2020.10.28
"GMT_Offset" worked incorrectly for brokers with server time other than + 2/+ 3 GMT.
Now EA works correctly on any brokers.
There are no changes in the EA's logic.
Versione 1.8
2020.10.17
Total_deals_of_line_magics_for_one_symbol - the maximum number of open positions for the current symbol with magic numbers from "Line_Magics"; valid for values greater than 0;
Total_deals_of_line_magics_for_all_symbols - the maximum number of open positions for all symbols with magic numbers from "Line_Magics"; valid for values greater than 0;
Line_Magics - line of magic numbers of positions; if empty, then the number of open positions is calculated for all (any) magic numbers.
The EA works well, thanks to the developer for making all settings readily available, good job, thanks!