-
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…
-
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…
-
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, 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…
-
Mathieu,
I would like to hire you to set this thing up for me.
I wouldn't know how and though I am slowly learning more about code I think its best if I work with someone who knows how to do it.…
-
## Describe your environment
* Operating system: Win 11
* Python Version: 3.12.2
* CCXT version: 4.2.87
* Freqtrade Version: freqtrade 2024.4-dev-e6da491ca
## Plotting boolean objects below o…
-
Hello my friends
please help me! :) i am very new to freqtrade
this is Source: https://www.tradingview.com/script/o50NYLAZ-AlphaTrend/
Pinescript Author: KivancOzbilgic
https://www.tradingview…
-
I am trying to test my strategy, if my indicator crosses up an ema then enter, like so, and a crossed down to exit......:
```
entryRule = new CrossedUpIndicatorRule(myIndicator,ema );
exitRul…
-
Hi, I'm having trouble using pinescript coded indicators on Aggr-trade in Tradingview. I'm doing some simple operations, but I still haven't been able to get the coding logic in place. My English is n…
-
## Step 1: What indicators are required?
Here is a link to the strategy which uses modified ATR with a pinescript.
https://www.tradingview.com/script/3hhs0XbR/
## Step 2: Explain the Buy Strate…