Search found 9 matches

by kenadian
05 Feb 2014
Forum: MultiCharts .NET
Topic: drawing not persistent [SOLVED]
Replies: 2
Views: 1753

Re: drawing not persistent [SOLVED]

Thank you, this fixed my problem. I used it in MC Net as namespace PowerLanguage.Indicator { [SameAsSymbol(true)] [RecoverDrawings(false)] public class _myIndicator : IndicatorObject { } protected override void Create() { } protected override void StartCalc() { } protected override void CalcBar() { ...
by kenadian
04 Feb 2014
Forum: MultiCharts .NET
Topic: drawing not persistent [SOLVED]
Replies: 2
Views: 1753

drawing not persistent [SOLVED]

Hello,
I have a main chart and a subchart, with different resolutions. The objects I draw disapear after the bar is completed and I need them not to(please see the attached movie, after removing the .txt extension). Is this possible in Multicharts NET ? Thank you.
by kenadian
25 Jan 2014
Forum: MultiCharts .NET
Topic: IPlotObject do not hold data as I expected [SOLVED]
Replies: 2
Views: 2123

Re: IPlotObject do not hold data as I expected [SOLVED]

Thank you, the use of ExecInfo.MaxBarsBack solved my problem. For the beginners(I am one of them) that are interested in drawing text on chart, I would like to mention that ExecInfo.MaxBarsBack is also required for ITextObject. The small enhancement, below, plots the bar # above the pivot. Please ob...
by kenadian
22 Jan 2014
Forum: MultiCharts .NET
Topic: VS2010 _ELAPI_exception_Wrap_ on prebuild script [SOLVED]
Replies: 1
Views: 1487

VS2010 _ELAPI_exception_Wrap_ on prebuild script [SOLVED]

Hello, I am trying to go through the standard prebuilt script "Pivot_High" indicator with VS2010 and I am getting _ELAPI_exception_Wrap_ message (attached image). If I continue with debugging, ignoring this message, everything goes as it should. Can anyone explain what is happening please ? Thank you.
by kenadian
20 Jan 2014
Forum: MultiCharts .NET
Topic: VariableObject - why use it?
Replies: 12
Views: 9036

Sorry, my question was for Henry

Sorry, my question was for Henry. Thank you.
by kenadian
20 Jan 2014
Forum: MultiCharts .NET
Topic: VariableObject - why use it?
Replies: 12
Views: 9036

CalcBar() ignores bars

Hello MidKnight, I encounter an issue running the code provided: the first 6 bars in chart are not taken into consideration by CalcBar(). Please find attached the .CSV file I worked with. I output the values used in CalcBar(), protected override void CalcBar() { //simple_var.Value = series_var.Value...
by kenadian
18 Jan 2014
Forum: MultiCharts .NET
Topic: IPlotObject do not hold data as I expected [SOLVED]
Replies: 2
Views: 2123

IPlotObject do not hold data as I expected [SOLVED]

Hello, I have problems with plotting. It seems that CalcBar() is called randomly, not in the sequential order of the bars in chart. Please see the code and the result below(sorry for its length). It is the Multicharts's Pivot_High indicator code to which I added output. One can see that CalcBar() is...
by kenadian
14 Jan 2014
Forum: MultiCharts .NET
Topic: problems compiling with Multicharts .NET SE PowerLanguage Ed [SOLVED]
Replies: 2
Views: 1745

problems compiling with Multicharts .NET SE PowerLanguage Ed [SOLVED]

Hello. I have problems compiling with Multicharts .NET SE PowerLanguage Editor . Any C# code that is succesfully compiled does not appear as such when I try to import it in Multicharts .NET SE Actually it is not recognized as 'compiled' neither by PowerLanguage Editor itself. Please see the attached...

Go to advanced search