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

Re: DynaStore for Quote.com



PureBytes Links

Trading Reference Links


----- Message d'origine ----- 
De : Mark Brown <markbrown@xxxxxxxxxxxxx>
À : pierre.orphelin <pierre.orphelin@xxxxxxxxxx>; omega-list <omega-list@xxxxxxxxxx>
Envoyé : dimanche 12 septembre 1999 15:39
Objet : Re: DynaStore for Quote.com


> there was no need to give the whole code, just the cancerous part that
> ts2000i rejected, silly...po
> 

Sorry, I cannot test  with  a partial  view of the code.
And do not see the problem in this one.
Wold you be so kind to repost the FULL code, or we may agree to end with this thread...


> 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".
> 

Until now, I have earned nothing, but if you can do something for me, I'll accept the
promised full page ad in Omega Magazine (or any major magazine of your choice)

I have nothing to post to your gossip bug page, and I do not appreciate the general look and feel.


> 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;}
> >
> >
> >
> >
> 
> 
> 
>