View Single Post
  #68 (permalink)  
Old 07-13-2007, 05:44 PM
Bongo Bongo is offline
Senior Member
 
Join Date: Oct 2005
Posts: 381
Bongo is an unknown quantity at this point
Few Questions:
WHY???
extern int MAPeriod = 1200; ????????

// Internal settings
int Step = 1; ?????????????????
int Error = 0;
int Order = 0;
int Slippage = 0; ?????????????????????
int Reference = 0;
string TradeComment = "PipMaker v5a Neo";
datetime BarTime = 0;
static bool TradeAllowed = true;
double TickPrice = 0;

int MaxBuys = 0;
int MaxSells = 0;
Why MaxBuys/MaxSells....0; ?????
Thanks
B.
Reply With Quote