-
Notifications
You must be signed in to change notification settings - Fork 179
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
TradingView - webhooks #367
Comments
Hey Mohammed,
Thank you I appreciate the kind words.
It is definitely possible to trade using trading view signals. Basically
you need to set up webhooks at trading view and have them sent to a flask
server that communicates with Lumibot.
To make this work you need to use Python multi processing and run one
process with Lumibot and the other with a flask server, then have the flask
server send signals to Lumibot whenever it gets a message.
If you want we can actually do this development work for you. We have a few
monthly plans that include developer time (either our Pro Plan or All
Access Plan depending on how much help you need), or we can also do it at
an hourly rate. Let me know if you want us to help, our website with
information for our plans is https://www.lumiwealth.com
Robert Grzesik 347-635-3416
…On Tue, Feb 13, 2024 at 5:10 PM Mohamed Zeid ***@***.***> wrote:
Hi team,
Thanks for this amazing library. It's super cool.
Just wondering if there is an easy way to connect my bot to a TradingView
strategy/indicator and have it run transactions based on TradingView
Buy/Sell alerts?
Thanks
—
Reply to this email directly, view it on GitHub
<#367>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIYQK6F7QWFBY2G5H26LWDYTPQGZAVCNFSM6AAAAABDHIH6UGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGEZTGMRQHA4DMNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks Robert! This is great to know. I will check your plans. Right now, I am experimenting with backtesting and I like what I see. |
Sounds good, let me know how it goes and if you have any questions, I’d be
happy to help.
Robert Grzesik 347-635-3416
…On Tue, Feb 13, 2024 at 10:33 PM Mohamed Zeid ***@***.***> wrote:
Thanks Robert! This is great to know. I will check your plans. Right now,
I am experimenting with backtesting and I like what I see.
—
Reply to this email directly, view it on GitHub
<#367 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIYQK45C4EQW6JJJGR4OPLYTQV7VAVCNFSM6AAAAABDHIH6UGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNBTGAZTCOJUGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi team,
Thanks for this amazing library. It's super cool.
Just wondering if there is an easy way to connect my bot to a TradingView strategy/indicator and have it run transactions based on TradingView Buy/Sell alerts?
Thanks
The text was updated successfully, but these errors were encountered: