supporting programming codes

DinaMax

Member
Joined
Mar 12, 2024
Posts
10
Likes
0
If I have a strategy that is programmed in C# or Python, can I run it in motivewave?
 
No. You need to recode it in Java using the SDK provided by the MW.

cheers.
 
ok Thanks what about trading C# and Python through Motivewave's API? is that possible
 
You need to write a Java wrapper as a Motivewave study and then use the JNI to call your binaries. It does look as a simple solution. Better to recode your strategy in Java.
 
If I have a strategy that is programmed in C# or Python, can I run it in motivewave?
One thing worth pointing out.. MW is really a very good charting package. The API has a lot of analytics and drawing functionality. It is not a pure trading API in my opinion. Just FYI...
 
Top