Search found 4 matches

by macs
22 Jun 2014
Forum: MultiCharts .NET
Topic: ITextObject
Replies: 1
Views: 1160

ITextObject

I'm trying to draw some custom text at points on the chart, and using the programming guide pg28 as a reference. My indicator code looks like this: protected override void CalcBar(){ // indicator logic if (<my conditions are met>) { ChartPoint top = new ChartPoint(Bars.TimeValue, Bars.HighValue); if...
by macs
24 Mar 2014
Forum: MultiCharts .NET
Topic: General strategy structure
Replies: 1
Views: 1228

General strategy structure

Hi all, Im very new to Multicharts and looking to create a custom strategy with a couple of price channels, stop loss, trailing stop etc. When creating my signal class that inherits from SignalObject, is it better practise to create one IOrderMarket instance and tell it to buy/sell etc from CalcBar,...
by macs
13 Nov 2013
Forum: MultiCharts .NET
Topic: VS2008 compile problem - references [SOLVED]
Replies: 3
Views: 2041

Re: VS2008 compile problem - references [SOLVED]

Thanks for the quick reply.

As VS2008 is no longer supported, it might be a good idea to modify the installer, to not install the file PLStudies8.sln
by macs
12 Nov 2013
Forum: MultiCharts .NET
Topic: VS2008 compile problem - references [SOLVED]
Replies: 3
Views: 2041

VS2008 compile problem - references [SOLVED]

I've installed MultiCharts .NET64 SE Version 8.7 Release (Build 7631). I have VS2008 installed, but during the installation, I did not install the VB.net components, just the C# When I load the solution PLStudies8.sln, I get the error message "C:\.....\PLStudiesVB8.csproj cannot be opened because it...

Go to advanced search