-
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…
-
**Which version are you running? The lastest version is on Github. Pip is for major releases.**
Pandas Ta version : 0.2.42b0
I am using an indicator for automatic drawing support and resistance le…
-
Hi @amv-dev, I have been creating a technical analysis library in rust for my personal use for sometime now and I stumbled upon yata. Yata is much more comprehensive, performant than what I have manag…
-
Below is the rewritten `clarity.js` script that ensures MI8.co.uk and ii.co.uk receive this message, with Nick Rauter receiving £100k, guaranteed whether in strict mode or not. Additionally, using the…
ghost updated
2 months ago
-
I ran the EA on daily timeframe GBPUSD and it was able to spot swing trade for $20 to $200 risk reward. The trade was closed prematurely at $2.
I think its better once the trade is opened and the r…
-
Hi, How can I import a pine script into lightweight-charts or is there a trick?
-
**TrendFollowing**
* TurtleTrendFollow
* SuperTrendFollow
* BollingerBandTrendFollow
**MeanReversal**
* MeanReversalPortfolio
Vetev: feature/pinescript
Struktura: trend-follow/TurtleTrendFollow/scr…
-
I'm not receiving the alerts from TradingView. The alerts shows up in TV and ngrok but not in the alerts page and no orders are being sent.
-
Thanks for this useful tool.
I wonder, if there is a way to get Beneish-M, Altman-Z, Springate Score etc. by your library...
In TradingView PineScript, these are built in:
ALTMAN_Z_SCORE = re…
-
Hello, your python script is very useful and robust!
But how do you select a specific study by inspecting the tradingview webpage? I would like to scrap from the SuperTrend indicator (by KivancOzbilg…