-
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…
-
First of all thank you for creating this project. It has been a great help. I wanted to request the TMO indicator as it has helped me a lot in my own personal trading. I just started to learn python t…
-
-
Hello i try to make momentum strategy from tradingview;
```
strategy("Momentum Strategy", overlay=true)
length = input(12)
price = close
momentum(seria, length) =>
mom = seria - seria[length]…
-
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…
-
In version 1.0.3, when you try to optimize a floating point parameter value, for example start=1.5, end=2.0, step=0.1, the optimization will fail. To me it seems it's trying to step with integer steps…
-
Describe the solution you want
Some of the metrics/robots in tradingview work well. But it is too complicated to migrate over. It's easy to automate trading with tradingview-webhook
-
### ⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
### Which Operating System are you using?
MacOS
### GPT-…
-
Hello,
I have a customized strategy in pinescript. I need to test an like a million different parameters to determine the best combination.
I cant do that via TV. For it to be done via your API, wil…
-
On [this](https://github.com/quantified-uncertainty/squiggle/pull/226) PR, @Hazelfire mentioned:
"I think I'd like to see a couple of critical features that might require you to give up on the conc…