OctoBot-Script
OctoBot-Script copied to clipboard
Quant framework by OctoBot
Results
1
OctoBot-Script issues
Sort by
recently updated
recently updated
newest added
``` import` asyncio import tulipy # Can be any TA library. import octobot_script as obs async def rsi_test(): async def strategy(ctx): # Will be called at each candle. if run_data["entries"]...