-
The CMF only seems to return a negative number or NaN.
-
The psar doesn't match the psar on Tradingview. Could the calculation be missing something?
-
I've tried to run the file "sma_cross_backtesting_v1.ipynb" in Google Colab, but get an error due the exucution in the Setup section #3 (below). How it can be fixed?
-------------------------------…
-
I'm trying use wvf indicator, but i think not complete, just incomplete or is my fault?
/home/bruno/gekko/gekko-develop/strategies/indicators/WVF.js:9
this.pd = settings.pd; // title="Loo…
-
## Description
I am trying to update the an overlays data, specifically "ROC" Overlay, i am using `.merge` to update the data,
i use that to update chart.data `this.chart.merge('chart.data', data)`,…
-
Here's the scenario: You have a strategy that takes a chart indicator as an input parameter. For example the chart indicator could be a Moving Average. And the strategy used the Moving Average to filt…
-
Greetings Franklin,
This code
```
var bars = stockHistoryDaily[@"RELIANCE"];
var stockData = new StockData(bars.Select(x => x.Open), bars.Select(x => x.High), bars.Select(x => x.Low), bars.Sel…
-
Hello, I've spent all morning trying to figure out if i'm making some mistake or if its an issue with ta-lib.
My CMO inputs have been relatively accurate when close to 0 but the minimums and maximums…
-
While drawing a line chart (especially, but some others might be a thing as well) there is a serious difference between "no value" (like null or NaN) and 0 - at the moment chart is drawing "no values"…
-
Thank you for your great work. The library performs well overall, but there's one issue: the OB class is implemented using for loops, resulting in approximately 20 seconds of runtime. Typically, this …