[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: another Trading On Gaps Problem...



PureBytes Links

Trading Reference Links

In a message dated 98-06-12 16:46:35 EDT, bfulks@xxxxxxxxxxxx writes:

<< This seems to work:
 
 if Open of next bar > Close + 0.5 then Buy next bar at Open of next bar +
 0.5 stop;
 
 if BarsSinceEntry >=2 then ExitLong at market;
 
 It is profitable, too! >>

What length of bars are we talking here, daily, 3 min, 60 min?  Very curious,
as I have been really studying the gaps.

PErt