PureBytes Links
Trading Reference Links
|
there was no need to give the whole code, just the cancerous part that
ts2000i rejected, silly...po
of course you knew that, so quit now with your never ending snips of
cuteness...mb
while your at it earning your next full page article in the Omega magazine
(for every 1000 positive post about omega products po gets a full page ad in
omega's magazine in case someone didn't know, like the young helpful trader
who wants to emulate him and answer all your ts2000i questions privately)
why don't you address one by one all the problems here
http://www.markbrown.com/bugreport2000.htm and of course don't make a
general statement like "oh those have all bee fixed".
seasoned old trade, who's fooled by little...mb
Your code below is not valid:
bflag and sflag variables are undefined.
Do you have a rooster that eats easy language in your office ?
PO
>
> input:smrisk(1500);
>
> If MarketPosition=0 and bflag=1 then buy("rev2 buy");
>
> If MarketPosition=0 and sflag=1 then sell("rev2 sell");
>
> if MarketPosition=-1 and OpenPositionProfit<= -smrisk then
> exitshort("flatshort")market; {next bar on close stop;}
>
> if MarketPosition=1 and OpenPositionProfit<= -smrisk then
> exitlong("flatlong")market; {next bar on close stop;}
>
>
>
>
|