Hi Craig,
Thanks for your quick response! As you can see I am a newbie in the programming world, wasn't sure about the course at all so thanks for the advice.
The reason why I want to be able to use the MDK is purely for designing creative ways to exit the market. As far as desining entires go I am happy just using metastock, but once I start getting creative with my stops the prev function slows things down to an impractical state. For an example say I wanted to design the following stop in metastock:
1. Exit on a stop at the lowest low of the last 24 day. 2. When the close is greater than the entryprice plus 3 average true ranges, then exit on a stop at the lowest low of the 10 days. 3. Once the trade has reached an intraday peak that is 4 average true ranges or more above the entry point, place a sell stop at 2 average true ranges above the entry point. 4. When the close is greater then the entry price plus 6 average true ranges , then exit on a stop at the lowest low of the last 4 days. 5. If the highest close in the trade is greater than one average true range above the entry point and the highest close ocuured within the last 3 days and the ADX begins to decline (lower than 3 days ago) then exit tommorrow at todays low on a stop.
This is an extreme example, and one taken form one of Chuck Le Beaus's systems, but an example of the path I would like to follow.
I stumbled across the DLL created by Richard Dale, http://www.tradernexus.com/advancedstop/advancedstop.html and so believed that with the MDK these kind of stops would be possible to design and at the same time solve all the prev woes.
At the moment I have been able to design a trailing stop that I can plot on my charts which includes a breakeven stop, one profit target and a time stop. I use this stop on all my systems I trade with but building it and testing it took a lot of time and effort (prev).
Will being able to use the MDK help in this area, and if so is c++ sufficient? Let me know your feelings, perhaps I'm being over ambitious but I am really determined to get there.
Kind Regards
P.J.