8.5. Smart Money Concepts
8.5.1. Fair Value Gap (FVG)
def fvg(self, open: pd.Series, high: pd.Series, low: pd.Series, close: pd.Series, join_consecutive: bool = True) -> pd.Series: ...
def fvg_top(self, open: pd.Series, high: pd.Series, low: pd.Series, close: pd.Series, join_consecutive: bool = True) -> pd.Series: ...
def fvg_bottom(self, open: pd.Series, high: pd.Series, low: pd.Series, close: pd.Series, join_consecutive: bool = True) -> pd.Series: ...
def fvg_mitigatedIndex(self, open: pd.Series, high: pd.Series, low: pd.Series, close: pd.Series, join_consecutive: bool = True) -> pd.Series: ...Tên tham số
Mô tả
Kiểu dữ liệu
Giá trị mặc định
fi = client.FiinIndicator()
df['fvg'] = fi.fvg(df['open'],df['high'], df['low'], df['close'],join_consecutive=True)
print(df)8.5.2. Swing Highs and Lows
Tên tham số
Mô tả
Kiểu dữ liệu
8.5.3. Break of Structure (BOS) & Change of Character (CHoCH)
Tên tham số
Mô tả
Kiểu dữ liệu
Mặc định
8.5.4. Order Blocks
Tên tham số
Mô tả
Kiểu dữ liệu
Mặc định
8.5.5. Liquidity
Tên tham số
Mô tả
Kiểu dữ liệu
Mặc định
Last updated