NameError: name 'dataframe' is not defined

Im trying to build a bot but keep receiving the following error for the below code.

NameError: name 'dataframe' is not defined
dataframe.loc[
            (
                (dataframe['rsi'] > 30) & 
                (dataframe["close"] < dataframe['bb_lowerband'])
            ),
            'buy'] = 1


from Recent Questions - Stack Overflow https://ift.tt/3cyVqDR
https://ift.tt/eA8V8J

Comments

Popular posts from this blog

Today Walkin 14th-Sept

Network Error and Timeout on Authorize.net JS

Spring Elasticsearch Operations