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
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.
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+PortfolipenPositionProfit; //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.
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
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.
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.
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.
charting software takes whatever sent from the data source. the dll is only a connection. The limitation is likely at the data source.
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