Failed compiling - Missing .strategies.Account.Signal

Spaz

Member
Joined
Jun 22, 2023
Posts
5
Likes
0
Hi Everyone,

I am trying to modify an existin strategy with IntelliJ.
It's failing to compile due to a missing file called Account.signal .

I cannot find such study in the library of studies. Looks like at some point there was a subfolder inside strategies but it's not there anymore.
Does anybody have this?

Appreciate your help. Image attached
 

Attachments

  • Screenshot 2023-11-22 215804.png
    Screenshot 2023-11-22 215804.png
    140.7 KB · Views: 11

Spin

Well-known member
Joined
May 22, 2019
Posts
480
Likes
192
I checked this for you: it seems to me that the ThreeBarInside-Stratedy uses a very old version of the mwave_sdk.jar still.

I see it refers to 'Signal' instead of 'Signals' and 'Str.UP_MARKER1' instead of 'Inputs.UP_MARKER' etc.
My IDE sees 65 errors,
1700901084219.png
You may be able to correct all of those by finding the corresponding new class in a newer version of the sdk.jar, but I would advise you to mail support and ask for a newer version of the source code (the .java-file) of this Strategy.
Not sure they are willing to provide it though ...
:)
 

Spaz

Member
Joined
Jun 22, 2023
Posts
5
Likes
0
Thank you for looking into it Spin ! Much appreciated. I will reach out to support.
 
Top