robswc / tradingview-webhooks-bot

a framework 🏗 for trading with tradingview webhooks!
http://tvwb.robswc.me
GNU General Public License v3.0
591 stars 180 forks source link

COMPLETE INSTRUCTIONS ON SET UP #32

Closed mrdamfur closed 2 years ago

mrdamfur commented 3 years ago

Remove this waste peoples fucking time .. if yo udo not have clear instructions take this down ..

mrdamfur commented 3 years ago

stop wasting people time

timquinn commented 3 years ago

I got mine setup in like 8 seconds. What's the problem?

robswc commented 2 years ago

stop wasting people time

Look, this is Free software. I spent hours, days probably developing it. Would also have to spend hours creating content for the wiki. Lots of people have no issue with setting it up and those that do, simply ask on twitter or something.

If you want to volunteer to contribute to the wiki or setup instructions, please lmk.

ApopheniaPays commented 2 years ago

Without wanting to be rude like OP, I do agree in some ways. I find the steps required to get this working with my broker kind of opaque. The quickstart will get it installed but I'm not sure what to do beyond that. I'm hoping to get it going with TDA, which has means handling not just the trading API but OAuth. And if someone can get me at least far enough in that direction to get it to where I can get to work adapting some of the TDA OAuth and API wrappers I've found elsewhere on Github, if I can get the whole thing working I'd be happy to share the results back to the repo for anyone else's benefit.

robswc commented 2 years ago

Without wanting to be rude like OP, I do agree in some ways. I find the steps required to get this working with my broker kind of opaque. The quickstart will get it installed but I'm not sure what to do beyond that. I'm hoping to get it going with TDA, which has means handling not just the trading API but OAuth. And if someone can get me at least far enough in that direction to get it to where I can get to work adapting some of the TDA OAuth and API wrappers I've found elsewhere on Github, if I can get the whole thing working I'd be happy to share the results back to the repo for anyone else's benefit.

This makes sense.

So, the "bot" is kinda misnomer, as it doesn't "execute" trades for you. Its more or less a bridge between TV and your computer/server. I tried to write in a way that basically limited the scope to "do stuff when alert comes in."

In this specific scenario, I would use tda-api and let that handle the OAuth headache lol. Once you get tda-api working, making trades and what not, you could move it into tradingview-webhooks-bot.

There is a 2021.1 branch, that operates almost completely different from the current version. I plan to get that supported soon, if you want to take a stab at it rn, feel free. The documentation is a bit of a mess, as it was more or less me trying to just cover everything this time around lol.