Example Studies not shown in study menu

digtlpete

Well-known member
Joined
Mar 9, 2021
Posts
50
Likes
9
Hi,

I'm trying to get dev environment setup correctly. I'm using jdk 21. After running ant build, example studies are not shown in studies menu. Files are being copied to dev folder. Any ideas what is going wrong. I'm not seeing any problems/errors.

Thanks,
Brian
 
Actually had the same issue, just assumed it was because I was stupid and new. Mine are also building to the dev folder and I tried even moving them around / opening and closing MW but they never populate.
 
Actually had the same issue, just assumed it was because I was stupid and new. Mine are also building to the dev folder and I tried even moving them around / opening and closing MW but they never populate.
Thanks for the response. I’m using the 6.9.10 Order Flow edition. What version are you using?
 
Same here. I'm totally new to all of these and I thought I was doing something wrong, but I have followed every step of the instructions and getting the same results...
 
I found this on MW website:
1735228937624.png

I'm guessing the Order Flow edition doesn't have the ability to load custom studies although the above seems to indicate that the Order Flow edition does allow for functionality to test custom studies/indicators but not run strategies.
 
I upgraded to the Pro edition a few days ago just to be able to test this out and work on two strategies but doesn't work for me regardless...
 
No worries... too bad we're all stuck, hopefully somebody will be able to shed some light on the issue
 
Hello,
I don't use Eclipse or NetBeans, but it works on IntelliJ Idea Community Edition (or Ultimate, which is the paid version). See the post below:

https://support.motivewave.com/forum/index.php?threads/sdk-spins-utlimate-intellij-setup-thread.664/
Also, a few additional things:
Click on "File", then "Project Structure"
"Project Settings\Project", SDK: I use "corretto-21", which works fine.
"Project Settings\Libraries", you can add JavaDocs for MotiveWave by clicking on the second icon, after plus (Specify documentation URL), then typing the following: "www.motivewave.com\sdk\javadoc\index.html"

I hope that helps.
 
Hello,
I don't use Eclipse or NetBeans, but it works on IntelliJ Idea Community Edition (or Ultimate, which is the paid version). See the post below:

https://support.motivewave.com/forum/index.php?threads/sdk-spins-utlimate-intellij-setup-thread.664/
Also, a few additional things:
Click on "File", then "Project Structure"
"Project Settings\Project", SDK: I use "corretto-21", which works fine.
"Project Settings\Libraries", you can add JavaDocs for MotiveWave by clicking on the second icon, after plus (Specify documentation URL), then typing the following: "www.motivewave.com\sdk\javadoc\index.html"

I hope that helps.
Thanks this helped. I finally figured it out using IntelliJ. I made a video to hopefully help others

If it's not allowed I can delete but big credit to Spin and the others in that post
 
Top