Search found 42 matches

by bluejack
22 Apr 2013
Forum: MultiCharts .NET
Topic: MC.NET needs more aggressive marketing [SOLVED]
Replies: 17
Views: 7340

Re: MC.NET needs more aggressive marketing [SOLVED]

Hi Henry, there was no mail announcement about MC .NET SE yet. Is this intended?
by bluejack
09 Apr 2013
Forum: MultiCharts .NET
Topic: MC.NET needs more aggressive marketing [SOLVED]
Replies: 17
Views: 7340

Re: MC.NET needs more aggressive marketing [SOLVED]

Thank you very much for considering my suggestion!! With the price increase in January you lost me to AB but I will take a look at Multicharts.NET SE again and probably return because I really like C# as a programming language and want Multicharts.NET to be a success. I think the community will grow...
by bluejack
03 Jan 2013
Forum: MultiCharts .NET
Topic: MC .NET 8.5 Beta2 : Visual Basic MA Adaptive is not compatib [SOLVED]
Replies: 2
Views: 2512

Re: MC .NET 8.5 Beta2 : Visual Basic MA Adaptive is not comp [SOLVED]

Did you try to directly specify Me.effratiolength instead of the new Lambda expressions? I'm guessing from the error message that these length variables should be simple Integers. It seems you have to do this: Me.m_adaptivemovavg1.effratiolength = Me.effratiolength Me.m_adaptivemovavg1.fastavglength...
by bluejack
07 Dec 2012
Forum: MultiCharts .NET
Topic: Forum Posts are Centered
Replies: 3
Views: 2204

Re: Forum Posts are Centered

Works for me in IE 10
by bluejack
06 Dec 2012
Forum: MultiCharts .NET
Topic: MC.NET needs more aggressive marketing [SOLVED]
Replies: 17
Views: 7340

MC.NET needs more aggressive marketing [SOLVED]

To make the ecosystem around MC.NET strongly grow and healthy I think its inevitable to use a similar model like NT. Make a light edition which is free and snaps more and more developers to MC.NET but make any trading capability a premium feature. There could be other premium features like the new V...
by bluejack
04 Dec 2012
Forum: MultiCharts .NET
Topic: .NET APIs do not follow the C# Conventions
Replies: 20
Views: 10103

Re: .NET APIs do not follow the C# Conventions

I would be happy to see an improved version of the API. Its early enough to do this step. The longer you wait the more must be changed.
by bluejack
27 Sep 2012
Forum: MultiCharts .NET
Topic: .Net 4.0 support
Replies: 8
Views: 4316

Re: .Net 4.0 support

Threads can also be used with 1.0-3.5 .NET. Only change is that 4.0 makes it easier to parallelize with less code.
by bluejack
26 Sep 2012
Forum: MultiCharts .NET
Topic: Massive memory usage on MC.net
Replies: 22
Views: 7797

Re: Massive memory usage on MC.net

I suggest if the devs can't reproduce it to send a memory dump to them. They should be able to analyze this. 2GB mem usage is not normal.
by bluejack
25 Sep 2012
Forum: MultiCharts .NET
Topic: Massive memory usage on MC.net
Replies: 22
Views: 7797

Re: Massive memory usage on MC.net

Latest beta had some fix about memory usage. Try it.
by bluejack
20 Sep 2012
Forum: MultiCharts .NET
Topic: 8.1 Release date [SOLVED]
Replies: 9
Views: 5897

Re: 8.1 Release date [SOLVED]

MultiCharts .Net 8.1 is expected this week.
Any news? Is it delayed?
by bluejack
11 Sep 2012
Forum: MultiCharts .NET
Topic: THANK YOU SO MUCH !!!!!!!!!! And Congratulation !!!!!
Replies: 4
Views: 3058

Re: THANK YOU SO MUCH !!!!!!!!!! And Congratulation !!!!!

I still hope that they would work through more issues reported in the project management. Many valid issues are deferred and ignored forever it seems.

But thanks for the dedication to work on MultiCharts from me too.
by bluejack
29 Aug 2012
Forum: MultiCharts .NET
Topic: PLStudio2010 project target framework is always .NET 4
Replies: 7
Views: 3688

Re: PLStudio2010 project target framework is always .NET 4

Should be an easy fix. Or MultiCharts.NET should use .NET 4 which is the best option imo.
by bluejack
29 Aug 2012
Forum: MultiCharts .NET
Topic: Strategy on ranked instruments
Replies: 2
Views: 2747

Strategy on ranked instruments

Is the following strategy possible to write in MC.NET? Everyday a set of 100 stocks is evaluated to a certain value as result (e.g. RSI). These stocks are then ranked/sorted by that value and the strategy should issue buy or sell orders on up to 10 stocks on the list (highest ranked and above a tres...
by bluejack
29 Aug 2012
Forum: MultiCharts .NET
Topic: PLStudio2010 project target framework is always .NET 4
Replies: 7
Views: 3688

Re: PLStudio2010 project target framework is always .NET 4

If you open it from PowerLanguage editor I think the files are generated new everytime.
by bluejack
28 Aug 2012
Forum: MultiCharts .NET
Topic: Use as default not working for indicators for colors and wei
Replies: 5
Views: 3121

Re: Use as default not working for indicators for colors and

Walter, all default values are specified while constructing the corresponding object. That means there is no need in "Use as default" option for study style. It will be eliminated in one of the future versions of MultiCharts .Net. From a user point of view it would be important that this feature "U...
by bluejack
28 Aug 2012
Forum: MultiCharts .NET
Topic: MC.Net vs regular MC comparison list [SOLVED]
Replies: 32
Views: 19166

Re: MC.Net vs regular MC comparison list [SOLVED]

It would wonder me if such a pln file is usable in both versions as that would mean you can develope in .NET with the standard version of MultiCharts. I would for sure welcome such a feature as it brings both worlds together. As for now we are a splitted community.
by bluejack
13 Aug 2012
Forum: MultiCharts .NET
Topic: Access to more than one symbol in a chart
Replies: 1
Views: 2292

Re: Access to more than one symbol in a chart

Did you try BarsOfData(x)? I saw it in the help.
by bluejack
11 Aug 2012
Forum: MultiCharts
Topic: Locating dll files for 64 bit MC 8.0 [SOLVED]
Replies: 2
Views: 1587

Re: Locating dll files for 64 bit MC 8.0 [SOLVED]

You can't load 32 bit dll's into 64 bit software. You would need the 64 bit dll.

Perhaps Multicharts has some workaround so theres still some hope.
by bluejack
11 Aug 2012
Forum: User Contributed Studies
Topic: VB example code [SOLVED]
Replies: 13
Views: 8826

Re: VB example code [SOLVED]

How would this work in regards of NT code?
You can't magically convert NT code to Multicharts as it uses a completely different framework.
by bluejack
11 Aug 2012
Forum: MultiCharts .NET
Topic: VB or C#
Replies: 14
Views: 7820

Re: VB or C#

I use VS2010 + Resharper all the time and have no problems with it. Performance is ok for me and I edited already files with 5k+ line code with it. Far from what we will have here. Just my opinion.
by bluejack
10 Aug 2012
Forum: MultiCharts .NET
Topic: VB or C#
Replies: 14
Views: 7820

Re: VB or C#

Is there a special reason for recommending version 2008, or is it okay to use version 2010 as well?
Where was VS2008 recommended? VS2010 is the way to go.
by bluejack
09 Aug 2012
Forum: MultiCharts
Topic: Serious Order Status Problem with IB's API
Replies: 7
Views: 2333

Re: Serious Order Status Problem with IB's API

They should release a hotfix for this.
by bluejack
09 Aug 2012
Forum: MultiCharts
Topic: Can we create ratio charts such as Dow/Gold? [SOLVED]
Replies: 2
Views: 1124

Re: Can we create ratio charts such as Dow/Gold? [SOLVED]

There should be a spread ratio indicator if I remember right.
by bluejack
08 Aug 2012
Forum: MultiCharts .NET
Topic: MultiCharts .NET Release
Replies: 49
Views: 20377

Re: MultiCharts .NET Release

This is probably no issue, but just checking so that I don't install 'incompatible' versions: Can a .pln file exported with a 32bit version be imported & compiled in the 64bit version, and vice versa? Yes because its only source code with some meta information. Is there a way to let the MC .NET edi...
by bluejack
08 Aug 2012
Forum: MultiCharts .NET
Topic: MC .Net performance
Replies: 5
Views: 7623

Re: MC .Net performance

Please be more precise. Do you mean Virtual Machine by VM? PL code is compiled to a dll. Yes I meant a Virtual Machine. I just wondered how PowerLanguage of the standard MultiCharts edition is compiled. So did I understand right, you create a dll consisting of x86 machine code when compiling PowerL...
by bluejack
08 Aug 2012
Forum: MultiCharts .NET
Topic: PaintBar [SOLVED]
Replies: 10
Views: 7338

Re: PaintBar [SOLVED]

Really awesome! Very cool. The only drawback it seems if its made as custom draw that its no real object (or plot) in the chart. So you can't click with mouse on it directly to select it and change input parameters. Is it possible to make PlotObjects (like the PPB_MA above) the same way? Fully custo...
by bluejack
08 Aug 2012
Forum: MultiCharts .NET
Topic: MC .Net performance
Replies: 5
Views: 7623

Re: MC .Net performance

@Dave:
Is EasyLanguage/PowerLanguage code running in a VM? Is it compiled to byte code or machine code?
by bluejack
07 Aug 2012
Forum: MultiCharts .NET
Topic: MultiCharts .NET Release
Replies: 49
Views: 20377

Re: MultiCharts .NET Release

is it possible to use indicators and strategies compiled in EL as well as .Net in same platform? Also is it possible to call function of one from another language?
No thats not possible. The EL engine is not included in MC.NET. Thats why studies and strategies have to be rewritten into .NET code.
by bluejack
07 Aug 2012
Forum: MultiCharts .NET
Topic: MultiCharts .NET Release
Replies: 49
Views: 20377

Re: MultiCharts .NET Release

I want to mention that in my opinion MC.NET is way more powerful in what users can do with it once they learned the new platform. I see several scenarios which will be impossible to do in standard MultiCharts. Flexibility is the main selling point for MC.NET and will certainly be extended in future ...
by bluejack
07 Aug 2012
Forum: MultiCharts .NET
Topic: PaintBar [SOLVED]
Replies: 10
Views: 7338

Re: PaintBar [SOLVED]

Works nicely as indicator if its exactly overlayed over the standard barchart. Is there a way to influence the drawing of a bar directly? That would be awesome. In other words is it possible to take full control over drawing a bar or candle? Like drawing candles with gradient colors depending on ind...
by bluejack
07 Aug 2012
Forum: MultiCharts .NET
Topic: Indicator Market Depth on Chart 2 [SOLVED]
Replies: 4
Views: 5429

Re: Indicator Market Depth on Chart 2 [SOLVED]

I appended a solution for the price format here viewtopic.php?f=20&t=10680

Volume formatting can be done easily too in the code.
by bluejack
06 Aug 2012
Forum: User Contributed Studies
Topic: Market Depth on Chart [SOLVED]
Replies: 9
Views: 8532

Re: Market Depth on Chart [SOLVED]

Market Depth on chart 2 is interesting, but it does not recognize the numbers of decimals of the instrument. Which is the line of code to modify ? I fixed it. The problem was that the price format was not considering the price scale of a symbol. (Import the attached .pln File with PowerLanguage Edi...
by bluejack
06 Aug 2012
Forum: MultiCharts .NET
Topic: PaintBar [SOLVED]
Replies: 10
Views: 7338

Re: PaintBar [SOLVED]

Could you provide an example which shows blue bars if Close > MA and red bars if Close < MA?
by bluejack
06 Aug 2012
Forum: MultiCharts .NET
Topic: Problem adding reference to external C# .dll [SOLVED]
Replies: 13
Views: 9720

Re: Problem adding reference to external C# .dll [SOLVED]

@rivertrader:
Seems you have to add the reference from inside the PowerLanguage .NET Editor.

Rightclick into script => References...
by bluejack
06 Aug 2012
Forum: MultiCharts .NET
Topic: IChartCustomDrawer Interface
Replies: 13
Views: 5160

Re: IChartCustomDrawer Interface

When you are calling EventDraw you can send the DrawContext parameter.
You meant when you use the callback EventDraw you *get* a DrawContext object which in turn can be used to convert pixels to chart space and versa.
by bluejack
06 Aug 2012
Forum: MultiCharts .NET
Topic: MC.Net vs regular MC comparison list [SOLVED]
Replies: 32
Views: 19166

Re: MC.Net vs regular MC comparison list [SOLVED]

Please provide mode details. Which library are you trying to use and what does not work exactly?
Please see viewtopic.php?f=19&t=10709 and https://www.multicharts.com/pm/viewissu ... no=MC-1079
by bluejack
06 Aug 2012
Forum: MultiCharts .NET
Topic: IChartCustomDrawer Interface
Replies: 13
Views: 5160

Re: IChartCustomDrawer Interface

A ChartPoint is only a structure consisting of Price and Time.

You have to create a new ChartPoint structure and set the price and time fields e.g. with help of the Bars object.
by bluejack
05 Aug 2012
Forum: MultiCharts .NET
Topic: MC.Net vs regular MC comparison list [SOLVED]
Replies: 32
Views: 19166

Re: MC.Net vs regular MC comparison list [SOLVED]

The major advantage is now being able to link MC to an incredible amount of 3rd party libraries and software
Yes when we know how to add the dependency as it unfortunately didn't work yet.
by bluejack
03 Aug 2012
Forum: MultiCharts .NET
Topic: Simplified syntax for input properties
Replies: 7
Views: 4387

Re: Simplified syntax for input properties

Another way to initialize the auto property is by setting the value in the constructor.

Code: Select all

public TestStrategy(object _ctx):base(_ctx)
{
AtrLength = 10;
}

[Input]
public int AtrLength { get; set; }
by bluejack
03 Aug 2012
Forum: MultiCharts .NET
Topic: Use of Lambda object? [SOLVED]
Replies: 7
Views: 5215

Re: Use of Lambda object? [SOLVED]

Lambda is used to supply a function for a data point in the series. In this case its a simple function which always returns the "length"-number for every point in the length data series. When the code runs through the average series it will call your "return length;" function for every point and req...
by bluejack
03 Aug 2012
Forum: MultiCharts .NET
Topic: Simplified syntax for input properties
Replies: 7
Views: 4387

Re: Simplified syntax for input properties

There is one subtlety with properties. Properties are public accessor methods; as such they are much slower than direct variable access. So.. if you are going to be accessing the property internally in your class, it is better to use the verbose version and access the private members (for simple ac...
by bluejack
02 Aug 2012
Forum: MultiCharts .NET
Topic: Bug: Trendline Drawing [SOLVED]
Replies: 1
Views: 4930

Bug: Trendline Drawing [SOLVED]

Since I didn't find the appropriate section in the project management for MultiCharts.NET I will report that bug here.

When I draw a trendline it draws multiple lines at once. When I release the mousebutton these lines disappear.

See attached screenshot.

Go to advanced search