Can someone tell me the error in this code  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
35trader
Posts: 11
Joined: 07 Oct 2013
Has thanked: 4 times

Can someone tell me the error in this code

Postby 35trader » 21 Oct 2013

Trying to convert code to MC.Net

Compiling comes up with a error: no suitable method found to override

code is:
protected override void Initialize()

thanks

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Can someone tell me the error in this code  [SOLVED]

Postby Henry MultiСharts » 22 Oct 2013

Hello 35trade,

Instead of Initialize in MultiCharts .Net you need to use Create().

I would recommend you to start with MultiCharts .NET Programming Guide that contains important and useful information not only for beginners but for experienced MC .Net users as well: https://www.multicharts.com/downloads/M ... e-v1.0.pdf 

Wiki format: https://www.multicharts.com/trading-sof ... ming_Giude


Return to “MultiCharts .NET”