LogoLogo
  • Analytics
    • Create Chart
      • Select Mode
      • Function mode
        • 1. How to import data
          • Select Data
          • Select Time Range
          • Data Setting
        • 2. How to analyze data
          • Data Details
          • Function Setting
          • How to write functions
          • Function Library
          • Function Chart Examples
        • 3. How to visualize data
          • Line & Bar Chart
          • Doughnut Chart
          • Number Chart
          • Table Chart
          • Color Setting
      • Python mode
        • 1. How to preview data
        • 2. How to analyze data
          • Python Setting
          • How to write Python
          • Python Chart Examples
        • 3. How to visualize data
          • Line & Bar Chart
          • Table Chart
    • Publish Chart
    • Chart Examples
    • Fork Chart
  • Terminal
    • Create Bot Strategy
      • 0. How to write code
      • 1. How to preview data
    • Fork Strategy
    • Strategy Examples
    • 🔜Deploy Bot
  • Workspace
    • Manage Strategy
      • Strategy Published
      • Strategy saved as draft
    • 🔜Manage Bot
  • Account Setting
    • Change Password
    • 🔜Register Exchange Account
    • 🔜Register OTP
    • 🔜Register Payment
  • library
    • 📍Function Library
    • 📍Python Library
      • Private API
        • Binance
      • Public API
  • FAQ
    • Data
      • Dataset
        • data list
      • What type of data can I use?
      • How customizable are the data?
    • Security
      • Is UnBlinked safe?
    • Account
      • I forgot my OTP device
      • I forgot password
Powered by GitBook

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

On this page
  • What is Bot?
  • Scheduler
  • code
  1. Terminal

Create Bot Strategy

PreviousFork ChartNext0. How to write code

Last updated 1 year ago

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 codes from , 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
forking
examples
Concept of bots running in user's account for now. Bots are the (code, scheduler) pairs.
Drawing