Signal stop calculating and didn't display any message.

Questions about MultiCharts .NET and user contributed studies.
Morgan
Posts: 16
Joined: 29 Oct 2014
Has thanked: 1 time
Been thanked: 1 time

Signal stop calculating and didn't display any message.

Postby Morgan » 15 Jan 2015

Hi,

I've a MC.Net strategy is running.
But I met one strange problem as below:

I sellshort 1 position at 1/12.
But it stopped calculating the strategy in some time I didn't know. (The Thread has crash?)
And didn't display the stoploss signal on the chart.
Therefore it didn't send stoploss order even the price reached it.
It looks like the strategy was stopping.


Until today(1/15), I found the problem and my position has lost much,
So I closed the order manually and force it recalculate.
(remove/re-add or edit the parameter of the strategy)
After I force it calculating, the stoploss order display on 1/13, the place it should be displayed.


However, the second strange point is I restart MC.Net every morning.
But even the MC.Net is restarted, the strategy seems not recalculate itself.
(The stoploss signal never displayed in past days until I force recalculating.)


So I want to know, what kind of issue I may met in MC.Net?
(I'm not sure if it's about the strategy stop calculating, but it looks like that.)
And how I can resolve it and prevent it to happen again?
Thanks~


Morgan
Last edited by Morgan on 15 Jan 2015, edited 1 time in total.

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

Re: Signal stop calculating and didn't display any message.

Postby Henry MultiСharts » 15 Jan 2015

Hello Morgan,

Please provide the following information:
What exact version and build number of MultiCharts are you running? (in MultiCharts go to Help tab-> About)
Which data provider do you use?
Which broker do you use?
What is your chart resolution?
Do you have realtime data for the instrument you are trading?
Is IOG enabled for your signals?
Are you referring to backtesting or forward testing or broker trading?
Which Auto Trading mode do you use (SA or AA) ?
How do you know that the strategy stopped calculating?
Have you tried debugging your code and verifying the stoploss order generation conditions?


Return to “MultiCharts .NET”