PureBytes Links
Trading Reference Links
|
Sheesh, this is a tough crowd here.
I wasn't even referring to the trailing stop issue from earlier, I
just wondered why Tomasz said I couldn't do something that was
clearly stated as possible in the user guide.
Thus my comment about my possibly missing something obvious.
I have only had the software a few days, OK?
Jim
--- In amibroker@xxxxxxxxxxxxxxx, "Phsst" <phsst@xxxx> wrote:
> Jim,
>
> Yes, you have missed something obvious here...
>
> Tomasz told you twice that in order to accomplish what you want,
then
> you must use something similar to the example looping code he
posted
> in his first response.
>
> And I made a post with the Subject line of "Trailing Stop Example",
> that gave you an even closer solution to what you want to
accomplish.
>
> But you don't seem to want follow the suggested approach, so you
> continue to try to fit a square peg into a round hole.
>
> In order to backtest a trailing stop condition as you described,
you
> *MUST* resort to the looping approach that was presented to you.
There
> is no other choice based upon the current capabilities of AB.
>
> I can tell you from experience that if you don't understand why
this
> is so, then there is something fundamental that you don't
understand
> about AB AFL... and in that case then go back and make a 2nd or 3rd
> pass thru the AFL Tutorial.
>
> Regards,
>
> Phsst
>
> --- In amibroker@xxxxxxxxxxxxxxx, "jwilsonp2a" <j1wilson@xxxx>
wrote:
> > Tomasz,
> >
> > I understand your first point about Volatile=True. As far as
> > modifying BuyPrice and SellPrice, I took those two lines:
> >
> > BuyPrice=Max(BuySTOP,Low);
> > SellPrice=Min(SellSTOP,High);
> >
> > directly from the user guide. Am I missing something obvious
here?
> >
> > Thanks, Jim
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|