https://github.com/yaphott/pynescript
Parsing Pine (.pine) scripts using Regex in Python
https://github.com/yaphott/pynescript
pinescript python3 tradingview tradingview-pine-scripts
Last synced: 6 months ago
JSON representation
Parsing Pine (.pine) scripts using Regex in Python
- Host: GitHub
- URL: https://github.com/yaphott/pynescript
- Owner: yaphott
- License: mit
- Created: 2022-08-03T23:11:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T03:26:35.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T08:58:15.242Z (6 months ago)
- Topics: pinescript, python3, tradingview, tradingview-pine-scripts
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pynescript
Parsing Pine (.pine) scripts using Regex in Python
### This script is just a mild proof of concept and is not finished.
### Running the test:
```bash
python3 run.py
```