logo

Script Convert Indicator Set To Comma Separated

Avatar
  • updated

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

Image 3450

CommunityPowerEA_Custom_Indicators_Settings.ps1

Avatar
Ulises Cune

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.

Avatar
Ulises Cune

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

Image 6239

Powershell:

Releases · PowerShell/PowerShell
PowerShell-7.4.6-win-x64.zip

New Version:

CommunityPowerEA_Custom_Indicators_Settings.ps1
CommunityPowerEA_Custom_Indicators_Settings....bat