Brian Wade - Magento / Wordpress Developer
Brian Wade - Magento / Wordpress Developer
Hi Greg, Will you be trading Forex? If you won't be trading Forex than I would recommend just running the bitfinex websocket for minimum of 5-10 minutes (to collect bitfinex...
I was able to get to this sooner ;) https://github.com/joeldg/bowhead/pull/23/files
I'd recommend to store tick data just in case as well, may come in useful for some strategies or later on .. So would need a new table bowhead_ohlc_tick and...
You make a good point here. I only modified the file to wait to update the database until after the period for that table, I did not make any changes...
@rxmg-joeldg Actually already done :) Took a bit of elbow grease but I think I got it taken care of and updating correctly for other time periods. Might want to...
Additional comment - I did not do anything with the volume information. I'd imagine that needs to be addressed properly since some strategies will use volume. I can address it,...
We don't necessarily need the tables I don't think. However and IMO it's better to have done the calculation once and added to the database, since the data might be...
@connors511 > I'm using the following for calculating the $timeidb, which bases the ids on the "clock" time; > i.e. 5m gets 00, 05, 10, 15, ... minutes and 15m...
I second this recommendation, because by using Coinigy then this can be utilized on any exchange that Coinigy supports (and there are a lot). Additionally then it is extremely simple...
@rxmg-joeldg FYI once the OHLC data issues are all worked out I will be working on a Coinigy websocket connection (standalone similar to the bitfinnex websocket script) . But I...