Australian (ASX) Stock Market Forum

Reply to thread

Hey man

Are you using position score as part of your code if you are or planning to then that isn't the best method.

i used a different method which was posted by [USER=45961]@LoneWolf[/USER] which works really well. Have it as part of your buy method. Just be very careful, make sure you take it out of your production code. made the mistake many times and had a few WTF is going on moments.


step = Optimize( "step", 1, 1, 1000, 1 );

Buy = cond1 AND Random() >= 0.20


I found the best way to differentiate between strategies is to plot CAR v MDD as below. CAR is X and MDD is Y. Green strategy 1 blue strategy 2.[ATTACH=full]121441[/ATTACH]


Top