Avatar
jay hu

Thank you very much for the input, Ulises. Keep posting the set file which works with the latest version of CP please! 

Avatar
Ulises Cune

I have updated with version 2.54 Final of CP

I have updated the tool taking into account some "Warnings" in which it can be updated from one version to another, maintaining the best possible strategy. Support for Beta versions has been removed, only changes between Release Public Final are taken.


CommunityPowerEA_Update_SettingFile_To_Last....ps1

powershell -ExecutionPolicy Bypass -File "CommunityPowerEA_Update_SettingFile_To_LastVersion.ps1"

Avatar
jay hu

Thank you for sharing this script, Ulises!

Avatar
Ulises Cune

I have updated with version 2.54 Final of CP with all the EA that Andrey published on the official page.

Small bugs were fixed.

I recommend using this version to update the setting files to version 2.54

CommunityPowerEA_Update_SettingFile_To_Last....ps1

CommunityPowerEA_Update_SettingFile_To_Last....bat

Avatar
jay hu

Awsome, great job. Thank you, Ulises!

Avatar
Ulises Cune

Fixed another bug in version v2.50 of CP. Add these changes that Andrey said.

https://communitypowerea.com/docs/hedge

If you want to replace Auto-hedge after order #, that was available before v2.50, set:

  • Allow hedge on its own signal only = False
  • Allow hedge only right after main position open = True
  • Allow hedge only after main order # = desired value

If you want to replace Auto-hedge on DrawDown, set:

  • Allow hedge on its own signal only = False
  • Allow hedge only right after main position open = False
  • Max hedge orders number = 1
  • Allow hedge only on main DrawDown % = desired value

CommunityPowerEA_Update_SettingFile_To_Last....ps1
CommunityPowerEA_Update_SettingFile_To_Last....bat

Avatar
Ulises Cune

Small fix when detecting version 2.36 and higher than 2.50 since the "AutoHedge_OnDrawDown" parameter was removed. This was fixed in this version.

CommunityPowerEA_Update_SettingFile_To_Last....ps1

CommunityPowerEA_Update_SettingFile_To_Last....bat

Avatar
Ulises Cune

I have updated the script with the possibility of detecting the version without updating it, to know for example what version of EA it was created for.

In addition, now you can choose to which version you can update and not always update it to the latest one, but it can be a higher version than the one detected or also the latest one.

Now all the final versions of CP are available to download from the site, so previous versions can be used (except for some very old ones, Andrey already made the clarification)

Image 4897

CommunityPowerEA_Update_SettingFile_To_Last....ps1

CommunityPowerEA_Update_SettingFile_To_Last....bat