Multicharts User Thread

Discussion in 'Trading Software' started by GaryN, Aug 26, 2007.

  1. for multichart, when i using 2 datas: data1 for underlying, data2 for a underlying option. how to generate an indicator to show the option price?

    or any other good solution to analyze option in Multichart?

    Alex
     
    #391     Dec 17, 2008
  2. Tums

    Tums

    what indicator?
    how would you like to show the indicator?

    pls post a mock up.
     
    #392     Dec 17, 2008
  3. I think the only time I post here is to say outstanding customer support.

    Once again, thanks MC staff, and especially Marina for always going beyond, and for all her professionalism.

    Thank you to Sergee also for great support.
     
    #393     Dec 19, 2008
  4. mcfxj

    mcfxj

    I am new to here and new to mc. After studying the manual for several times, I¡¯m still confused with how to realize such stratagem just like as I can do simply in Wealthlab:

    One day interval, in one portfolio, with an initial capital of 100000 dollars, though there maybe more than dosons entries, to to choose only one trade for one position per day with fixed 10000 dollars.

    Another thing is if I check the trade size dollars per trade in portfolio stratagem properties, there will pops out an error saying ¡°divided by zero¡± when starting to test. Attached is my test signal.

    Variables: dinge(10000),ShareSize(0),RiskPercent(0.1),
    TotalEquity(0.0),initCapital(100000);
    TotalEquity=initCapital+Portfolio_NetProfit+Portfolio_OpenPositionProfit;
    //ShareSize=TotalEquity*RiskPercent/Close;
    ShareSize=dinge/Close;
    buy {sharesize shares }this bar close;
    //PortfolioEntriesPriority=(-c);
    sell {all shares} next bar open;

    As I know, this post is the right base of MC to solve MC problems, so here I am. Thanks a lot.
     
    #394     Dec 28, 2008
  5. Please contact our helpdesk, because it is necessary to discuss your requirements more and after that we will be able to give you a solution.
    Thank you
     
    #395     Jan 9, 2009
  6. mcfxj

    mcfxj

    I suppose it is so easy a problem for you to answer, maybe I am wrong. I'll contact you there. Anyway, thank you, Andrew.
     
    #396     Jan 9, 2009
  7. If anyone is interested in cooperating towards creating some trading programs with Multicharts send me a note. I'm looking at developing some systems that trade futures about once a day. I thought it might be nice to share some ideas and work with someone else.
     
    #397     Jan 13, 2009
  8. Syprik

    Syprik

    Does anyone know if MC IQfeed.dll is limiting tick history request using IQfeed to 8 days? Cannot request more than 8 day tick both intra-day and AH. DTN has stated 30-day tick is available and the issue likely resides with charting platform vendor.
     
    #398     Feb 3, 2009
  9. Tums

    Tums

    charting software takes whatever sent from the data source.

    the dll is only a connection.

    The limitation is likely at the data source.
     
    #399     Feb 4, 2009
  10. Hello,

    I have an Easylanguage Candle pattern Recognition study that recognizes approximately 40 candle patterns but it needs 1 final thing
    to complete it. I need to be able to click on any candle and have the
    study tell me what pattern it is. At the moment it will tell me what
    the current candle pattern is in real time and works great. However, it is necessary
    at times to look back and having the ability to click on a candle so
    the study tells you the pattern is very convenient.
    My Amibroker study does this which is both necessary and
    convenient. Can this be done using Easylanguage and would someone
    please help me with this? Thank you for any and all help.

    Regards,

    Tim
     
    #400     Feb 5, 2009