Learn in X minutes
Basic examples:
ZpLang is written in “forms”, which are just lists of things inside parentheses, separated by whitespace.
Assets
In ZpLang, the concept of assets allows for dynamic fetching of financial data.
An asset like {AAPL}
can provide current or historical prices, such as {AAPL, yesterday}
for the price of Apple stock yesterday.
Additionally, it supports fetching multiple data points, as in {AAPL, 5 bars}
for the latest five prices or {AAPL, 2 bars, 2 days ago} for historical ranges.