Danglewood

Results 444 comments of Danglewood

Hello, this error - in many cases - is resolved by activating the environment before running `python terminal.py`. ``` conda activate obb python terminal.py ```

Hey @garcialn, Can you confirm that when installing, after activating the environment upon creating, you then ran `poetry install -E all`?

> @bjg90 Same question as well, please confirm. When you installed, after creating and activating the `conda` environment, did you then next run, `poetry install -E all`?

Glad to know you got it figured!

Additionally, the function `openbb.common.qa.normality`, is the same function - and even has the same description: The distribution of returns and generate statistics on the relation to the normal curve. This...

> So it should work if you would have added the chart=True parameter. There are arguments for `plot` & `chart`. Why? All `chart=True` does is return a printed table, and...

@andrewkenreich , this is probably because of a stock split, and there are now two options chains which mess up the `exp` value. `AMD221118` is first up, but `AMD1230120` is...

![Screenshot 2022-11-17 at 8 50 23 PM](https://user-images.githubusercontent.com/85772166/202619517-ed768553-55a4-4c5d-9020-3a5f5b0a1700.png)

`chains` does not have the same output for greeks as `greeks`... ![Screenshot 2022-11-17 at 10 37 27 PM](https://user-images.githubusercontent.com/85772166/202637343-1a87ea39-b54f-4362-8ef8-4ee851055a01.png) this is likely flawed as well, `rfr` is not 0: ``` usage:...