Version 2.4
2024.10.14
Conferences are equivalent to speeches for the news filter.
Added pause parameters for opening trades in time parameters (GMT_Open_Pause_Hour, GMT_Open_Pause_Minute, Period_Pause_in_minute).
Version 2.3
2024.09.03
The news filter has become more stable.
Added a news source from MQL5 (it is the most stable, no crashes).
Version 2.2
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.
Version 2.1
2023.04.07
The news site is back up and running.
Version 2.0
2022.02.16
Fixed news filter.
Version 1.9
2022.02.10
A number of functions have been added to the Expert Advisor, which were often mentioned by users.
1) News filter. If you want to use the news filter, then specify the news site in the terminal settings and in the EA parameters Use_NewsFilter=true.
2) "Minimum_Pips_at_Profit" parameter. The deal will not be closed if there are less profitable points than specified in the parameter.
3) 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.
4) 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.
5) When averaging (opening the 2nd trade and further), take into account the trend for two MAs:
Period_for_slow_MA;
Period_for_fast_MA;
Timeframe_for_MAs;
Method_for_MAs;
Price_for_MAs;
Number_of_bars_to_determine.
Example, for a Buy deal. If "fast_MA" is higher than "slow_MA" on the last bars by "Number_of_bars_to_determine", then the trend filter allows opening the next Buy position. For Sell, the opposite is true (if "fast_MA" is lower than "slow_MA").
Version 1.8
2021.09.10
◾Lot_calculation_based_on - lot calculation based on balance or equity.
◾Total_first_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; this parameter limits the opening of the first position and does not limit the opening of averaging positions.
◾Total_first_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; this parameter limits the opening of the first position and does not limit the opening of averaging positions.
◾Line_Magics - line of magic numbers of positions; if empty, then the number of open positions is calculated for all (any) magic numbers.
Examples.
1) Total_first_deals_of_line_magics_for_one_symbol = 1 and Line_Magics contains magic numbers of this Expert and another Expert. Another Expert opens a GBPUSD position, then this Expert will not open a GBPUSD position until it is closed.
2) Total_first_deals_of_line_magics_for_all_symbols = 1 and a GBPCAD trade was opened (with magic number from Line_Magics), then GBPUSD will not open while GBPCAD is open. And these parameters will not affect the averaging positions of GBPCAD.
Great EA I use with defalut set. 0.02 per 1000 USD for 3 pairs bring you constant profits with low Dradowns.