Search found 9 matches

by stocksbaron
22 Aug 2013
Forum: MultiCharts .NET
Topic: Scanner - can't mix data types in indicator? [SOLVED]
Replies: 4
Views: 2382

Re: Scanner - can't mix data types in indicator? [SOLVED]

private IPlotObjectStr plot_str; private IPlotObject plot_nr; protected override void Create() { plot_str = AddPlot(new StringPlotAttributes("Text", Color.Yellow)); plot_nr = AddPlot(new PlotAttributes("test", EPlotShapes.Point, Color.Red)); } protected override void CalcBar(){ plot_str.Set("FLAT",...
by stocksbaron
22 Aug 2013
Forum: MultiCharts .NET
Topic: Scanner - can't mix data types in indicator? [SOLVED]
Replies: 4
Views: 2382

Scanner - can't mix data types in indicator? [SOLVED]

I have a complex indicator and I would like to output both text and numbers, e.g. Trend | Entry | Exit Up | 12.3 | 32.2 However, the scanner does not seem to support this scenario. In this case, the only option seems to me to create another text-output indicator based on the same functions that I ha...
by stocksbaron
25 Apr 2013
Forum: MultiCharts .NET
Topic: Output window no longer displays anything? [SOLVED]
Replies: 1
Views: 1854

Re: Output window no longer displays anything? [SOLVED]

A repair of the installation fixed it, but it was weird that it would not print anything...
by stocksbaron
25 Apr 2013
Forum: MultiCharts .NET
Topic: Output window no longer displays anything? [SOLVED]
Replies: 1
Views: 1854

Output window no longer displays anything? [SOLVED]

Hi guys, not sure how this is possible...I was able to write to the Output window to help debug my code, but it stopped working. Really, no error, everything compiles and runs just fine, but nothing is written to the Output window. I tried in all kinds of situations. See below a case of a simple met...
by stocksbaron
23 Apr 2013
Forum: MultiCharts .NET
Topic: PL Editor does not start? [SOLVED]
Replies: 2
Views: 2097

Re: PL Editor does not start? [SOLVED]

Thanks! It worked! Kind of hard to do structured programmed without user defined functions :)
by stocksbaron
22 Apr 2013
Forum: MultiCharts .NET
Topic: PL Editor does not start? [SOLVED]
Replies: 2
Views: 2097

PL Editor does not start? [SOLVED]

I started programming MC.NET using Visual Studio Pro 2010 instead of the PL Editor, and noticed that the PL editor no longer starts...I mean, it shows that it's running but there is no window of it anywhere, it just sits there in the task bar. Clicking on it doesn't do anything. Using the SE edition...
by stocksbaron
22 Apr 2013
Forum: MultiCharts .NET
Topic: Creating my own functions [SOLVED]
Replies: 1
Views: 1844

Creating my own functions [SOLVED]

Is there a way to create your own functions, or is the system designed to allow users to only create indicators and strategies? I'm talking about creating functions that I could then reference from different strategies and indicators.

Thanks!
by stocksbaron
10 Apr 2013
Forum: MultiCharts .NET
Topic: .NET SE Edition has a limitation in historical data?
Replies: 5
Views: 2908

.NET SE Edition has a limitation in historical data?

Hi, I'm using .NET SE edition with IB TWS4 (latest edition) and I've noticed that the data only goes back about a year, and it's also coming through slow. I did not experience these issues with the trial .NET edition. Are these design limitations of the SE version, or are there possible issues with ...

Go to advanced search