Become a member
Sign in
Frank Floessel
Frank Floessel

Frank Floessel

4 Following
1 Followers
  • Profile

  • Claps

  • Highlights

Highlighted by Frank Floessel

See more

From Let’s write a cryptocurrency bot. (part 3) by joel degan

Bowhead comes with the Candles class whose main method, instead of running just one candle identification, runs all 61 candle identifications via a method named allCandles(). The candles will be returned in an array organized with bearish as -100, bullish as 100 or 0 (zero) if not found. The return shows if they are in the current part of the data stream, the recent data (last 15 or so candles) or anywhere in the entire data set passed to allCandles() including ‘where’ with the section of the data that contains the candle. This is all so you can determine if one candle was found at a position and then another was found shortly after — we may want to do some action.

Claps from Frank Floessel

See more

I was wrong about Ethereum

WhalePanda