QuantConnect / QuantConnect/Lean
Adds OANDAs CFD for Crypto-currencies
Open
Nobody has claimed this yet.
feature
- Dominant language
- C#
- Stars
- 21.7k
- Forks
- 5.3k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 34
Description
Expected Behavior
Support OANDA's CFDs for cryptocurrencies:
https://www.oanda.com/eu-en/trading/cfds/cryptocurrencies/
Actual Behavior
Not supported.
Potential Solution
Add new entries to the Symbol Properties Database:
oanda,BTCUSD,cfd,Bitcoin-United States Dollar,USD,1,0.01,0.00000001
oanda,BCHUSD,cfd,Bitcoin Cash-United States Dollar,USD,1,0.01,0.00000001
oanda,ETHUSD,cfd,Ether-United States Dollar,USD,1,0.01,0.00000001
oanda,LTCUSD,cfd,Litecoin-United States Dollar,USD,1,0.01,0.00000001
and Market Hours Database (Always Open).
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
masterbranch - I have confirmed that this is not a duplicate issue by searching issues
- I have provided detailed steps to reproduce the issue
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Symbol Properties Database and Market Hours Database referenced in the issue, then review how existing OANDA instruments and always-open markets are represented. Add the four listed cryptocurrency CFD symbols with their supplied properties and market-hours entries, and verify the databases accept the new records.
Written by the indexing model from the issue text.
Assessment
- Domain
- database
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100