Skip to content

Feature/inputs#62

Merged
alaa-eddine merged 2 commits intodevfrom
feature/Inputs
Jan 10, 2026
Merged

Feature/inputs#62
alaa-eddine merged 2 commits intodevfrom
feature/Inputs

Conversation

@alaa-eddine
Copy link
Copy Markdown
Collaborator

Added

  • Runtime Indicator Inputs: New Indicator class to pass custom input values at runtime. Create indicators with new Indicator(source, inputs) and pass them to PineTS.run(). Input values override default values from input.* declarations.
  • Input Resolution: Enhanced input.* namespace methods to resolve values from runtime inputs via context.inputs, falling back to default values when not provided.

Fixed

  • PineScript UDT Transpilation: User-defined types (type keyword) now correctly transpile to Type({...}) syntax instead of JavaScript classes, ensuring compatibility with PineTS runtime.

Fix : PineScript User defined types were not correctly transpiled from pine script source
@alaa-eddine alaa-eddine merged commit ff609a6 into dev Jan 10, 2026
1 check passed
@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2026
@alaa-eddine alaa-eddine deleted the feature/Inputs branch February 7, 2026 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant