Multicharts "Strategy".

What is wrong with this code, in Tradestation is correct, but in Multicharts give a error - "if condition5 then Sell("ji") Next Bar from entry("jas_Buy") at market";
- Compiled with error(s).
Can help me.
 
Quote from mapfler:

What is wrong with this code, in Tradestation is correct, but in Multicharts give a error - "if condition5 then Sell("ji") Next Bar from entry("jas_Buy") at market";
- Compiled with error(s).
Can help me.

Hello mapfler,

In the current MC version, word inversion is not allowed. It will be corrected in the next MC version. For now, the following word order must be used:

if condition5 then Sell("ji") from entry("jas_Buy") Next Bar at market;

Regards.
 
Andrew Kirillov, Thank you.
It is possible can help me with this code "BUY ("B") FO+HO STOP;", in Multicharts give a error, work very well in Tradestation.
 
Quote from tortoise:

Andrew, can you tell me when/if MultiCharts will be configured to work with CQG?

Hello tortoise,

At the moment, there are no plans to implement this configuration.

Best regards.
 
Back
Top