PureBytes Links
Trading Reference Links
|
Hi,
Right now I have
Buy = Cross (xxxx) ; Buy = ExRemSpan (Buy,10); Sell = Ref (Signal,-10);
The systems exits after 10 days. I'd like to keep it open for at least 10 days and then to close only when signal is met.
I tried the Signal as you said but it didn't work... Unfortunately...
Thanks for your help,
Louis
2008/4/8, Howard B <howardbandy@xxxxxxxxx>:
Hi Louis --
Does this do what you are thinking?
Signal = Cross(xxxxxx); Buy = Ref(Signal,-5);
Thanks, Howard
On Mon, Apr 7, 2008 at 5:35 PM, Louis Préfontaine < rockprog80@xxxxxxxxx> wrote:
Hi,
I am trying to set a "no-signal" zone that would be followed by a signal that I would set by myself.
As an example:
Buy = Cross (Ma... Buy= exremspan (Buy,5); Sell=...
I'd like the system to do NOTHING for 5 days, but then to react on whatever the signal I want to choose. I know this sound simple, but I just can't do it.
Thanks,
Louis
__._,_.___
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
__,_._,___
|