ILP_SiDmaAge-Feb2014

This is a very simple strategy based on two moving averages crossover. It has shown a good performance in the backtests. Let's see what happens in the contest!
Version: Date: Status: Description:
1.2 03.02.2014 Executed Slippage increased from 1 to 5  Download
1.1 03.02.2014 Not running Call to logging methods removed.  Download
1.0 03.02.2014 Executed This is a very simple strategy based on two moving averages crossover. It has shown a good performance in the backtests. Let's see what happens in the contest!  Download
ILP avatar
ILP 3 Feb.

Here we go!

ILP avatar
ILP 3 Feb.

The strategy was stopping again and again. I have removed the invocations to tracing methods and drawing on the chart that I was using so far on my local tests.

ILP avatar
ILP 3 Feb.

I hope v1.1 to work better now...

ILP avatar
ILP 3 Feb.

Still in troubles. The strategy still appears as "not running". It runs for a while (minutes) and then stop. I have no feedback, so I do not know what can be the problem. I have written a message to request support ... waiting for reply ...

ILP avatar
ILP 7 Feb.

It seems my code was generating exceptions because of this:

this.openedChart = context.getChart(myInst);
this.factory = openedChart.getChartObjectFactory();

This is because it is not possible to open charts on Remote Server.

I have fixed the bug (I hope), but I have to wait now until the next month... :-(

Good luck to the other participants!

orto leave comments


(few words about added changes)

(example: 1.1, beta, alpha)