PureBytes Links
Trading Reference Links
|
Is this all the coding or is there more... I track about 3000 stocks on a
daily basis, and if you could send me the rest of the code I will test it
through the explorer and filters and see if I can fine tune it... I'll send
you the stock results daily and any changes in the code I make...
At 05:53 PM 6/8/98 -0400, you wrote:
>Set the Inactivity Stop period to 4, and the min. change to something huge.
>This uses a Trade Delay of 1. Don't forget comm's & slippage.
>
> BUYS
>
>{day 8} O > Ref(C,-1) AND C > Ref(C,-1) AND
>
>{day 7} Ref(C,-1) > Ref(C,-2) AND
>
>Ref(L,-2) < Ref(L,-3) AND
>Ref(L,-3) < Ref(L,-4) AND
>Ref(L,-4) < Ref(L,-5) AND
>Ref(L,-5) < Ref(L,-6) AND
>Ref(L,-6) < Ref(L,-7) AND
>Ref(L,-7) < Ref(L,-8)
>
> SELLS
>
>{day 8} O < Ref(C,-1) AND C < Ref(C,-1) AND
>
>{day 7} Ref(C,-1) < Ref(C,-2) AND
>
>Ref(H,-2) > Ref(H,-3) AND
>Ref(H,-3) > Ref(H,-4) AND
>Ref(H,-4) > Ref(H,-5) AND
>Ref(H,-5) > Ref(H,-6) AND
>Ref(H,-6) > Ref(H,-7) AND
>Ref(H,-7) > Ref(H,-8)
>
>
>
>>
>
>
>
>
************************************************************
Have a good day
Jim kerwin
Atlanta, Georgia
************************************************************
|