Skip to content

danielneil/Shark-Brokers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shark Brokers

These ansible roles are the broker plugins to use with the Shark algorithmic trading platform.

For more information about Shark, see here.

Shark Brokers API

The Shark Brokers API provides the following generic mechanisms across all brokers.

### get_price 

Gets the price of the equity, and compares it with the previous price.  

### submit_buy_order

Submits a buy order to the broker for a given instrument. 

### submit_sell_order

Submits a sell order to the broker for a given instrument.

Brokers

yahoo_finance

This is the demo broker - buying and selling occurs using a simulated market.

ig-rest

Provides connectivity to IG utilising their REST mechanism.

ig-streaming

Provides connectivity to IG utilising their streaming mechanism.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages