Multiple Time Frames with TALIB and Tulip
#3
Yes it is possible, but you will need to add some gekko core modifications. The problem is, that talib und tulip work async with their indicator calculations. So these calculations will either need proper callbacks or async/await patterns to work with the core without running into candle timing and race conditions.

I made some pull requests to target exactly this issue. You may have a look and pick what you need. You may also play with the Green Gekko fork, which has implemented this feature ready to go. In my own strategies I run 5 different candle sizes within one strategy on many different talib indicators for example.
  Reply


Messages In This Thread
RE: Multiple Time Frames with TALIB and Tulip - by mark.sch - 01-10-2019, 11:35 AM

Forum Jump:


Users browsing this thread: