View Single Post
  #135 (permalink)  
Old 04-29-2008, 08:21 PM
Beno's Avatar
Beno Beno is offline
Senior Member
 
Join Date: Aug 2006
Location: London
Posts: 256
Beno is on a distinguished road
Quote:
Originally Posted by Beno View Post
I hope i'm not out of line by posting it but it's a good idea that i would like to see working

could some one please get this going

Cheers

Beno
Has anybody managed to get this going.

Or does anyone have a close by percentage loss code they could post

convert this so that if a 2% loss close position
if (curprof>=AccountEquity()*ProfitExit/100.0) {
exit=true;
Reply With Quote