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