Awsome video! Could you do a video showing how to buy/sell options with a live bot? thank you
@k2icc3 жыл бұрын
Have you seen any way to track interest of investors in options? For example, if in any particular stock someone has been trading options on it? Thanks.
@manuelsosa58322 ай бұрын
Hello I'm getting the following error session = HTMLSession() ^^^^^^^^^^^ NameError: name 'HTMLSession' is not defined Looks like some issue with yahoo_fin, any help ?
@royce.lagomgaming3 жыл бұрын
Any ideas why I am getting "ModuleNotFoundError: No module named 'yahoo_fin'"?
@Banause093 жыл бұрын
Did you resolve it in the meantime? If not: Which program are you using?
@royce.lagomgaming3 жыл бұрын
@@Banause09 nope sorry was not able to find a solution
@richardboreiko3 жыл бұрын
Did you remember to use "pip install yahoo_fin" before using it in an import?
@harrymagooslum57703 жыл бұрын
Thanks for the useful tutorial that shows how to get market data and do some screening. Perhaps if one is interested in options that have a strike price that is 90 to 110 percent of the most recent trade price of the underlying stock, that would be a practical example with universal applicability. Further criteria could then be applied to find option pricing situations that look attractive per some devised strategy.
Maybe breaking it down into two steps - how to access the Implied Volatility column, and then removing the % separately would work. I'm not an expert at either but that's how I like to approach problems. I understand the frustration when things don't work as expected and a solution isn't obvious. So I decided to investigate. It seems that yahoo_fin returns a dict, not a DataFrame, so you have no columns in a dict. If you convert the dict into a DataFrame, you then get columns. From that point onward, you should be able to work with the DataFrame.
@disrael21013 жыл бұрын
can i use the script on django for online filtering via web