brighter-trading/src
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
..
archived_code 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
maintenence Re-wrote DataCache.py and Implemented tests and got them all passing. 2024-08-15 22:39:38 -03:00
static 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
templates 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
BrighterTrades.py 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
Configuration.py Updated project structure and staged modified files 2024-07-25 08:21:15 -03:00
DataCache_v2.py 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
Database.py Re-wrote DataCache.py and Implemented tests and got them all passing. 2024-08-15 22:39:38 -03:00
Exchange.py 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
ExchangeInterface.py Re-wrote DataCache.py and Implemented tests and got them all passing. 2024-08-15 22:39:38 -03:00
Signals.py Updated project structure and staged modified files 2024-07-25 08:21:15 -03:00
Strategies.py Updated project structure and staged modified files 2024-07-25 08:21:15 -03:00
Users.py Completed unittests for Database and DataCache. 2024-08-03 16:56:13 -03:00
__init__.py Updated project structure and staged modified files 2024-07-25 08:21:15 -03:00
app.py 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
backtesting.py Updated project structure and staged modified files 2024-07-25 08:21:15 -03:00
candles.py 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
config.py Fixed query_uptodate function and added comprehensive test cases 2024-08-02 01:36:45 -03:00
create_defult_tables.py Updated project structure and staged modified files 2024-07-25 08:21:15 -03:00
indicators.py Updated project structure and staged modified files 2024-07-25 08:21:15 -03:00
shared_utilities.py 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
trade.py implemented tests for Exchangeinterface.py 2024-08-04 02:06:23 -03:00