# 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.&#x20;

Even if you don't know much about the python, you can still run your own bot by [forking](https://docs.unblinked.com/terminal/fork-strategy) codes from [examples](https://docs.unblinked.com/terminal/strategy-examples), or the ones of the others, and optimize them with just a little bit of code change.

<img src="https://209745228-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRB9zlm2euYUzs82cWD4l%2Fuploads%2FG9BdPl6315xrZmgnae3n%2Ffile.excalidraw.svg?alt=media&#x26;token=6ebd586e-e93e-41da-9615-e0de09565dc1" alt="Concept of bots running in user&#x27;s account for now. Bots are the (code, scheduler) pairs." class="gitbook-drawing">

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

***

## Scheduler

***

## code

Check [How to write code](https://docs.unblinked.com/terminal/create-bot-strategy/0.-how-to-write-code).
