WAITING LIST OPEN
// QuantScript v0.2
// Web3-aware technicals + on-chain yield
asset BTC.USD
timeframe 1W
source price = close(exchange="Binance")
let usdcApy = yield.estimate(
token="USDC",
chain="Ethereum",
protocol=["AaveV3","CompoundV3"],
mode="stable"
)
opt macd_sweep {
param fast in 6..24
param slow in 12..52 where slow > fast
macdLine = ta.macd(price, fast, slow, 9).line
macdSig = ta.ema(macdLine, 9)
enter long when crossup(macdLine, macdSig)
exit long when crossdown(macdLine, macdSig)
}
...
QuantPilot tracks trends/projects and produces periodic reports
QuantPilot translates a natural language strategy into deterministic QuantScript and executes it on any timeframe
QuantPilot monitors the market and, based on user investment strategy description, prompts the user to take action
Besides ongoing trading strategies, QuantOS has a regular chat and DeepQuant modes, which allow users to execute quick trades and research ad-hoc topics
AI ORACLE PILLARS
A large selection of Al models QuantPilot can use
A large selection of Al models QuantPilot can use
A proprietary data lake