PureBytes Links
Trading Reference Links
|
Use a simple <> operator to hold off when you don't want it to, as:
If Condition1 = This AND Condition1 <> That THEN EXITLONG.
Glenn
Glenn Schultz wrote:
> EL Help. I am writing a system that enters long when the close is above the
> 20 day moving average and volume is greater than 3 day moving average.
>
> I exit on an outside bar when volume is greater than 3 day moving average.
>
> My problem is as follows: on a few occassion the close is crosses above the
> 20 day MA volume is greater than 3 day MA and it occurs on an outside bar.
> In this case the systems buys and then exits long I would like either remain
> long on this condition or get long on this condition but I cannot make my
> system do this given the above any help would be appreciates
>
> happy trading -- Glenn
--
*****************************************
* *
* Glenn M. Orlosky *
* *
* E.quity T.echnical A.dvisors *
* *
* {Balancing Your Assets} *
* {Worldwide} *
* *
*****************************************
|