Multicharts "Strategy".

Discussion in 'Strategy Building' started by mapfler, Nov 28, 2007.

  1. mapfler

    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.
     
  2. 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.
     
  3. mapfler

    mapfler

    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.
     
  4. mapfler

    mapfler

    Anyone help me.
     
  5. mapfler

    mapfler

    Andrew Kirillov,
    Can help me.

    Thank you.
     
  6. hektor

    hektor

    Try

    value1=FO+HO ;

    BUY ("B") at value1 STOP;
     
  7. tortoise

    tortoise

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

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

    Best regards.
     
  9. mapfler

    mapfler

    What means "CQG"?
    Thank you.
     
  10. Tums

    Tums

    http://cqg.com/
     
    #10     Nov 29, 2007