Search found 17 matches

by ManuelVene
19 Jul 2018
Forum: MultiCharts
Topic: DLL in 64 bit MC
Replies: 2
Views: 1354

Re: DLL in 64 bit MC

I will for sure dig into the repository you linked! First time I see that one. I'll see as well if CodeTyphon x64 helps
by ManuelVene
19 Jul 2018
Forum: MultiCharts
Topic: DLL in 64 bit MC
Replies: 2
Views: 1354

DLL in 64 bit MC

Hello everyone, I've tried everything to get a dll to work, with no success whatsoever. To my knowledge, all threads about this topic are at least 3 to 4 years old, and it's difficult ti find anything really replicable on current softwares. The problem: write a dll, for MC64, with a simple function ...
by ManuelVene
20 Jul 2016
Forum: MultiCharts .NET
Topic: DLL default folder
Replies: 1
Views: 1729

DLL default folder

Hello everyone! I'm working on a project that requires extensive use of external DLLs, everything is working fine apart for a little detail that is getting annoying: I can't find where the default folder for DLL reference is located. I mean, after "using" directive some some libraries are shown by i...
by ManuelVene
15 Feb 2016
Forum: MultiCharts .NET
Topic: OCO Grouping
Replies: 1
Views: 1434

OCO Grouping

Hello, I can't figure out how to manage OCO grouping. Let's say I have a few Priced Order, like a couple stops, a buy over price and a sell below. I would like, once on of the two is triggered, the other to be cancelled. I know I could manually code this, but only for the case the two are triggered ...
by ManuelVene
21 Jan 2016
Forum: MultiCharts .NET
Topic: TS as Broker [SOLVED]
Replies: 1
Views: 1585

TS as Broker [SOLVED]

Hello guys, does anybody know if it is possible to use TS as broker with Multicharts? I know it is not supported by default, but maybe there is some bridge somewhere in the web. Has anyone ever heard of something like this? Thanks :) For however would like to have TS supported in next MC release, vo...
by ManuelVene
13 Nov 2015
Forum: MultiCharts .NET
Topic: What am I doing wrong? Can't access methods. [SOLVED]
Replies: 6
Views: 5971

Re: What am I doing wrong? Can't access methods. [SOLVED]

Ok, it's true, now that I tried it works with every non static methods as you said. The problem is when I want to access a method within another method, in that case the first has to be static, but still I many times need the output for many reasons. To get around this I worote a class called Log, w...
by ManuelVene
12 Nov 2015
Forum: MultiCharts .NET
Topic: What am I doing wrong? Can't access methods. [SOLVED]
Replies: 6
Views: 5971

What am I doing wrong? Can't access methods. [SOLVED]

Hello, when I create a function inside mi signale, let's say something like this: //... protected override void CalcBar() { //... int a = One(); } public static int One() { //... return 1; } //... Inside the body of the functions, in this case One(), I can't access stuff like Ouput.WriteLine(), or B...
by ManuelVene
18 Oct 2015
Forum: MultiCharts .NET
Topic: Permanent Pending Orders
Replies: 1
Views: 2880

Permanent Pending Orders

Hello! I was wondering if there is a way to create a pending order that doesn't disappear the next bar. I mean, I started recently with MC.NET, and for what I got so far, after a pending order is placed, let's say a sell stop, if it is not triggered during the next bar, that order won't exist anymor...
by ManuelVene
16 Jul 2015
Forum: MultiCharts .NET
Topic: Reference .dll [SOLVED]
Replies: 3
Views: 3692

Re: Reference .dll [SOLVED]

I've been looking for 2 hours for an answer, and I discovered it 2 minutes after posting the question on the forum...
Looking for hidden folders and exotic code patterns, when right click on editor space was just cool enough to work :(
by ManuelVene
16 Jul 2015
Forum: MultiCharts .NET
Topic: Reference .dll [SOLVED]
Replies: 3
Views: 3692

Reference .dll [SOLVED]

Hello Everyone! I need to use an external DLL. It is made for C#, so it should be quite easy to include it, but I can't find how to reference it inside a project. If I lunch Visual Studio from the PL.NET editor, it is straight forward to reference it, but when building the project an error occurs (n...
by ManuelVene
09 Jul 2015
Forum: MultiCharts .NET
Topic: Portfolio Keywords in .NET
Replies: 4
Views: 2607

Re: Portfolio Keywords in .NET

Thanks you so much, you were of great help.
by ManuelVene
08 Jul 2015
Forum: MultiCharts .NET
Topic: Portfolio Keywords in .NET
Replies: 4
Views: 2607

Re: Portfolio Keywords in .NET

Hello Henry, thanks you so much. It was of help int the sense that with PortfolioStrategies. I can get "Count()" method, with PortfolioStrategies[idx]. I can get some more methods like the equivalent of "pmms_strategy_deny_entries(idx)", but what if I needed the .NET equivalent of "pmms_strategy_max...
by ManuelVene
08 Jul 2015
Forum: MultiCharts .NET
Topic: Portfolio Keywords in .NET
Replies: 4
Views: 2607

Portfolio Keywords in .NET

Hello everyone! I recently started going into portfolio money management signals, and I've read again and again pretty much all the related documentation. I just started my first attempt in developing this kind of studies, and I'm already blocked. I con't figure out how, in .NET, to get info from pm...
by ManuelVene
16 Jun 2015
Forum: MultiCharts .NET
Topic: Print error
Replies: 4
Views: 2701

Re: Print error

Thank you so much mate, I really apappreciated your help!

:)
by ManuelVene
15 Jun 2015
Forum: MultiCharts .NET
Topic: Print error
Replies: 4
Views: 2701

Re: Print error

Ah, yes that makes sense. This means that the keywords documented in Multicharts wiki page are not available for .NET? Or at least not all of theme? Is there a complete keywords list for .NET? In the entire wiki site I couldn't find any reference to the stuff used in the thread you linked (thank you...
by ManuelVene
12 Jun 2015
Forum: MultiCharts .NET
Topic: Print error
Replies: 4
Views: 2701

Print error

Hello, I'm getting an error trying to output in a file. I really can't understand what's going on, the code is just so simple that I don't understand where the problem could be. I'm new to C#, and probably that is the real problem. By the way all I'm trying to do is printing in a Txt fie date and ti...

Go to advanced search