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
News sites have become more stable (pay attention to the MT5 version, there is an MQL5 calendar there, which eliminates breakdowns).
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.
Version 1.7
2020.10.26
Close_orders_at_loss_in_money_based_on_0.01_lot - floating drawdown in money (based on the starting lot 0.01), at which orders are closing; 0 - disabled. Only positions by the chart symbol and the magic number of the expert are taken into account.
Example,
If we set this value to 500, it means that if the size of the first trade in the grid is 0.01 lots, then when the floating loss reaches -500$ (or Euro, depending on the account currency), the trades will be closed.
But if the starting lot in the grid is 0.03, and the value is also 500, then when a floating loss of -1500$ is reached, the deals will be closed.
Version 1.6
2020.09.11
Added a fixed lot (parameters: "Use_Fixed_Lots", "Value_Fixed_Lots").
The sets remain the same.
Version 1.5
2020.06.23
Some parameters added.
Lot_calculation_with_rounding - use rounding when calculating a trading lot (more aggressive lot calculation, to accelerate the increase in balance).
activate_trailing_for_two_deals_or_more - activate a trailing stop if there are two or more positions.
only_when_averaging_in_negative_zone - "activate_trailing_for_two_deals_or_more" is valid if an additional position has opened in the negative zone of the previous position.
Trailing_Step - trailing stop step.
Version 1.4
2020.04.06
Correction of the parameter "Transactions_only_unidirectional".
Version 1.3
2020.03.30
1) To conduct better backtests, the following parameters have been added:
Adjust_DST_select,
Reconfiguration_Time_select.
2) Corrected the calculation of the trading lot.
3) Default settings changed.
Version 1.2
2020.01.30
1) Added Fractals strategy.
2) Added StopLoss parameter.
Version 1.1
2019.12.10
1) You can select a strategy for opening orders through the Select_Enter_Signal parameter (FrankoScalp strategy is available).
2) Added a lot of parameters to create a variety of sets of settings.
This is an interesting EA I used with good result, however you must withdraw 100% profit once it reached. As stated, it's a grid martin EA so you have to use it smart and mindful.