--- In
amibroker@xxxxxxxxxxxxxxx, "Louis P." <rockprog80@xxx> wrote:
>
> Hi,
>
> I have* two* easy questions, if anyone can help me.
>
> *First*, I'd like to draw plotshapes not on the period the signal
was issued
> but on the period after the signal was issued. How can that be done?
>
> *Then*, (I asked this question already on the web site of the group,
but for
> some reason I didn't receive it in my mailbox so maybe there is a
problem.
> If you already received this question, please discard this one), I
wonder
> how to create a no-trade zone:
>
> I know how to do an automatic "sell after X period":
>
> Buy = c>ma (c,20);
> Buy = Exremspan (Buy,5);
> Sell = Ref (Buy,-5);
>
> I'd like to set a trade system that would begin to look for signals
AFTER
> that "no-trade" zone.
>
> E.g. In the example above, I'd like the system to do nothing for the
first 5
> bars after my entry and then, and only then, check for an exit
signal. How
> would you do that?
>
> Thanks a lot, and sorry if you received question 2 twice!
> Louis
>