ee51ab1d8cI am just about to move most of the strategy statistics tracking to the StrategyInstance
working
Rob2024-11-22 10:28:39 -0400
dab122d15fA lot of stuff is fixed. The strategies need to reflect the stats in the ui.Rob2024-11-20 01:38:46 -0400
e1516a80cfA lot of stuff is fixed. only issues at the moment are that errors during testing are not displayed in the ui and the strategies need to reflect the stats.Rob2024-11-20 00:18:01 -0400
2c644147a4I repaired the sinup and signin parts. I changed a bunch of javascript in strategies.js. there is an error that pops up when webtools is open.Rob2024-11-18 10:25:08 -0400
fe1e93c24bThe test seem to run without errors. It now yields to other processes.Rob2024-11-15 19:51:10 -0400
4072a9d5f5The test seem to run without errors but are still process blocking.Rob2024-11-15 18:08:32 -0400
4f11778b09The test are running and returning feedback. I am just about to implement a better solution for multithreadingRob2024-11-13 22:15:35 -0400
0ae835d096The test are displaying in the user interface.Rob2024-11-13 01:13:29 -0400
1af55f10a0The test are running without errorsRob2024-11-12 09:43:18 -0400
33298b7178The test are running but not without errors.Rob2024-11-11 17:22:06 -0400
4fcc6f661dPython generators is fully implemented but not tested yet.Rob2024-11-07 10:43:51 -0400
9d830fe8faStrtegies submit an are editable.Rob2024-11-05 12:02:50 -0400
50bcfa05cdThe generator definitions seem to work now.Rob2024-11-04 18:20:09 -0400
bb7fdbf8f9The generator definitions are still being tested but progress has been made.Rob2024-10-27 16:51:10 -0300
5110c8b434I adjusted the block definitions and expanded them. The generator definitions have been updated but are not tested.Rob2024-10-21 13:37:05 -0300
c7b7a47129I played around with the blocks and i think i have it correct now.Rob2024-10-16 00:21:43 -0300
232d479827nearly all core functionality is flushed out.Rob2024-10-13 01:23:26 -0300
4eda0b6f81The strategies class is broken into smaller classes. I believe the ui is mostly functional at this point. It is time to get the tests working.Rob2024-10-10 17:05:07 -0300
89e0f8b849I decoupled the comms class from a few other classes. I updated some of the ui in regard to this indicator readouts. An just about to attempt to break up the strategies class.Rob2024-10-09 09:09:52 -0300
86843e8cb4Strategies is now fixed and I am ready to implement backtesting.Rob2024-09-25 14:27:56 -0300
adedaaa540Getting closer to a beta. woot woot. there is a problem with created strategies only displaying two of the ones in the databaseRob2024-09-24 23:43:13 -0300
4e3e8e5abfThe strategy popup is now draggable and resizeable.Rob2024-09-23 16:38:22 -0300
034b8ab925The strategy section is generating code. Implemented code is mostly functional.Rob2024-09-23 09:55:27 -0300
38de03c022I think it is all working except I don't think the indicators are caching on the database.Rob2024-09-20 17:40:47 -0300
29f30cb358Mostly working nowRob2024-09-19 17:10:26 -0300
f1d0f2a4b1Indicators are fixed after last update.Rob2024-09-18 13:47:07 -0300
1ff21b56ddMade a lot of changes to DataCache indicator data is not being saved to the database.Rob2024-09-15 14:05:08 -0300
f2b7621b6dEverything is working I am just about to refactor indicator storage.Rob2024-09-09 15:43:16 -0300
73ed1a092agot all the indicators working againRob2024-09-08 04:04:58 -0300
b666ec22afExtended DataCache with indicator caching functionality. All DataCache tests pass.Rob2024-09-07 19:51:01 -0300
a16cc542d2Refactored DataCache, again. Implemented more advance cache management. All DataCache tests pass.Rob2024-08-25 10:25:08 -0300
8361efd965Refactored DataCache, Database and Users. All db interactions are now all inside Database. All data request from Users now go through DataCache. Expanded DataCache test to include all methods. All DataCache tests pass.Rob2024-08-19 23:10:13 -0300