Comment on page
Create Bot Strategy
The UnBlinked bot is a process that performs trading user's asset automatically based on a strategy written in python language. Basically, it is a pair of code and scheduler. Once you set a code and scheduler, and run a bot, then the bot will execute the code on schedules set by the scheduler.
As the main logic of bots are written in python code, there's no blackbox on bot's order decisions. Also, you can fix/improve/drop your trading strategies in detail by the code.
Concept of bots running in user's account for now. Bots are the (code, scheduler) pairs.
Updates such as socket and variables will be added sooner or later.
Last modified 1mo ago