Ramblings of a price action trader with user-drawn trend lines #146
arenddeboer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using this library to fetch my trend lines from TradingView and make sure I have a limit order at the current time/price intersection.
In an ideal world, I would not fetch my drawings every 10 seconds but receive a websocket message the drawings have changed. Not sure if this is possible with the lib. Currently using a Firefox extension to detect a chart save action and notify my backend this way. Obviously this doesn't work when using the TradingView mobile app to update trend lines.
As far as I know, I cannot programmatically draw order positions, stop loss and take profit lines.
Basically I need access to TradingView's private broker API..
Anyone with a similar setup ?
Beta Was this translation helpful? Give feedback.
All reactions