GSB Forums

GSB & BITCOIN, testers needed

admin - 21-2-2018 at 11:36 PM

Anyone interested to see if GSB will work on bitcoin.
I enclose some 1 min data.
It will need to be converted in date format, & to 15 30 60 min bars I expect.
Im not sure on the date, it will need some conversion.
Shouldn't be hard to match to some other known bitcoin data, else we might be able to download bitcoin data from somewhere.
I dont have the time to pursue this myself.

Attachment: Login to view the details


rws - 22-2-2018 at 08:07 AM

It would be great if GSB can make the 15,30 etc data itself from 1 minute data. The timeframe(s) could also be an optimization target on it self.

Carl - 22-2-2018 at 09:54 AM

Converting 1 minute data into 30 minute data can be done by using Ninjatrader.

https://ninjatrader.com/support/forum/showthread.php?t=3475

Carl - 22-2-2018 at 10:03 AM


Converting 1 minute data into 30 minute data can be done by using Ninjatrader.

https://m.ninjatrader.com/support/forum/showthread.php?t=103...

https://ninjatrader.com/support/forum/showthread.php?t=3475

Carl - 22-2-2018 at 02:37 PM

The timestamp is unix.

Excel formula to convert unix to readable date time: = (((A1/60)/60)/24)+DATE(1970,1,1)

So unix 1325317920 = December 31 2011 07:52

admin - 22-2-2018 at 02:52 PM

Quote: Originally posted by rws  
It would be great if GSB can make the 15,30 etc data itself from 1 minute data. The timeframe(s) could also be an optimization target on it self.


This is on the to do list, but its very low priority.
WF sent to workers, secondary filters and addition exit methods is the priority for now + bug fixes.
Multiple data1 is supported but I think its buggy & didnt work on last reports. So if it worked you could have ES 15 es30 for data1.
However I dont like to do this. I run separate manger for 15 and separate for 30 to get a feel for what one overall works best.

rws - 22-2-2018 at 04:13 PM

Thanks Carl,

I understand ninjatrader is very capable.

Currently I export with Amibroker where you can automatically generate a couple of timeframes from all tickers in a database.

Sometimes a different timeframe can make it going and it is different for every ticker so best would be if GSB generates the timeframes. Hope future will bring that.

Quote: Originally posted by Carl  
The timestamp is unix.

Excel formula to convert unix to readable date time: = (((A1/60)/60)/24)+DATE(1970,1,1)

So unix 1325317920 = December 31 2011 07:52