Search found 25 matches

by ALC
02 Oct 2014
Forum: MultiCharts .NET
Topic: Bars with Zero, Negative values or not coherent prices [SOLVED]
Replies: 3
Views: 1625

Re: Bars with Zero, Negative values or not coherent prices [SOLVED]

Both of them if you want:

How does MC manage those 3 situations?
1) One of the 4 prices is missing
2) Negative
3) Not coherent

And if there is any tool/way/script to check fix them in Quote Manager.

Thanks.

ALC.
by ALC
02 Oct 2014
Forum: MultiCharts .NET
Topic: Bars with Zero, Negative values or not coherent prices [SOLVED]
Replies: 3
Views: 1625

Bars with Zero, Negative values or not coherent prices [SOLVED]

My question is relatively simple, I made a small script to test the quality of the data I'm using: var cond1 = bar.OpenValue == 0; var cond2 = bar.HighValue == 0; var cond3 = bar.LowValue == 0; var cond4 = bar.CloseValue == 0; var condPriceMissing = cond1 || cond2 || cond3 || cond4; var cond5 = bar....
by ALC
24 Sep 2014
Forum: MultiCharts
Topic: Performance indicators & money management in portfoliotrader [SOLVED]
Replies: 6
Views: 1907

Re: Performance indicators & money management in portfoliotr [SOLVED]

When I use:
netprofit
maxiddrawdown

the MC functions in my strategy code for example...
by ALC
24 Sep 2014
Forum: MultiCharts
Topic: Performance indicators & money management in portfoliotrader [SOLVED]
Replies: 6
Views: 1907

Re: Performance indicators & money management in portfoliotr [SOLVED]

Hi Andrew, I'm using this code in each strategy not in the money management one: pmm_set_my_named_num("PriorityValue", 1); if netprofit > 0 and absvalue(maxiddrawdown)> 0 then pmm_set_my_named_num("PriorityValue", netprofit / absvalue(maxiddrawdown)); I mean for example on the above code the: netpro...
by ALC
18 Sep 2014
Forum: MultiCharts
Topic: Performance indicators & money management in portfoliotrader [SOLVED]
Replies: 6
Views: 1907

Performance indicators & money management in portfoliotrader [SOLVED]

I got a small question regarding the portfolio trader. The scenario is as follow: 1) We do have at list of trading systems. 2) Each one of systems is generating signals to enter and exit the market independently from the other systems. 3) we get a money management system that selects the top five in...
by ALC
22 Jul 2014
Forum: MultiCharts
Topic: Portfolio, how to rank the best instruments?
Replies: 1
Views: 1113

Portfolio, how to rank the best instruments?

I am just wondering about the best method to select between a basket of instruments and trading systems the best ones in order to obtain a portfolio optimized for a predefined fit function. Actually the best idea that comes to my mind is to use an optimization with some line of code and some inputs ...
by ALC
23 Jun 2014
Forum: MultiCharts
Topic: Portfolio equity curve analysis
Replies: 1
Views: 932

Portfolio equity curve analysis

The equity curve analysis is available for symbol by symbol.

I'm not able to get it for the full portfolio; so I'm not able to understand if the portfolio is performing better than the single symbol. Where can I get the equity curve analysis for the full portfolio?

Thanks.
Alc.
by ALC
12 Jun 2014
Forum: MultiCharts
Topic: Best math indicator to identify a good-looking equity line
Replies: 4
Views: 1511

Re: Best math indicator to identify a good-looking equity li

I like both the ideas, in particular the StdDev of the equity line. One of the things that usually is not part of the optimization process is the number of the trades... I am thinking to express it with the formula like: (NumberOfTrades/NumberOfBars) so the higher the better, what you think about it...
by ALC
09 Jun 2014
Forum: MultiCharts
Topic: Best math indicator to identify a good-looking equity line
Replies: 4
Views: 1511

Best math indicator to identify a good-looking equity line

While back testing and optimizing a battery of systems one of the most important factors in order to recognize a good and solid system respect to a poor one is obviously the equity line. So I am wondering in your opinion which is the best indicator to use for ranking/optimization based on the sharpn...
by ALC
07 Jun 2014
Forum: MultiCharts .NET
Topic: MULTICHARTS .NET 9.0 BETA 1
Replies: 3
Views: 2105

Re: MULTICHARTS .NET 9.0 BETA 1

Changes on the pace of the Pre Scanning of the Scanner in Multicharts. Actually I have encountered a big difference respect to the previous version regarding the pace of the pre-scanning feature of the scanner in Multicharts. As before it is actually managing 30 slots, but looking at the quote mana...
by ALC
22 Mar 2014
Forum: MultiCharts .NET
Topic: How to save the positions of the detached windows
Replies: 3
Views: 1467

Re: How to save the positions of the detached windows

MultiCharts .NET64 Version 8.8 Release (Build 8595) on Win7 64
2 Screens managed directly by the Graphic card.
by ALC
17 Mar 2014
Forum: MultiCharts .NET
Topic: How to save the positions of the detached windows
Replies: 3
Views: 1467

How to save the positions of the detached windows

I have tried saving both the Workspace and the Desktop...
But seems that none of them is saving the position of the detached windows.
Is a bug or I'm missing something?
by ALC
27 Sep 2012
Forum: MultiCharts .NET
Topic: MultiCharts .NET 8.1 Beta 1 Release
Replies: 46
Views: 20909

Re: MultiCharts .NET 8.1 Beta 1 Release

When the WeBank support will be released? I was told on the 8., so now when it should be? Thanks. Hello ALC, WeBank support has not been implemented yet. There is no ETA when it will be publicly available. I understand, but I'm just a bit confused, on the Project management is still under the 8.1, ...
by ALC
26 Sep 2012
Forum: MultiCharts .NET
Topic: MultiCharts .NET 8.1 Beta 1 Release
Replies: 46
Views: 20909

Re: MultiCharts .NET 8.1 Beta 1 Release

When the WeBank support will be released?
I was told on the 8., so now when it should be?
Thanks.
by ALC
25 Sep 2012
Forum: MultiCharts .NET
Topic: 8.1 Release date [SOLVED]
Replies: 9
Views: 5885

Re: 8.1 Release date [SOLVED]

Following the two new beta...

Beta Version 64-bit: Version: 8.0.6047 Beta 1
Beta Version 32-bit: Version: 8.1.6048 Beta 1

Do they include the WeBank support?
by ALC
11 Sep 2012
Forum: MultiCharts .NET
Topic: 8.1 Release date [SOLVED]
Replies: 9
Views: 5885

Re: 8.1 Release date [SOLVED]

Thanks for the good news, Henry!
by ALC
10 Sep 2012
Forum: MultiCharts .NET
Topic: 8.1 Release date [SOLVED]
Replies: 9
Views: 5885

8.1 Release date [SOLVED]

The 8.1 seems to be an important release, someone knows when is expected?
Someone told me before the end of September...
by ALC
08 Sep 2012
Forum: MultiCharts .NET
Topic: How to add more than one plot to Scanner Window? [SOLVED]
Replies: 5
Views: 3258

Re: How to add more than one plot to Scanner Window? [SOLVED]

Yes, Same question here... I confirm it shows only the Plot1.
Pls. Help.
by ALC
08 Aug 2012
Forum: MultiCharts .NET
Topic: VB or C#
Replies: 14
Views: 7755

Re: VB or C#

Why seems to be impossible to evaluate ANY expression during the debug in vb.net, while it works well in C#? This is the procedure I have followed: -Open the study in VS 2010 -Set a brakpoint on the code -Attach to the Multicharts process -Reload the chart with the study applied Well the breakpoint ...
by ALC
05 Aug 2012
Forum: MultiCharts
Topic: Best Brokers and Data feed providers for Italian customers
Replies: 5
Views: 1699

Re: Best Brokers and Data feed providers for Italian custome

I have seen that finally the Multicharts dev team have implemented the interface for the broker WeBank, any feedback from the actual customers?
by ALC
05 Aug 2012
Forum: MultiCharts .NET
Topic: How to access data of any symbol from scripts [SOLVED]
Replies: 4
Views: 4487

Re: How to access data of any symbol from scripts [SOLVED]

Can someone please provide a small example of the code in c# or vb regarding the DataLoader and the returned DataObject. In particular I'm not able to find any reference/help on the Callback function and on the Status of the BeginLoadData.

Thanks.
by ALC
10 Jul 2012
Forum: MultiCharts
Topic: Best Brokers and Data feed providers for Italian customers
Replies: 5
Views: 1699

Re: Best Brokers and Data feed providers for Italian custome

Yes Josh! You are right the Amp Clearing do not cover the stock market, only futures. By the way CQG covers it! Source: cqg.com/Docs/CQGExchanges.pdf And CQG is on the list of the compatible datafeeds... Source: www.multicharts.com/market-data-feeds/ So I thought it is possible to use CQG at least a...
by ALC
10 Jul 2012
Forum: MultiCharts
Topic: Best Brokers and Data feed providers for Italian customers
Replies: 5
Views: 1699

Re: Best Brokers and Data feed providers for Italian custome

Dear Laurent, Thanks for your answer from France, yes IwBank is an Italian firm. By the way the best configuration at the moment would be IwBank + e Signal This means: IwBank: QuickTrade (20 Eur) + PEI (25 Eur) = 45 Euro month eSignal: Datafeed only = 100 Euro month Total = 145 Euro month I'm trying...
by ALC
09 Jul 2012
Forum: MultiCharts
Topic: Best Brokers and Data feed providers for Italian customers
Replies: 5
Views: 1699

Best Brokers and Data feed providers for Italian customers

I’m trying to build a reference thread with useful info about the best brokers for Italian customers. Actually I'm using: Broker: WeBank (not connected to Multicharts) (20 Euro month) Datafeed: eSignal (100 Euro month) (190 Days of hisotry on 1 minute data) I’m mainly trading etfs, by the way someti...

Go to advanced search