Skip to content
    Back to all Bounties

    Earn 3,060 ($30.60)

    Time Remainingdue 2 years ago
    Completed

    Create a Database for a Trading Bot (actually saved as a .json file)

    inforeplit
    inforeplit
    Posted 2 years ago
    This Bounty has been completed!
    @inforeplit's review of @Nicolello
    5.0
    Average Rating
    Communication 5/5, Quality 5/5, Timeliness 5/5

    Bounty Description

    Hi,
    I am looking for a Dev in order to update a trading bot i am working on. As of right now the Bot is fully functional, i just need a more robust information storage.
    I actually save some Trading infos about open trades on a json files , i would like to have a more reliable solution for this task like a Database. (SQLite?)
    I am a seasoned trader but still a novice in coding, i tried my best but i need some help.
    Someone with Crypto Trading Experience will be appreciated because the bot Run on DYDX and after this first mission i have more job to be done on the same topic.

    Problem Description

    I run a Pair Trading bot and right now i save this Data to a Json file :

    Initialize class

    def init(
    self,
    client,
    market_1,
    market_2,
    base_side,
    base_size,
    base_price,
    quote_side,
    quote_size,
    quote_price,
    accept_failsafe_base_price,
    z_score,
    half_life,
    hedge_ratio,
    ):
    I need a Dev to create a database and modify the code accordingly.

    You can find the Repl here :
    https://replit.com/@inforeplit/DYDXArb

    Acceptance Criteria

    As i said i am not a professional developer, i tried to implement a SQLite database but i don't have enough skills to do that. I am open to any other solution if it's not SQLite.

    I will be interested in someone already familiar with Trading Bots and the DYDX Trading Ecosystem.

    About the price i have no idea of how much it cost , so let me know how much you'll charge for this work.

    Thanks in advance,
    Have a nice day!