Skip to content

Releases: joshyattridge/smart-money-concepts

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.

Added Volumized Order Blocks and swing highs and lows

23 Feb 07:19
Compare
Choose a tag to compare

This update introduced 2 new functions:
Volumized Order Blocks - job
swing highs and lows - swing_tops_bottoms

Credit for these functions goes to: @rafalsza

BOS CHoCH bug fixes

05 Feb 22:43
Compare
Choose a tag to compare

fixed the issues with BOS and CHoCH broken value being 0
changed the High_lows values to use ATR calculation from Finta
added option to set what point breaks the BOS/CHoCH level Close or High/Low