Trading-Quantower Connectivity Desktop App Development

Job ID: 37800257

Budget: $30 – $250 USD

I'm in need of an expert who can build a bridge application that uses webhook integration. The application's purpose is to send trading signals from TradingView to Quantower. These signals include buy/sell signals, generated from strategies in TradingView. The functionality that it should provide includes:

- Triggering trades in Quantower upon receiving the signals
- Updating trade parameters in real-time based on ongoing data from TradingView to Quantower
- Modifying positions as indicated by signals from TradingView

The ideal candidate should have an established background in developing API or webhooks for such applications. A solid understanding of both TradingView and Quantower platforms will be crucial for the role. More importantly, experience with financial trading systems will be a significant asset. Be prepared to show previous related works or case studies. Find a way to simplify the process to make it user-friendly.

i will need a webhook from your end to send the testing alert message.

("{"+
'\n"symbol"'+":"+" "+'"'+str.tostring(syminfo.ticker)+'"'+','+
'\n"date"'+":"+" "+'"{{time}}"'+','+
'\n"data"'+":"+" "+'"BUY"'+','+
'\n"second_tp"'+":"+ str.tostring(TP2_longValue)+','+
'\n"tp"'+":"+ str.tostring(TP1_longValue)+','+
'\n"sl"'+":"+ str.tostring(SL_longValue)+','+
'\n"strategy"'+":"+'"MNQ"'+
"\n}")