supporting programming codes

DinaMax

New member
Joined
Mar 12, 2024
Posts
4
Likes
0
If I have a strategy that is programmed in C# or Python, can I run it in motivewave?
 

igor.s

Well-known member
Joined
May 22, 2019
Posts
286
Likes
152
No. You need to recode it in Java using the SDK provided by the MW.

cheers.
 

DinaMax

New member
Joined
Mar 12, 2024
Posts
4
Likes
0
ok Thanks what about trading C# and Python through Motivewave's API? is that possible
 

igor.s

Well-known member
Joined
May 22, 2019
Posts
286
Likes
152
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.
 

q0paz

Active member
Joined
Aug 19, 2020
Posts
27
Likes
7
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