Array of questions / clarifications to get started #285
Unanswered
julian-dotcom
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Hi @julian-dotcom,
|
Beta Was this translation helpful? Give feedback.
4 replies
-
Really cool librabry, on the original question, can I expand on the 2d point ? A simple combination of indicators from the example of RSI on the BTCBRL example, is it possible to: A - Get a signal from MACD?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Oleg, thanks for the cool library! I think it has a lot of potential, and I am getting started learning how it works right now.
There are a few questions that I would like some clarification with, that the documentation doesn't quite answer. Hopefully, I don't ask any redundant questions. Thanks in advance :)
What does freq="1D" do in
pf = vbt.Portfolio.from_signals(mult_comb_price, entries, exits, freq='1D')
It would be really cool, if you could have a few examples of more complicated strategies than just RSI or SMA. That way, we can kind of see how to develop more intricate strategies than just comparing 2 values.
How do you plot a custom strategy? I am testing pandas_ta "supertrend" and want to see the results plotted, i.e. OHLCV chart with the trend lines.
Thanks in advance, I hope to post additional questions as the pop up. :)
Beta Was this translation helpful? Give feedback.
All reactions