-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add test case #1
Comments
Hello, i run with main.go tests Good Job! |
@DaKoTaGeorgia
|
yes sorry for noob questions but i now working with simple-bitmex-bot and now i run go on my macbook i run this code good but only test results... i mean when i will run your bot it will trading automatical with included logic or i need write logic myself ? |
in you code: orderApi := restful.NewOrderApi(apiClient.OrderApi, auth) bot placing 1 contract 13000$ (i mean how trade automatical...) |
@DaKoTaGeorgia this repo is a SDK, not a strategy, you need to write your own logic code. |
main test is too naive, add formal test case instead.
The text was updated successfully, but these errors were encountered: