Request Triangle Arbitrage Multicycle Example #215
-
It's a good project and I checked the documentation. Can be used to make portfolios, and custom cycles. But how to implement a strategy similar to the triangle arbitrage. or handle both 1-hour and 4-hour candles in one strategy |
Beta Was this translation helpful? Give feedback.
Answered by
rodrigo-brito
Oct 29, 2022
Replies: 1 comment
-
Hi @zhihuba, you can use a stretegy in timeframe of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rodrigo-brito
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @zhihuba, you can use a stretegy in timeframe of
1h
and resample it to4h
with theGroupCandles
oftalib
:https://github.com/markcheno/go-talib/blob/master/talib.go#L5949