Joaopeuko / easyT

This project is part of a bigger one. I want to make Algo Trading Easy for you! You can find examples and more information in the documentation. easyT, easyTo trade, easyTo use!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI - Downloads PyPI PyPI - Wheel PyPI - License

easyT

  • easyT,
    • easyTo trade,
      • easyTo use!

Summary

Requirements

The first thing tou will need is Python installed in your computer. Right now, it is required the version 3.8.

  • Yeah, ok, but I do not know how to install Python on my computer, or I do not want to install it.
    • Can I still use it?

In parts, you can use Notebooks that allows you to use Python direct from the web, test the code and, understand how things works before try it in your computer. Two famous Notebooks are Google Colaboratory and Jupyter Notebook.

I will provide examples!

Remember that the use of an IDE can make your live easier, I use PYCHARM!

On your favorite IDE, you can use some project that you already have or create a new one, and then you install it:

pip install easyT

That is it! The first steps are completed!

  • Q: What do I do now? How to use it?

Simple, type easyt on your terminal, and it will generate a demo.py file! If you prefer, you can give to it a different name, just typing:

easyt --file_name example generates: example.py

easyt --file_name test_file generates: test_file.py

Libraries Documentation

All the Libraries Documentation and useful links are linked below:

The documentation for this specific project is this one binanceSpotEasyT.

See my page (Joao Paulo Euko) to see all my projects or for more information.

About

This project is part of a bigger one. I want to make Algo Trading Easy for you! You can find examples and more information in the documentation. easyT, easyTo trade, easyTo use!

License:MIT License


Languages

Language:Python 100.0%