Skip to main content

A package that can be used to convert from pine script to python

Project description

pyine

A simple package for the conversion of tradingview's .pine to python script.

Currently Supports

  • Variable Decleration a = 1
  • Dynamic Value Assignment a = b > c
  • If statements
  • Alert functions (will act as a print statement but will have full support in the future)
  • Comments

Warning The current version (1.1.2) will auto comment any strategy calls so it is advised that a study is used instead.

Usage

Pyine currently supports partial file conversion (good for simple pine script files) and the below indicators (based on their pine script equivelants)

Indicators

  • Simple Moving Average
  • Exponential Moving Average

Converter

from pyine import convert
_ = convert(filename)

Indicators

from pyine.indicators import *
ema = ema(close, period)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyine-1.1.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page