Crash in OnTimer

Created at 26 Aug 2014, 09:25
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
ST

StormeNet

Joined 13.12.2013

Crash in OnTimer
26 Aug 2014, 09:25


Hi,

I have the following exception happening:

25/08/2014 22:30:24.282 | Executing Market Order to Buy 10k EURCZK
25/08/2014 22:30:24.578 | ? Executing Market Order to Buy 10k EURCZK SUCCEEDED, Position PID24657760
25/08/2014 22:30:24.578 | USDCNH (Ask: 6.1574, Bid: 6.1524) False
26/08/2014 06:46:11.379 | Crashed in OnTimer with AlgoAbortedException: Exception of type 'Frontend.CrossDomain.Dispatchers.AlgoAbortedException' was thrown.
26/08/2014 06:46:12.887 | cBot "CreateTrades" was stopped for EURUSD, h1.

In my Ontimer I log to a csv file every 30 seconds but it stopped logging at 23:29 whilst the exception only happened at 6:47.

Any thoughts on the situation?


@StormeNet
Replies

Spotware
26 Aug 2014, 17:11

RE:

StormeNet said:

Hi,

I have the following exception happening:

25/08/2014 22:30:24.282 | Executing Market Order to Buy 10k EURCZK
25/08/2014 22:30:24.578 | ? Executing Market Order to Buy 10k EURCZK SUCCEEDED, Position PID24657760
25/08/2014 22:30:24.578 | USDCNH (Ask: 6.1574, Bid: 6.1524) False
26/08/2014 06:46:11.379 | Crashed in OnTimer with AlgoAbortedException: Exception of type 'Frontend.CrossDomain.Dispatchers.AlgoAbortedException' was thrown.
26/08/2014 06:46:12.887 | cBot "CreateTrades" was stopped for EURUSD, h1.

In my Ontimer I log to a csv file every 30 seconds but it stopped logging at 23:29 whilst the exception only happened at 6:47.

Any thoughts on the situation?

Did you press the Stop button?


@Spotware