Skip to content

Commit

Permalink
sexy primes do not matter
Browse files Browse the repository at this point in the history
there is no reason to use primes (sexy or otherwise)
this algorithm doesn't even require integers!!!
  • Loading branch information
Sarah White committed Nov 11, 2014
1 parent 427e037 commit 1293f3e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ config.watch = {
// CONFIGURING TRADING ADVICE
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

// value of p+12 where (p,p+6,p+12) are all prime
// sexy prime triple: 1427, 1433, 1439 :)
// 1429 is also prime (1440 minutes per day)

config.tradingAdvisor = {
enabled: true,
method: 'ZERO',
Expand Down Expand Up @@ -113,9 +109,6 @@ config.x3nikiehihsa = {
}
};

// value of p+12 where (p,p+6,p+12) are all prime
// sexy prime triple: 1427, 1433, 1439 :)
// 1429 is also prime (1440 minutes per day)
// ZERO settings:
config.ZERO = {
// EMA weight (α)
Expand Down

0 comments on commit 1293f3e

Please sign in to comment.