wsdlwizard/tradingviewprimexbtconnector ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python app that connects TradingView alerts to PrimeXBT so I can automate trades from alert signals.
I want it to receive TradingView alerts, then place trades on PrimeXBT, and also close trades when the alert says to. It should have a basic setup flow with a config file I can fill in, and it should keep PrimeXBT from logging out by refreshing the page about once an hour.
Make it easy to run locally and keep the code organized so I can edit the alert handling later if needed. If you need to look up any current details for TradingView alerts or PrimeXBT login behavior, go ahead and check the docs online first.
Please include whatever is needed for a clean working version, with clear instructions for installing and starting it.
Are you gonna build this?
make sure you review the code using coderabbit