EA31337 / Strategy-TDI

Strategy based on Traders Dynamic Index (TDI) indicator.
0 stars 1 forks source link

TDI Strategy Compile error ? #3

Closed mavidelisi closed 6 months ago

mavidelisi commented 1 year ago

the source code gives compile error, I think there is a situation related to the framework version. i couldn't find the v3000.1 version. can you add the v3.000.1 framework to github as well? Thank you. Screenshot 2023-08-27 112238

kenorb commented 1 year ago

You need to compile it with v3.000 or v3.000.1 version of classes/framework.

This version is split from v2.010 which should also work.

mavidelisi commented 1 year ago

he's still making mistakes. Is it possible to give it all ? Screenshot 2023-08-27 123240

mavidelisi commented 1 year ago

I downloaded the latest EA31337 v3000.1 and it was deleted later. Could it be related to the master version?

kenorb commented 1 year ago

Could be related to different strategy versions. For v3.000 you need v2.000-dev version of strategies (not master). Otherwise you can go back to v2.013.1, then strategies's master branch should work. You can also switch EA31337 repo to dev then reset all submodules to their corresponding HEADs, it should also work (e.g. git submodule update --init).