Alert

Questions about MultiCharts .NET and user contributed studies.
beck donald
Posts: 199
Joined: 25 Jan 2008
Has thanked: 2 times
Been thanked: 7 times

Alert

Postby beck donald » 31 Jan 2014

Henry,

If you have the automation set to have the information provided for by the broker.
And
You select an audio file for trading info "order filled" etc. in the automation tab.

When chart conditions meet the order, it says order filled.

It would be helpful, if when one selects updates on the charts to come from the broker or Sync with broker, the sound file would play when the broker fills it.

Thank you,
Don

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Alert

Postby Henry MultiСharts » 04 Feb 2014

Hello Don,

If you are referring to the Audio Alert option of the Format tab->Strategy properties->Auto trading tab then this alert is triggered when the order generated by the strategy receives the final status Cancel, Reject or Filed. You can check the statuses of the orders in Order and Position tracker->Orders tab.

That is possible to check the order status in the OPT Orders tab or market position change, current contracts change from the code to generate the alert only when there is an actual fill. You need to implement such alert logic in your code and enable alerts in Format tab->Strategy properties->Alerts.

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

Re: Alert

Postby JoshM » 06 Feb 2014

Speaking of alerts in MC .NET, I just made a feature request relating to alerts:

[MC .NET] Make Alerts tab of OPT accessible.

Should this also interest you, add your vote to it. :)


Return to “MultiCharts .NET”