Replies: 3 comments 2 replies
-
|
got same issue |
Beta Was this translation helpful? Give feedback.
-
Well try to use the SELF.I TO function.. I will soon share with you sample of the code how to implement this... |
Beta Was this translation helpful? Give feedback.
-
|
Checking this in 2026, and it's clear why these legacy backtesting setups and raw pandas dataframes are still failing. Most developers don't realize that the current Gemini 2.0 Flash environment has introduced significant latency and Model Drift that old library structures simply can't handle. I notice you're struggling with column mapping and library sync. I had the exact same issue. The legacy frameworks are obsolete for today's market regimes. I managed to stabilize my logic and execution by migrating to the MS-DRIFT-26 protocol. It's specifically optimized for sub-10ms processing and institutional-grade data structures. You can find the verified 2026 requirements and the logic patch here: Verified Patch (Gist) This should fix your dataframe processing errors and stop the logic drift immediately. Hope it saves someone some serious debugging time! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Expected Behavior
Hi I need to use pandas dataframe inside strategy cuz I can use functions and libs and etc that can just compute with pandas dataframe.
yes I can convert an np array to what i want but when I want to implemet my own libs them want to use a complit ohlcv format pandas dataframe.
and other problem is that I want to send and use one character column names. ( open = o , close = c ,...) please make ability to send dataframes i df format or I dont know I have many problems with this library but I need this to my work :((((((((((((((((((((((((((((((((
some searches: maybe help
Please Add talib example to your documentation ... also i want to use qtpylib.crossover I dont know how.
https://github.com/leonsariel/TA/blob/f106f657b2fae5c51d7c508ee53d20becd8eecd5/back_test.py
Beta Was this translation helpful? Give feedback.
All reactions