Search found 8 matches

by hoimlet
23 May 2016
Forum: MultiCharts .NET
Topic: Optimization Report - Max Intraday Drawdown [SOLVED]
Replies: 3
Views: 3103

Re: Optimization Report - Max Intraday Drawdown [SOLVED]

Suppose:

On Day 1 there are two trades. Trade 1 drawdown is $100. Trade 2 drawdown is $70. Will Max Intraday Drawdown in the Optimization Report be $100 or $170?
by hoimlet
23 May 2016
Forum: MultiCharts .NET
Topic: Optimization Report - Max Intraday Drawdown [SOLVED]
Replies: 3
Views: 3103

Optimization Report - Max Intraday Drawdown [SOLVED]

In the Optimization Report--

How is Max Intraday Drawdown calculated?

Thanks!
by hoimlet
17 Feb 2016
Forum: MultiCharts .NET
Topic: Reversing -- separate orders combined
Replies: 2
Views: 1916

Reversing -- separate orders combined

In my MC .NET code, when I want to reverse, I have something like this: myLongExitOrder.Send(); myShortEntryOrder.Send(); These get called in the same call to CalcBar(). Multicharts, however, does not send two orders to our (custom) broker plugin. Instead it sends a single sell order. For example, i...
by hoimlet
17 Feb 2016
Forum: MultiCharts .NET
Topic: Kansas City MC Users Group
Replies: 1
Views: 2286

Re: Kansas City MC Users Group

Yes.
by hoimlet
06 Oct 2015
Forum: MultiCharts .NET
Topic: Testing algorithm correctness
Replies: 4
Views: 3175

Re: Testing algorithm correctness

Portfolio Trader:
Run a saved portfolio from the command line, and,
automatically save the generated reports to the file system.

This way, we can automate our strategy testing. (Meaning, test if it gives the correct trades on a given day; that the algorithm is working correctly.)
by hoimlet
01 Oct 2015
Forum: MultiCharts .NET
Topic: Equivalent way to route orders to an exchange?
Replies: 1
Views: 1662

Equivalent way to route orders to an exchange?

In TS, to send an order to a particular exchange (ARCA in this example):

Code: Select all

SetRouteName("ARCA")


Is there something similar in MC .NET? Or must we use the TradeManager (and how is that done)?

Thank you
by hoimlet
24 Sep 2015
Forum: MultiCharts
Topic: Connect Multicharts to IB without TWS [SOLVED]
Replies: 6
Views: 3100

Re: Connect Multicharts to IB without TWS [SOLVED]

IB Gateway is a simple solution. It's very stable and I've kept it up for a week at a time.
by hoimlet
23 Sep 2015
Forum: MultiCharts .NET
Topic: Testing algorithm correctness
Replies: 4
Views: 3175

Testing algorithm correctness

Hi everyone, I'm interested to hear how people test their trading programs for correctness (does it enter and exit when it is supposed to). Background: I test my own software by saving a short series of ticks and running the trigger code through unit tests. However, using MC .NET, I've found the mai...

Go to advanced search