You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I convert a df column to your customized numpy arrays? I tried df.Entry.to_numpy() but this doesn't seem to be the correct format to do the iterative comparisons.
Thank you!
The text was updated successfully, but these errors were encountered:
If I have a df column of True and False values, is there a way for this to trigger buy and sell instead of using indicators?
I would like to do something along the lines of the following:
How can I convert a df column to your customized numpy arrays? I tried df.Entry.to_numpy() but this doesn't seem to be the correct format to do the iterative comparisons.
Thank you!
The text was updated successfully, but these errors were encountered: