fix
logo

Toolbox for CP

Avatar
  • updated

Hello Community,

This is a tool that I have been programming for years, since I found out about CommunityPower EA.

- The options that I use the most are "Apply Description Strategy" which writes the strategy in the description.

- "Rename File With Strategy" changes the name of the file according to the strategy used.

- "Multiply by 10 Points Parameter" and "Divide by 10 Points Parameter" is for when the same strategy in different brokers, has more decimals and you have to multiply or divide the parameters that are in "Points" in the strategy.

- Calculates the subtraction between 2 prices to calculate how many points exist between both prices.

- "Apply DST/GMT/Commission" to configure the strategy with the time of the broker chosen in the combobox.

- The buttons that are all on the left, "EMA Cross" modify the strategy to apply exactly what the button says.

I hope you find it useful and if you have more ideas to implement, leave them written down below.

Image 6335

Tool:

CommunityPowerEA_Toolbox.ps1

CommunityPowerEA_Toolbox_run.bat

Avatar
jay hu

Nice work! Thank you, Ulises.

Avatar
Ulises Cune

Hello Community,

I've completely rewritten the [Apply Descripcion Strategy] writing feature in the Setting file description.

You can write the strategy to a separate file with the same name as the .set file, but named [SettingFileName]-Strategy.txt.

I've also added a way to convert the server time to local time based on the broker's time. (I'm still missing some since I don't use them.)

The [Multiply by 10 Points Parameters in Points] and [Divide by 10 Points Parameters in Points] buttons are useful for converting a Setting File from one broker to another when the broker uses different decimals for the pair, for example in Indices.
It is also useful for converting a Setting File from EUR/USD to USDJPY.

You can calculate prices with Points. Always enter the price in the first field, and then you can choose the operation. For example, subtracting 1000 Points tells you the price, or you can subtract two prices and it tells you how many Points that is.

Image 6399

Image 6398

Tool:

CommunityPowerEA_Toolbox.ps1
CommunityPowerEA_Toolbox_run.bat

Avatar
Ulises Cune

I added a CP Time control with the Time that must be configured in CommunityPower if you configure the DST and GMT.

Doc:

Time

Image 6400

Tool:

CommunityPowerEA_Toolbox.ps1

CommunityPowerEA_Toolbox_run.bat