View Single Post
  #29 (permalink)  
Old 04-21-2007, 03:21 AM
Pcontour's Avatar
Pcontour Pcontour is offline
Senior Member
 
Join Date: Nov 2006
Location: Canada
Posts: 172
Pcontour is on a distinguished road
Cool

Quote:
Originally Posted by wujun122
Hi,Daraknor,
I think the Time Filter can't work.P6 sold usdjpy at 17:52 04/20/2007 in my live account.It should stop trading after 16:00 on the Friday by default set.

Attachment 31474
Very interesting my friend.

Code:
extern bool       P_EntryFilter1On           = true;
extern bool       P_EntryFilter2On           = false;
extern bool       P_EntryFilter3On           = true;
extern bool       P_EntryFilter4On           = true;
The time filter is P_EntryFilter2On - as you can see, it is off by default. I suggest that the Filter and Signal Control Flags are placed right above the individual signal or filter to which they apply. Our esteemed college wujun122 would not have missed this if it was located closer to the signals themselves
Reply With Quote