View Single Post
  #28 (permalink)  
Old 06-21-2006, 11:55 AM
newdigital newdigital is online now
Administrator
 
Join Date: Sep 2005
Posts: 16,820
Blog Entries: 146
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Right.


Code:
if (sbo==0 && AccountBalance()<2000) {
if (!IsTesting()) Comment("For normal work you must have 2000$ on your account");
return(0);
And in the end of the code:

Code:
if (AccountFreeMargin()>=2000 //open new positions
Reply With Quote