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

It will be nice to test this one.*



PureBytes Links

Trading Reference Links

******************************************************************
Trading day sys;provided by maxci and gmtac;Europe 1999
******************************************************************
Input:timestart(1030),timend(1230),timext(1530),timextt(1630),chanext(7);

vars:th(0),tl(0);

th=hightoday;
tl=lowtoday;

if time >= timestart and time <= timend then buy  at th stop;      { we
buy/sell strength only in the morning}
if time >= timestart and time <= timend then sell at th stop;

if time >=timext and time <=timextt then begin

exitlong at lowest(l,chanext)stop;                {at the end of the trading
day we chek our position to get out if wrong}
exitlong at highest(h,chanext)stop;

end;

************************************************

*but I have no data :(
I will be vary happy if somebody can email me  asci file timeframe 45 min
for s&p  and a 60 min for tbond.
Thank you
Mario