joshyattridge / smart-money-concepts

Discover our Python package designed for algorithmic trading. It brings ICT's smart money concepts to Python, offering a range of indicators for your trading strategies.

Home Page:https://pypi.org/project/smartmoneyconcepts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NameError: name 'ohlc' is not defined

zillionsinternational opened this issue · comments

I received the error "NameError: name 'ohlc' is not defined" when executing step smc.fvg(ohlc, join_consecutive=False)

Hello,

I can only assume that you don't have the variable "ohlc" defined in your code.