We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6123881 commit 60eff81Copy full SHA for 60eff81
setup.py
@@ -2,7 +2,7 @@
2
import codecs
3
import os
4
5
-VERSION = '0.0.19'
+VERSION = '0.0.20'
6
DESCRIPTION = 'Getting indicators based on smart money concepts or ICT'
7
8
# read the contents of the README file
smartmoneyconcepts/smc.py
@@ -51,7 +51,7 @@ def decorate(cls):
51
52
@apply(inputvalidator(input_="ohlc"))
53
class smc:
54
- __version__ = "0.0.19"
+ __version__ = "0.0.20"
55
56
@classmethod
57
def fvg(cls, ohlc: DataFrame, join_consecutive=False) -> Series:
0 commit comments