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!
バージョン: 日付: ステータス: 記述:
1.2 03.02.2014 Executed Slippage increased from 1 to 5  ダウンロード
1.1 03.02.2014 Not running Call to logging methods removed.  ダウンロード
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!  ダウンロード
ILP avatar
ILP 2014年02月03日

Here we go!

ILP avatar
ILP 2014年02月03日

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 2014年02月03日

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

ILP avatar
ILP 2014年02月03日

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 2014年02月07日

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!

もしくはコメントを残す


(どの点を追加変更したのかについて簡潔な説明)

(例: 1.1, beta, alpha)