ivopetiz / algotrading

Algorithmic trading framework for cryptocurrencies.
MIT License
1.05k stars 177 forks source link

I need your help #30

Closed vahidalvandi closed 2 years ago

vahidalvandi commented 2 years ago

Hello, thank you for publishing this project I have been researching digital currency exchange for some time and I really do not know where to start. I am more interested in working with Python and need guidance on what the database structure and data type should look like. Thanks for taking the time to guide me.

ivopetiz commented 2 years ago

Hi @vahidalvandi,

I separate this project into 2 repositories. The database part is in here

vahidalvandi commented 2 years ago

hi @ivopetiz
i found another poroject https://github.com/fluidex/dingir-exchange What do you think about it?

ivopetiz commented 2 years ago

I don't know the project

vahidalvandi commented 2 years ago

What exchanges is your project currently using? I am a Laravel programmer, I decide to proceed with some parts, such as authentication or deposit and withdrawal or placing an order through Laravel and eventually execute transactions with your project .

This is possible??

ivopetiz commented 2 years ago

no. it's easier to use the official API to execute transactions than adapt this project just for that.

vahidalvandi commented 2 years ago

I want to create a membership + deposit and withdrawal system with Laravel and then enter sales orders into this engine that you wrote. In fact, you made this project for this purpose, right? aslo i need spot trading system something like binance

ivopetiz commented 2 years ago

not exactly. the idea is to automate your trading strategies through algorithms that you write and run backtests to test your algorithms.