Code Monkey home page Code Monkey logo

tradingview-webhook-trading-bot's People

Contributors

bertilbraun avatar lth-elm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tradingview-webhook-trading-bot's Issues

launching

Hello
This bot looks really great and I wanted to test it. The documentation is really good but please what is the installing and launching process ? Because I installed it but it doesn't run and I have no console error...

Thanks for your help.

Bybit api issue

I have been trying to work around this problem for a few days now. Basically at this point i think ther's an issue in the code?
When i try to send the following API alert:

{
"ticker" : "BTCUSD",
"exchange" : "BYBIT",
"time" : "2022-04-10T01:44:17Z",
"action" : "Buy",
"price" : 44153.23,
"message" : "entry",
"passphrase" : "123",
"subaccount": "MYBYBITACCOUNT"
}

i get the following response:
image

i have also tried removing everything but the message, passphrase, subaccount and ticker and exchange but i still had the same issue. Seems like then if i went in the code itself and edited the open_size = position['size'] to a fixed number it then worked? Anyway, it seems to me like ther's really an issue in orders = order(data) in app.py.

Did something change in the bybit's api that needs changing?

I'd appreciate if anyone could push me in the right direction.

Modifications if possible?

Is it possible to post the leverage and percentage used of available wallet balance through the POST request itself?

Also can in change the config so we don’t need to use password and subaccount but the key and secret also in POST reqeust?

Like:

{
"ticker": "BTCPERP",
"exchange": "FTX",
"time": "2021-05-20T20:36:22Z",
"action": "sell",
"price": 35800,
"message": "exit",
“risk”: 20%,
“leverage”: 25,

"short SL": 37200.00,
"short TP": 0,
"long SL": 38000.00,
"long TP": 40000.00,
"APIKEY": "abcdefg",
"APISECRET": "abcdefg"

},

ByBit Timestamp Error

Hello, I've downloaded it, created proper config file, installed it on localhost and I have timestamp error:
Could you tell if something has changed or is it mistake on my side?
Regards

pybit - ERROR - invalid request, please check your timestamp and recv_window param. req_timestamp: 1647970885669 server_timestamp: 1647970883210 recv_window: 10000 (ErrCode: 10002). Added 2.5 seconds to recv_window. 0 retries remain.

pathlib

Hello,

just wanted to point out that i've had issues deploying the project to Heroku because of pathlib.
I have replaced pathlib with pathlib2==2.3.6 in the requirements and it has succesfully deployed.
I have not tested it yet to see if it throws any issues when running the app.

ByBit integration broken?

Hi! First of all, I would like to thank you for the effort you have put into this project! :) It is one of the few of its kind. I would like to use it with ByBit, but I noticed that the integration points to a Testnet endpoint URL and the changes discussed here:

#6

..never made it into the code. Should I assume that the ByBit integration is currently not working or not up to date?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.