Script Convert Indicator Set To Comma Separated
Hello Community,
I have created a script in Powershell that converts the values of an indicator to the values needed to use in CP (CustomIndy) >= version 2.49
Hello Community,
I have created a script in Powershell that converts the values of an indicator to the values needed to use in CP (CustomIndy) >= version 2.49
This new version adds "Open" and "Clear" buttons to find and open the indicator configuration file and works on Linux, using Wine with Powershell for Windows
wineconsole PowerShell-7.4.6-win-x64/pwsh.exe -ExecutionPolicy Bypass -File CommunityPowerEA_Custom_Indicators_Settings.ps1
Powershell:
Releases · PowerShell/PowerShell
PowerShell-7.4.6-win-x64.zip
New Version:
CommunityPowerEA_Custom_Indicators_Settings.ps1
CommunityPowerEA_Custom_Indicators_Settings....bat
Hello Ulises. Thanks for creating this script. But I have a bit problem as trying to use it on custom indicator "FX Power MT5 NG" ( https://www.mql5.com/en/market/product/102576?source=Site+Profile+Seller ) . I get this error:
CommunityPower MT5 (EURUSD.r,M5) Can't load "Market\FX Power MT5 NG.ex5" indy, error #4808! CommunityPower MT5 (EURUSD.r,M5) 89 leaked strings left
CommunityPower MT5 (EURUSD.r,M5) 1 undeleted dynamic object found:
CommunityPower MT5 (EURUSD.r,M5) 1 object of class 'CCustomIndy'
CommunityPower MT5 (EURUSD.r,M5) 8736 bytes of leaked memory found
What can be wrong ?
Indicator set file:
Hello Ulises. Thanks for creating this script. But I have a bit problem as trying to use it on custom indicator "FX Power MT5 NG" ( https://www.mql5.com/en/market/product/102576?source=Site+Profile+Seller ) . I get this error:
CommunityPower MT5 (EURUSD.r,M5) Can't load "Market\FX Power MT5 NG.ex5" indy, error #4808! CommunityPower MT5 (EURUSD.r,M5) 89 leaked strings left
CommunityPower MT5 (EURUSD.r,M5) 1 undeleted dynamic object found:
CommunityPower MT5 (EURUSD.r,M5) 1 object of class 'CCustomIndy'
CommunityPower MT5 (EURUSD.r,M5) 8736 bytes of leaked memory found
What can be wrong ?
Indicator set file:
My script isn't the problem. The indicator uses groups for parameters, and CP can't use them. It leaves the value blank in parameters.
Use CP with this setup:
I don't know how to use the indicator, but you should use some of the buffers it has to get the signals you want.
CP Example:
Config Default Indicator:
Ok. Thanks for clarifying. Looks like I will have to create an bridge-indi ( not me but AI :) .
Otherwise for me this indi is alfa-omega for manual trading so I would like to automate it.
On chart you can switch it to simple mode, where you can see just two lines for underlying asset.
For example like this one (XAUUSD on M5) where yellow is USD and green line is GOLD. You consider open position only if you see clear distance between the lines.
You can also switch to delta mode with one line.
The script was designed to run in Windows Powershell. You are free to modify it to run without the GUI so you can run it in Powershell on Linux.