Pinescript module system #38
-
|
Hey there! I'm wondering if the library supports Pinescript module system? (import/export/method) |
Beta Was this translation helpful? Give feedback.
Answered by
wallneradam
Nov 26, 2025
Replies: 1 comment
-
|
Hey! Sorry for late reply! The compiler at pynesys.io can compile Pine Script libraries too. Even with test codes and exports. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wallneradam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey! Sorry for late reply!
The library supports simple python imports. But if the imported file contains
@pynein the docstring at the top of the file, it can use any Pine Script like features. So yes, it is supported.The compiler at pynesys.io can compile Pine Script libraries too. Even with test codes and exports.