Bitcoin_Trading_Bot icon indicating copy to clipboard operation
Bitcoin_Trading_Bot copied to clipboard

This is the code for "Bitcoin Trading Bot" By Siraj Raval on Youtube

Results 4 Bitcoin_Trading_Bot issues
Sort by recently updated
recently updated
newest added

I glanced through the [original source](https://github.com/jaungiers/Multidimensional-LSTM-BitCoin-Time-Series) from @jaungiers looking for differences between that and [the _source_](https://github.com/llSourcell/Bitcoin_Trading_Bot) from @llSourcell. Aside from this _version_ missing the `data/` directory and `.gitignore` file, as...

> Testing model on 87070 data rows with 870 steps --------------------------------------------------------------------------- NotFoundError Traceback (most recent call last) in 11 predictions = model.predict_generator( 12 generator_strip_xy(data_gen_test, true_values), ---> 13 steps=steps_test 14 )...

Some .idea stuffs along for the ride too.

Hi, I followed the guide in the video & jupyter notebook and trained my model based on the dataset from kaggle that were mention in the video. I tried all...