This website requires JavaScript.
Explore
Help
Register
Sign In
rob
/
brighter-trading
Watch
1
Star
0
Fork
You've already forked brighter-trading
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Cryptocurrency trading platform with Blockly-based strategy builder
27
Commits
7
Branches
0
Tags
272
MiB
Python
68.4%
JavaScript
23%
HTML
8.1%
CSS
0.5%
fc407708ba
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Clone in VS Code
Cite this repository
APA
BibTeX
Cancel
Rob
fc407708ba
Fixed an issue inserting candles into the database. I realized I want to get rid of the id column in the market(candles) tables. Began integrating Blockly into the client.
2024-08-17 18:10:34 -03:00
UML
Updated project structure and staged modified files
2024-07-25 08:21:15 -03:00
__pycache__
Updated project structure and staged modified files
2024-07-25 08:21:15 -03:00
config
Moved .db and .yml files to appropriate directories
2024-07-25 08:46:12 -03:00
markdown
Fixed query_uptodate function and added comprehensive test cases
2024-08-02 01:36:45 -03:00
src
Fixed an issue inserting candles into the database. I realized I want to get rid of the id column in the market(candles) tables. Began integrating Blockly into the client.
2024-08-17 18:10:34 -03:00
tests
Fixed an issue where the client asked for too many records and was not receiving them. Also ensured that much of the code is dealing with timezones proactively.
2024-08-16 15:51:15 -03:00
.gitignore
Update .gitignore to exclude unnecessary files and directories
2024-07-25 10:09:27 -03:00
BrighterTrading.db
Fixed issue with fetching historical data and added missing imports.
2024-07-26 03:52:24 -03:00
requirements.txt
Fixed query_uptodate function and added comprehensive test cases
2024-08-02 01:36:45 -03:00