-
Updated
Feb 16, 2020 - JavaScript
trading-strategies
Here are 587 public repositories matching this topic...
-
Updated
Mar 11, 2022 - Python
-
Updated
Mar 8, 2022 - Jupyter Notebook
-
Updated
Mar 21, 2022 - C#
-
Updated
Mar 20, 2022 - Python
-
Updated
Mar 17, 2022 - Python
-
Updated
Oct 7, 2021 - Python
-
Updated
Dec 8, 2021 - C++
-
Updated
Feb 1, 2022 - Python
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
-
Updated
Mar 22, 2022 - Python
-
Updated
Feb 11, 2022 - JavaScript
this is how Buy & Hold Return is calculated:
c = data.Close.values
s.loc['Buy & Hold Return [%]'] = (c[-1] - c[0]) / c[0] * 100 # long-only return
so it's calced use day one and the day last.
Expected Behavior
Buy & Hold Return is used for compare with strategy gain. Therefore, I guess they should started at same time, since the strategy get enough data to w
-
Updated
Sep 22, 2020 - Python
-
Updated
Mar 17, 2022 - Python
-
Updated
Mar 21, 2022 - Python
-
Updated
Mar 17, 2022 - Python
-
Updated
Feb 23, 2022 - Java
-
Updated
Mar 21, 2022 - C++
-
Updated
Dec 17, 2021
-
Updated
Jun 18, 2020 - Python
-
Updated
Dec 17, 2021 - Jupyter Notebook
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Mar 18, 2022 - Jupyter Notebook
-
Updated
Oct 29, 2020 - Python
-
Updated
Mar 22, 2022 - Jupyter Notebook
-
Updated
Feb 14, 2017 - Jupyter Notebook
We can create and initialize indicators for chats in Ninjabot.
A indicator is a simple struct that implements the follow interface:
type Indicator interface {
Name() string
Overlay() bool
Metrics() []IndicatorMetric
Load(dataframe *model.Datafram
-
Updated
Jan 18, 2019 - Python
Improve this page
Add a description, image, and links to the trading-strategies topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trading-strategies topic, visit your repo's landing page and select "manage topics."


Expected Behavior
backtesting binance cypto
Actual Behavior
Can't place an order
Potential Solution
Reproducing the Problem
def Initialize(self):
self.SetStartDate(2018, 5, 2)
self.SetEndDate(2021, 5, 4)