powerlanguage-python-conversion

Community

Effortlessly convert PowerLanguage to Python for algorithmic trading.

AuthorKasperChenGH
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill simplifies the process of converting PowerLanguage code to Python, enabling seamless integration and execution of trading strategies across platforms.

Core Features & Use Cases

  • PowerLanguage to Python Conversion: Translates PowerLanguage code into Python, preserving syntax and functionality.
  • Concept Mapping Tables: Provides detailed tables for mapping PowerLanguage syntax and functions to Python equivalents.
  • Technical Indicators: Offers conversion for a wide range of technical indicators used in PowerLanguage.
  • Use Case: Convert a PowerLanguage indicator that calculates Bollinger Bands into Python for use in a Python trading backtesting framework.

Quick Start

Use the powerlanguage-python-conversion skill to convert the following PowerLanguage code to Python:

Inputs:
    Length(20);

Variables:
    my_var(0);

MyVar = RSI(Close, Length);

If MyVar Crosses Below 30 Then
    Buy("RSI Long") Next Bar at Market;

Dependency Matrix

Required Modules

pandaspandas_tatalib

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: powerlanguage-python-conversion
Download link: https://github.com/KasperChenGH/multicharts-powerlanguage/archive/main.zip#powerlanguage-python-conversion

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.