Preliminary Tests of Currency Strength Indicator
Since my last post on the currency strength indicator I have been conducting a series of basic randomisation tests to see if […]
Read moreSince my last post on the currency strength indicator I have been conducting a series of basic randomisation tests to see if […]
Read moreIn my last post I said I was going to look at data wrangling my data, and this post outlines what I […]
Read moreI have spent the last few weeks trying to get my recursive sine wave formula for period calculations to work, but try […]
Read moreSince my last post I have successfully managed to incorporate the deepmat toolbox into my code, so now my RBM pre-training uses […]
Read moreBelow is this second code update. % select rolling window length to use – an optimisable parameter via pso? rolling_window_length = 50 […]
Read moreThis code box contains updated code from my previous post. The main change is the inclusion of bias units for the directed […]
Read moreIt has been quite a challenge but I now have a working first attempt at Octave code for autoencoder pre-training of weights for […]
Read moreA reader recently inquired about my use of this indicator and so below I provide my Octave C++ .oct version that I […]
Read moreFollowing on from my last post I have been looking for Octave code for the denoising autoencoder to avoid reinventing the wheel […]
Read moreFollowing on from my last post I thought I would, as a first step, code up a “straightforward” Runge-Kutta function and show how […]
Read more