Still working on my system using Amibroker. Here are a few things that I've tried, the work continues.
- I've incorporated Heiken Ashi charts for visual representation of trends.
- I'm now using a plug in dll for stops. It's called REM, and it's available on the yahoo Amibroker groups.
- I'm using FOREX data to test with since there are hardly any gaps. The downfall is that there is also no volume info available. But since I'm not using any volume related indicators, it's OK.
- Trying to incorporate the IB Controller plug in. It allows the buy & sell signals generated within Amibroker to transmit order to Interactive Brokers TWS application for placing orders. Wave files can also be triggered to tell you what is going on without watching the screen. It's not quite there yet. I'm using the paper trading account to test this functionality.
- I have incorporated signals from a Zero Lag indicator. It give similar signals compared to Stochastic but a bit earlier. I got this indy from Amibrokerfan.com. Mike, the admin, uses 5 indy's and Heiken Ashi charts for trading the emini. His system looks like it works but he doesn't advertise his loosing trades too much so who really knows.
- I continue to struggle with finding something that can do better than 5 to 10% CAR (compound annual return) . This may be some setting in my code to do with positioning size or something so I'll have to examine that.
The struggle continues. Overall, this is harder than I thought it would be. Hopefully I'll have something in a week or two.
Now, we all know that beck testing doesn't guarantee future results, but either does guessing, right! Software makes it easy for us to invent systems, test, tweak, modify... The system needs more work in terms of the results it spits out on the screen. I'll be running some more back tests once I have the stops worked out, looking to maximise CAR, minimise loser, and get the Sharpe ratio up there. More on this later.
I'll be attempting to fix this by killing buy signals as soon as the sideways is detected. More 








