Order Notification along the lines of TS  [SOLVED]

Questions about MultiCharts .NET and user contributed studies.
justme
Posts: 56
Joined: 08 Jan 2015
Has thanked: 9 times
Been thanked: 3 times

Order Notification along the lines of TS

Postby justme » 15 Jun 2015

Hi, in the TradeManager of TS, we can have it send out an email each time an order is created, canceled, filled etc. Does MC have the ability to send out emails with order notifications?

Thanks.

User avatar
JoshM
Posts: 2195
Joined: 20 May 2011
Location: The Netherlands
Has thanked: 1544 times
Been thanked: 1565 times
Contact:

Re: Order Notification along the lines of TS

Postby JoshM » 16 Jun 2015

Hi, in the TradeManager of TS, we can have it send out an email each time an order is created, canceled, filled etc. Does MC have the ability to send out emails with order notifications?
Yes, if you make it yourself. The `OnBrokerPositionChange()` method, for example, is executed when the market position and/or average entry price changes at the broker. You can then create your own email message programmatically, for example with SmtpClient.

justme
Posts: 56
Joined: 08 Jan 2015
Has thanked: 9 times
Been thanked: 3 times

Re: Order Notification along the lines of TS  [SOLVED]

Postby justme » 17 Jun 2015

Hi Josh, as always thanks for jumping in and helping.

As I keep my broker offline my work around was to write in PL a little file dump each time my entry or exit prices change. I then have an app which picks up those files and emails from there.


Return to “MultiCharts .NET”