Create Bot Strategy

What is Bot?

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.

Even if you don't know much about the python, you can still run your own bot by forking codes from examples, or the ones of the others, and optimize them with just a little bit of code change.

Updates such as socket and variables will be added sooner or later.


Scheduler


code

Check How to write code.

Last updated

Copyright © 2023, UnBlinked Co., Ltd. | All rights reserved.