Skip to content

Releases: joshyattridge/smart-money-concepts

0.0.24

25 May 23:16
f79f9d3
Compare
Choose a tag to compare

What's Changed

  • Correct unit tests for time index indicators and fixed previous_high_low function by @joshyattridge in #44
  • Refactor smc.py to use iloc instead of indexing for high and low values by @joshyattridge in #45

Full Changelog: 0.0.23...0.0.24

0.0.23

25 May 21:11
eb9d9f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.22...0.0.23

0.0.22

21 May 21:13
48be4d2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.21...0.0.22

0.0.21

10 May 16:31
Compare
Choose a tag to compare

What's Changed

  • Fix issue with removing rows containing NaN values in resampled_ohlc to ignore weekends by @joshyattridge in #28
  • added an indication to the previous high and low function, to show if the previous high/low has been broken by @joshyattridge in #29
  • Added retracements function, and fixed issues with swign highs/lows by @joshyattridge in #30
  • Converted test graph to a gif and made it look cleaner by @joshyattridge in #31

Full Changelog: 0.0.20...0.0.21

0.0.20

09 May 20:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.19...0.0.20

0.0.19

07 May 19:57
Compare
Choose a tag to compare

What's Changed

  • Added sessions indicator to signal which session the candles are in. by @joshyattridge in #26

Full Changelog: 0.0.18...0.0.19

0.0.18

21 Apr 19:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.17...0.0.18

0.0.17

20 Apr 08:26
Compare
Choose a tag to compare

What's Changed

  • fixed the index 0 is out of bounds for axis 0 with size 0 issue by @joshyattridge in #20

Full Changelog: 0.016...0.0.17

0.0.16

18 Mar 19:22
eeb7128
Compare
Choose a tag to compare

Added previous high and low - this gets the previous high and low of the given timeframe.

What's Changed

Full Changelog: 0.0.15...0.016

0.0.15

07 Mar 22:17
e09adc3
Compare
Choose a tag to compare
  • Removed functions not needed.
  • Cleaned data needed for functions.
  • Cleaned README.md
  • Improved test graphs.