-
Type: Bug
Hi VS Code team,
For years, I've been using VS Code to execute git operations (from the amazing Command Platte).
I always explained this to my colleagues as "you can talk to this plat…
-
Hello,
I've been using the RSI indicator provided by `ta`.
Using the RSI indicator, I compute some higher level indicators, their form is not important here.
I wanted to verify that I had imple…
-
Hello,
I have switched my supertrend calculations from `pandas_ta` and I observe a inconsistency in supertrend values. The issue is (probably) caused by specific candle wicks.
**I will continously…
fniko updated
2 years ago
-
umuro updated
2 years ago
-
Hi Kevin,
Please help to add OTT to pandas_ta by KivancOzbilgicin trading view.
i converted the pinescript to python, it has correct output though my logic seems to be not efficient as it take…
-
hi i want to write this indicator in python but i dont have much time.. here is the tradingview's url
https://tr.tradingview.com/script/zVhoDQME/
this indicator is very helpfull the filtering in the…
-
1. Order size based on % of available funds.
Example: free funds € 1000, order LTC/EUR, size 10%: order €100
I personally like to buy round numbers and avoid buying "dust" so maybe we should have…
JDJoe updated
4 years ago
-
We are looking for a trading view like an alert on indicators and alert (check here https://kodify.net/tradingview/alerts/create-configure-alerts/)
If we can implement trigger alert and pine script…
-
*For requestion a new strategy. Please use the template below.*
*Any strategy request that does not follow the template will be closed.*
## Step 1: What indicators are required?
I found an expl…
-
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…