PureBytes Links
Trading Reference Links
|
In a message dated 11/20/99 2:21:42 PM Pacific Standard Time,
galaxis@xxxxxxxxx writes:
> I have a trouble on ELA.
>I need to make this simple trading system, but ONLY on DAILY CHART (not on
>INTRADAY).
>If today Open is less than yesterday Low I want a buy signal to yesterday
high stop (see the gif).
> If open < L[1] then buy at H[1] stop;
> Exitlong on close;
I think this will do it.
If open next bar < L then buy at H stop;
click format system, click stops, check "close all trades at end of day
session"
Bill Wynne
SmartTrades.com
|