Skip to content

Binary options trading bot which combines Deriv API & TradingView's webhooks to open positions

License

Notifications You must be signed in to change notification settings

max0wn/deriv-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradingView allows sending requests when a specific event happens. It means that it is possible to set your own data according to a certain pattern your backend can understand. For instance, the project accepts JSON strings in this format:

{"ticker": "{{ticker}}", "close": "{{close}}", "time": "{{time}}", "contract_type": "BUY"}
{"ticker": "{{ticker}}", "close": "{{close}}", "time": "{{time}}", "contract_type": "SELL"}

In this way, we can use an indicator on TradingView and set a condition for buy or sell. When TradingView detects that condition is met, the backend server accepts a request with a command to buy or sell. To recognize a symbol where we need to open positions, it requires a mapping with your own broker which provides API.

The project wasn't updated for a long time, it means that some Deriv API requests may not work now.

About

Binary options trading bot which combines Deriv API & TradingView's webhooks to open positions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published