Search found 8 matches

by lavalampmj
29 Nov 2013
Forum: MultiCharts .NET
Topic: Strategy Performance / Bar Magnifier
Replies: 3
Views: 1545

Re: Strategy Performance / Bar Magnifier

OK understood. As an enhancement, you might wish to consider using the most granular data available in the generation of statistics, as this makes the stats' more accurate. This is especially important if the data1 series are large, like daily bars for example. It is useful to know when stops and ta...
by lavalampmj
27 Nov 2013
Forum: MultiCharts .NET
Topic: Strategy Performance / Bar Magnifier
Replies: 3
Views: 1545

Strategy Performance / Bar Magnifier

When back-testing or optimizing with the bar magnifier on, you get finer fill granularity and gain greater certainty that stop and targets are hit in the correct order. Excellent feature! However, when reviewing the Strategy Performance -> Trade List, with magnifier on, the entry and exit times of s...
by lavalampmj
20 Nov 2013
Forum: MultiCharts .NET
Topic: IDateTimeFilter usage
Replies: 2
Views: 1353

Re: IDateTimeFilter usage

Thanks.
by lavalampmj
19 Nov 2013
Forum: MultiCharts .NET
Topic: Interfaces vs Objects [SOLVED]
Replies: 6
Views: 2667

Re: Interfaces vs Objects [SOLVED]

I have to agree, as a new C# developer. (I have a great deal of experience with trading scripting languages, so I contextually I get all the nuances of trading platforms etc). But I needed to venture into c#.Net to accomplish important aspects that could not be accomplished in say EasyLanguage. At p...
by lavalampmj
19 Nov 2013
Forum: MultiCharts .NET
Topic: BackTesting Emulation data in Order and Position Tracker
Replies: 3
Views: 1312

BackTesting Emulation data in Order and Position Tracker

It seems that back test simulation fill engine cannot integrated with the Order and Position Tracker Window. It would really helpful to be able to configure the backtest engine to drop stats into these interfaces.
by lavalampmj
19 Nov 2013
Forum: MultiCharts .NET
Topic: IDateTimeFilter usage
Replies: 2
Views: 1353

IDateTimeFilter usage

I can find no example code how to properly use the IDateTimeFilter to exclude members of ILogs, IOrders and IPositions collections. Could MC either provide a simple example or point me to an existing example code.

Thanks.
by lavalampmj
15 Nov 2013
Forum: MultiCharts
Topic: Iteration over same OHLCV data?
Replies: 4
Views: 1321

Re: Iteration over same OHLCV data?

No, I am asking whether I can in effect create my own optimizer. BTW, it would not be for param' optimization as you have good solutions for this, but for logic construction - something akin to genetic programming. Although the search process would be driven by various evolutionary algorithms, inclu...
by lavalampmj
14 Nov 2013
Forum: MultiCharts
Topic: Iteration over same OHLCV data?
Replies: 4
Views: 1321

Iteration over same OHLCV data?

Does MC provide a public class/method to enable programmatic iteration over the same OHLCV input data? Similar to how the brute or GA optimizer rewind and recalculate N times?

This capability would enable some research I'm doing into strategy development and optimization.

Thanks for your thoughts

Go to advanced search