Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen
Sergey Rozhnov  
Tang Ou:
After more than one month, almost all my other EAs (Break out, momentum, Night Scalper EAs), are losing huge money, during last few weeks. But, this EA is standing out and profitable. It takes losses from time to time, and recovered very quickly.

Hello. Thank you very much for your comment. People are still cautious about this product, because they are afraid that it is difficult to configure it, I must say it is very easy to install, you need to copy only one file to the folder and set the trading mode from_file, thats all.

Tang Ou  

Hi, Sergey:


I would like to turn on Global recovery for USDCAD next week.

My settings for the 7543 magic number is EURUSD and USDCAD. The setting will be

EURUSD: risk 5000, ExtraRecovery 2, Global Variable For extra Recovery = true.

USDCAD: Risk 2500, ExtraRecovery 0.1, Global Recovery = true.


I am also running magic number 7541 with other pairs on the same account. Can I keep the same Global Name as BloabLoss for the same account, with different magic number?

Is above setting fine?

Sergey Rozhnov  
Tang Ou:

Hi, Sergey:


I would like to turn on Global recovery for USDCAD next week.

My settings for the 7543 magic number is EURUSD and USDCAD. The setting will be

EURUSD: risk 5000, ExtraRecovery 2, Global Variable For extra Recovery = true.

USDCAD: Risk 2500, ExtraRecovery 0.1, Global Recovery = true.


I am also running magic number 7541 with other pairs on the same account. Can I keep the same Global Name as BloabLoss for the same account, with different magic number?

Is above setting fine?

Hello.

No.

If you want pairs to participate in the global recovery, you need to set them the same global variable names (GlobalName), it does not depend on the magic number. For the recovery to work, you must enable ExtraRecovery (must be greater than 1, because this is the multiplication factor of your all lots, and less than 1 it does not work), and you must also enable Global Variable for ExtraRecovery = True.

Sergey Rozhnov  

To use this EA is very easy!

If you don't want to customize it yourself, you can use existing files with strategies.

We need to find here in zip files (https://www.mql5.com/en/blogs/post/713893) only one file with such name: GeneratorPro_15_EURUSD_7541.txt and copy it to the terminal folder in MQL4/files and tester/files.

In the EA parameters, select Trade Mode = From File. That is all.

Note that the file name contains the period (15) the name of the symbol (EURUSD) and the magic number (7541). This means that the file will work on M15 timeframe with this symbol and check that magic number in the settings the same as in the name of the file.

Roberto Cosimi  
I feel very comfortable with your expert, can you develop with other pairs?
Sergey Rozhnov  
ozzyno76:
I feel very comfortable with your expert, can you develop with other pairs?

Hello. Thanks. The main feature of the EA is the ability to create strategies yourself. You can try to do it for any pair.

I created strategies for the most stable pairs for my opinion.

For which pair you would like to make a strategy?

Roberto Cosimi  
Thanks Sergey, no preference for a couple, I have done several tests is looking for the most stable, do you have any advice?
Sergey Rozhnov  
ozzyno76:
Thanks Sergey, no preference for a couple, I have done several tests is looking for the most stable, do you have any advice?

My recommendations EURUSD combination or strategy 2, USDJPY, EURJPY strategy 1, USDCAD - strategy 1, or combination. I don't think the other pairs are as stable as these.

Roberto Cosimi  
Sergey Rozhnov:

My recommendations EURUSD combination or strategy 2, USDJPY, EURJPY strategy 1, USDCAD - strategy 1, or combination. I don't think the other pairs are as stable as these.

Thanks you very much Sergey!

Roberto Cosimi  

Sergey a question why the 2 signals:

https://www.mql5.com/en/signals/409854

https://www.mql5.com/en/signals/409867

they have different performance, should not they have the same strategy?

seeing the signals seems to have better GPA results than GeneratorPro

Sergey Rozhnov  
ozzyno76:

Sergey a question why the 2 signals:

https://www.mql5.com/en/signals/409854

https://www.mql5.com/en/signals/409867

they have different performance, should not they have the same strategy?

seeing the signals seems to have better GPA results than GeneratorPro

Strategy similar but not the same, the composition of the strategies is different, a small difference may be, besides the GPA signal began a little earlier. 

Tang Ou  

I decide to run EURUSD strategy 2 from today. 

All files I made by myself isn't as good as provided by Sergey.

Tang Ou  

Sergey:

Can you please confirm that for Strategy 2 EURUSD, the trades will not be closed over weekend, from your set file file?

Also, ultraextraRecover is disabled as well, true?

There are only 33 strategies for Strategy 2, correct?

Sergey Rozhnov  
Tang Ou:

Sergey:

Can you please confirm that for Strategy 2 EURUSD, the trades will not be closed over weekend, from your set file file?

Also, ultraextraRecover is disabled as well, true?

There are only 33 strategies for Strategy 2, correct?

Hello.

In two strategies differences are Commission and CloseBeforFriday, other differences in set files do not play a role.

UltraRecovery=False.

Yes only 34 (because from 0 beginning counting)

When I created, it seems in the first case turned off CloseBeforFriday in the second turned on. This is not a very important parameter for creating strategies, it is a security filter.

Commission=0 in the first case, I put, because used to create Alpari-Demo server without a fee. In the second case, I used the 'ECN' server so the Commission was =4.

Tang Ou  
Sergey Rozhnov:

Hello.

In two strategies differences are Commission and CloseBeforFriday, other differences in set files do not play a role.

UltraRecovery=False.

Yes only 34 (because from 0 beginning counting)

When I created, it seems in the first case turned off CloseBeforFriday in the second turned on. This is not a very important parameter for creating strategies, it is a security filter.

Commission=0 in the first case, I put, because used to create Alpari-Demo server without a fee. In the second case, I used the 'ECN' server so the Commission was =4.

Should I close all order over the weekend for the EURUSD Strategy 2? If i use your set file, the orders will be opened over the weekend.

In your signal, do you have the opened orders over the weekend?

Sergey Rozhnov  
Tang Ou:

Should I close all order over the weekend for the EURUSD Strategy 2? If i use your set file, the orders will be opened over the weekend.

In your signal, do you have the opened orders over the weekend?

You can do as you wish, as you see fit, there are no strict requirements for this. I leave positions open on the signal.

Sergey Rozhnov  

Version 1.3 - 2018.09.27

- Added Random module to CreateMode 
- Changed the description of the first line in the file (does not affect the strategies) 
- Changed, after initialization or restart, the EA waits for the next bar before opening positions 
- Added, SaveToExtarerecoveryAfterDD 

- Added display menu option MaxDD and SaveToExtarerecoveryAfterDD

Версия 1.3 - 2018.09.27

- Добавлено, Random модуль в CreateMode 
- Изменено, описание первой строки в файле (не влияет на работу стратегий) 
- Изменено, после инициализации, или рестарта, советник ждет следующий бар перед открытием позиций 
- Добавлено, SaveToExtarerecoveryAfterDD 
- Добавлено, отображение в меню MaxDD и параметра SaveToExtarerecoveryAfterDD


Sergey Rozhnov  

The new option Random_Create_Mode - the EA will randomly initialize the initial strategies within the set parameter limits (from parameter1 to parameter2, now parameterInc is no required), and creates the Random_Strategies number of strategies.

SaveToExtarerecoveryAfterDD - saves loss in Extra recovery after drawdown.


Новая опция Random_Create_Mode-советник произвольно инициализирует начальные стратегии в заданных пределах параметров (от параметра1 к параметру 2, теперь параметр parameterInc не требуется) и создает Random_Strategies количество стратегий.

SaveToExtarerecoveryAfterDD сохраняет убыток в Extrarecovery после просадки.

Roberto Cosimi  
hi sergey, thanks for the new parameters, are you using them on your signals? do you have new set files, can you better explain the SaveToExtarerecoveryAfterDD parameter?
Sergey Rozhnov  
ozzyno76:
hi sergey, thanks for the new parameters, are you using them on your signals? do you have new set files, can you better explain the SaveToExtarerecoveryAfterDD parameter?

Hello. I don't use these parameters yet. But I'm preparing new strategies. I hope to publish them soon.

After a certain drawdown, the EA will move the loss to the cell for additional recovery (ExtraRecovery).

Nur Nutzer, die das Produkt gekauft oder gemietet haben, können Kommentare hinterlassen