Skip to content

A simple experiment to write programs using english sentences as anchors for functions. Lexic is highly scalable. Imagine connecting this to NLP/NLU... To explore

Notifications You must be signed in to change notification settings

glemiere/TradeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradeScript

A natural language interpreter to make your TypeScript more Natural and let humans automate trading strategies!

Installation

npm install
npm run build

Demo

TradeScript Live Command

tradescript live demo/
or
tradescript live demo/strategies/strat.trade
or
tradescript live demo/strategies/strat.trade demo/strategies/strat.trade

TradeScript Compilation

tradescript compile demo/
or
tradescript compile demo/strategies/strat.trade
or
tradescript compile demo/strategies/strat.trade demo/strategies/strat.trade

Then check the out for a hashed name js file and execute it using:
ls out/
node out/filename.js

About

A simple experiment to write programs using english sentences as anchors for functions. Lexic is highly scalable. Imagine connecting this to NLP/NLU... To explore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published