View Single Post
  #12 (permalink)  
Old 12-06-2007, 05:23 PM
barnix barnix is offline
Senior Member
 
Join Date: Mar 2006
Posts: 686
barnix is on a distinguished road
First time we need to generate an input for svm.
Something like this:
================================
Open Profitable Trade1 ...... MACD val1
Open Profitable Trade2 ...... MACD val2
Open Profitable Trade3 ...... MACD val3
Open Profitable Trade4 ...... MACD val4
Open Profitable Trade5 ...... MACD val5
Open Profitable Trade6 ...... MACD val6
================================
For generating this data we need a strategy tester
like in attachment.

==================================================
From Better's forum:
Profile Better - Automated Trading Championship 2007
From past comments, it appears that some folks in here are interested in the development approach used by Better. They might find this sample program and article draft I wrote helpful.

In this article, I provide and briefly describe a sample command-line C program that includes: parsing of MT4-exported CSV files, collection of statistical information, a simple trading system based on the collected statistics, a trading simulator, and trivial parameter optimization loops around both the statistics collection and the trading simulation phases.
Strategy Testing & Optimization in Standalone C Programs
Attached Files
File Type: zip fx5.zip (576.6 KB, 551 views)

Last edited by barnix : 01-30-2008 at 12:15 AM.
Reply With Quote