Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12
Maya Rivera  
I've just bought FM and I'm looking forward to use it.
Konstantin Kulikov  
Обновление
В версии 1.2 значительно увеличен функционал.
1) Параметры ограничения количества позиций с одинаковой валютой в разных символах.
Total_deals_with_one_currency - максимальное количество одновременно открытых позиций с одной и той же валютой (не парой, а валютой); учитываются позиции с магическими номерами из "Line_Magics"; действительно для значений больше 0; данный параметр ограничивает открытие первой позиции и не ограничивает открытие усредняющих позиций.
One_currency_for_one_direction_only - если "true", то "Total_deals_with_one_currency" учитывает только одинаковое направление торговли для каждой валюты.
Пример.
Открыты позиции AUDCHF BUY, AUDJPY SELL.
Поступил сигнал на открытие AUDNZD SELL.
При параметрах
Total_deals_with_one_currency = 2,
One_currency_for_one_direction_only = false,
позиция AUDNZD не будет открыта, так как уже есть 2 позиции с валютой AUD.
Если в параметрах One_currency_for_one_direction_only = true, то
позиция AUDNZD SELL будет открыта, так как валюта AUD в направлении SELL только в одной открытой позиции (AUDJPY SELL).
2) Фильтр новостей.
Если хотите пропускать торговлю при важных события, то пропишите новостной сайт в настройках МТ (инструкция - https://www.mql5.com/ru/blogs/post/750707 ) и установите параметр Use_NewsFilter в "true".
3) Опции сетки и мартингейла.
Набор параметров, как в других моих экспертах, если хотите использовать, то Use_Grid_mode=true.
4) Возможность торговли несколькими парами с одного графика.
При Use_Symbols_from_Line = true, эксперт будет открывать позиции по символам прописанным в "Symbols_Line". (В тестере стратегий, открытие по нескольким парам работает только в МТ5.)
При работе с одного чарта будет некоторая потеря в количестве сделок, около 15%, однако, если вы используете большое количество экспертов одновременно (например, мои профили настроек нескольких экспертов), то это удобно и незначительно хуже, так как общее количество сделок велико и "Friday Monday" имеет пересечения с "Breakthrough Strategy".

По ссылке можно скачать архив ("Friday Monday.zip") со следующими сетами:
1) "FriMon with SL" - стандартный сет со StopLoss (совпадает с настройками по умолчанию). 
Просто загрузите его на чартах рекомендуемых символов (любой таймфрейм):
EURUSD, GBPUSD, USDCHF, USDCAD, NZDUSD, USDSGD, EURGBP, EURJPY, EURCHF, EURAUD, EURCAD, EURNZD, GBPCHF, GBPAUD, GBPCAD, CHFJPY, CADJPY, AUDCHF, CADCHF, AUDNZD, NZDCAD.
2) "FriMon with Martingale" - стандартный сет Мартингейл. Также, загрузите его на всех желаемых чартах.
3) "FriMon with SL ManyPairs" - сет со StopLoss для торговли по нескольким валютным парам с одного чарта. Загрузите этот сет на одном чарте (например, AUDUSD).
4) "FriMon with Martingale ManyPairs" - сет Мартингейл для торговли по нескольким валютным парам с одного чарта. Загрузите этот сет на одном чарте (например, AUDUSD).

* Если вы используете сет торговли несколькими парами с одного чарта в МТ4, то убедитесь, что все символы из строки параметров "Line_Magics" присутствуют в "Обзоре рынка" терминала. А также, если символы в "Обзоре рынка" имеют суффикс, то укажите его в параметре эксперта "Symbol_suffix". 
** В сетах установлен стандартный торговый лот (для сетов с SL - 0.01 лота на каждые 100 единиц баланса, для сетов Мартингейл - 0.01 на 200), подредактируйте в параметрах эксперта на своё усмотрение (инструкция - https://www.mql5.com/ru/blogs/post/748030 )
*** Проверка автоматической настройки GMT: https://www.mql5.com/ru/blogs/post/748028

P.S. Данный эксперт будет добавлен в мои профили одновременной работы нескольких экспертов ("Joint_profiles_from_sets_with_SL.zip" и "Joint_profiles_from_grid_sets.zip") на следующей неделе.
Konstantin Kulikov  

Update

In version 1.2, functionality has been significantly increased.

1) Parameters for limiting the number of positions with the same currency in different symbols.

  • "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).

2) News filter.

If you want to skip trading during important events, then specify the news site in the MT settings (instruction -  https://www.mql5.com/en/blogs/post/750708 ) and set the Use_NewsFilter parameter to "true".

3) Grid and martingale options.

A set of parameters, as in my other Expert Advisors, if you want to use it, then Use_Grid_mode=true.

4) Ability to trade several pairs from one chart.

If Use_Symbols_from_Line = true, the EA will open positions on the symbols specified in "Symbols_Line". (In the strategy tester, opening on multiple pairs only works in MT5.)

When working from one chart, there will be some loss in the number of trades, about 15%, however, if you use a large number of Expert Advisors at the same time (for example, my settings profiles for several Expert Advisors), then this is convenient and only slightly worse, since the total number of trades is large and "Friday Monday" has overlaps with "Breakthrough Strategy".


Here you can download the archive ("Friday Monday.zip" - https://www.mql5.com/en/blogs/post/747929 ) with the following sets:

1. "FriMon with SL" - standard set with StopLoss (same as default settings).

Just load it on the recommended symbol charts (any timeframe):

EURUSD, GBPUSD, USDCHF, USDCAD, NZDUSD, USDSGD, EURGBP, EURJPY, EURCHF, EURAUD, EURCAD, EURNZD, GBPCHF, GBPAUD, GBPCAD, CHFJPY, CADJPY, AUDCHF, CADCHF, AUDNZD, NZDCAD.

2. "FriMon with Martingale" - standard Martingale set.

Also, download it on all desired charts.

3. "FriMon with SL ManyPairs" - set with StopLoss for trading several currency pairs from one chart.

Download this set on one chart (for example, AUDUSD).

4. "FriMon with Martingale ManyPairs" - a Martingale set for trading several currency pairs from one chart.

Download this set on one chart (for example, AUDUSD).


*. If you use a trading set for trading several currency pairs from one chart in MT4, then make sure that all symbols from the "Line_Magics" parameter line are present in the "Market Watch" of the terminal. And also, if the symbols in the "Market Watch" have a suffix, then specify it in the "Symbol_suffix" expert parameter.

**. In sets, the standard trading lot (for sets with SL - 0.01 lots per each 100 balance units, for Martingale sets - 0.01 per 200), edit in the EA parameters at your discretion (instruction - https://www.mql5.com/en/blogs/post/748029 )

***. Checking automatic GMT in EAs: https://www.mql5.com/en/blogs/post/748027


P.S. This Expert Advisor will be added to my profiles of simultaneous work of several Expert Advisors ("Joint_profiles_from_sets_with_SL.zip" and "Joint_profiles_from_grid_sets.zip") next week.
Konstantin Kulikov  
Update 1.3
The news link continues to work as usual. For the news filter to work, it is enough just to update the Expert Advisor (no changes in the parameters).

To ensure that the settings of Expert Advisors on open charts are not reset to default when updating EAs, follow the instructions below:
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.
Jane  

Hi.

I am restarting my MT4 terminal over the weekend, is it ok to restart it while holding a position?

Konstantin Kulikov  
Jane #:

Hi.

I am restarting my MT4 terminal over the weekend, is it ok to restart it while holding a position?

Hi Jane,

Yes.

Konstantin Kulikov  

Update 1.6

The site for the news filter has been changed. Find the new site in the product description and add it to the terminal settings.

Konstantin Kulikov  

Update 1.7

News sites have become more stable (pay attention to the MT5 version, there is an MQL5 calendar there, which eliminates breakdowns).

A temporary promotion has been announced: MT5 versions are 3 times cheaper than MT4 versions. Upgrade to the MT5 versions at the lowest prices! 

Konstantin Kulikov  

Update 2.0

The Expert Advisor has been re-optimized based on real quotes over the past year and a half.
The management parameters have been slightly changed.

Solo gli utenti che hanno acquistato o noleggiato il prodotto possono lasciare commenti
12