Skip to content
#

trading

Here are 2,829 public repositories matching this topic...

Lean
AlexCatarino
AlexCatarino commented Jun 3, 2022

Expected Behavior

LEAN provides an example of IndicatorVolatilityModel for documentation.

Actual Behavior

There is no example for this feature.

Potential Solution

Adds an example and/or unit tests.

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that t
up for grabs testing good first issue
ta
markdregan
markdregan commented Jan 7, 2022

Wondering if this already exists? If not happy to create if valuable.

I'm looking for a mapping from the column names outputted, to the actual technical indicator it represents.

examples:
momentum_ao == "Momentum, Awesome Oscilator"
momentum_kama == "Momentum, Kaufman’s Adaptive Moving Average (KAMA)"

Can help quickly grasp what the features represent without having to refer back to do

mlfinlab
Superalgos
teehanming
teehanming commented Jan 26, 2022

Is your feature request related to a problem? Please describe.
Ugly title for asset new asset. The asset node gets New Asset title after entering the codename.

Describe the solution you'd like
auto rename by referring the codeName --> iconName
set iconName as variable.

Describe alternatives you've considered

Additional context
Add any other context or screenshots

improvement good first issue Web App UI
backtesting.py
tech-a-go-go
tech-a-go-go commented Jul 20, 2022

Expected Behavior

The graph should be shown.

Additional info

backtesting.py version is 0.3.3

Python version is 3.10

https://github.com/kernc/backtesting.py/blob/65f54f6819cac5f36fd94ebf0377644c62b4ee3d/backtesting/_plotting.py#L47-L55
In my jupyter notebook on Docker (VSCode remote containers), IS_JUPYTER_NOTEBOOK = 'JPY_PARENT_PID' in os.environ is False so `output_note

bug good first issue

Improve this page

Add a description, image, and links to the trading topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trading topic, visit your repo's landing page and select "manage topics."

Learn more