rodrigo-brito / ninjabot

A fast trading bot platform for cryptocurrency in Go (Binance)
https://rodrigo-brito.github.io/ninjabot/
MIT License
1.39k stars 171 forks source link

How use for real trade ? #344

Closed tony140222 closed 6 days ago

tony140222 commented 1 month ago

Discussed in https://github.com/rodrigo-brito/ninjabot/discussions/343

Originally posted by **tony140222** July 22, 2024 I'm looking to use the bot with real account for testing but don't understand how process to done this help will be welcome thanks you all
ramilexe commented 1 month ago

@tony140222 you can check this example here: https://github.com/rodrigo-brito/ninjabot/blob/main/examples/futuremarket/futures.go

tony140222 commented 1 month ago

Just need to set our api and secret there and bot will run and trades with profits how we can see on backtesting?

tony140222 commented 1 month ago

@ramilexe I've try all the nothing run only get errors to terminal...don't understand how this will work

ramilexe commented 1 month ago

@tony140222 What error did you get?

tony140222 commented 1 month ago

To many for say one specific... :) I just try to found I way to make a trading bot like octobits do if it possible

ramilexe commented 1 month ago

Example works fine, without error details not possible to help you

tony140222 commented 1 month ago

@ramilexe how can I contact you when I'm at home actually to office and need to run again for see error

tony140222 commented 1 month ago

17217702283697497228353499265379 Only past and put api without launch already turn into error

panapol-p commented 1 month ago

Hi, @tony140222 Steps to Resolve the Issue:

  1. Install Golang:
    Make sure you have Golang installed on your system. You can follow the instructions provided in the Golang installation guide.

  2. Sync Dependencies:
    Run the following command to sync your dependencies:

    go mod tidy