Releases: joshyattridge/smart-money-concepts
Releases · joshyattridge/smart-money-concepts
0.0.24
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
What's Changed
- Increase speed of previous high low function by @joshyattridge in #43
Full Changelog: 0.0.22...0.0.23
0.0.22
What's Changed
- Added unit testing by @joshyattridge in #37
- Numba Impementation for Order Block Calculation by @CosmicTrader in #38
- Introduce
Poetry
andpytest
by @jiak94 in #39 - [Bug Fix] Fix the release action by @jiak94 in #41
New Contributors
- @CosmicTrader made their first contribution in #38
- @jiak94 made their first contribution in #39
Full Changelog: 0.0.21...0.0.22
0.0.21
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
What's Changed
- fixed previous_high_low function by @joshyattridge in #27
Full Changelog: 0.0.19...0.0.20
0.0.19
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
What's Changed
- added the ability to join consecutive FVG together by @joshyattridge in #22
- prevented bos and choch from overlapping by @joshyattridge in #21
Full Changelog: 0.0.17...0.0.18
0.0.17
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
Added previous high and low - this gets the previous high and low of the given timeframe.
What's Changed
- Previous candles high low by @joshyattridge in #15
Full Changelog: 0.0.15...0.016
0.0.15
- Removed functions not needed.
- Cleaned data needed for functions.
- Cleaned README.md
- Improved test graphs.