PureBytes Links
Trading Reference Links
|
I found Exrem that seems to be the right thing for this but it is
not giving me the results I expect.
Suppose "buysig" = 0,0,1,0,0,1,0,0
and my second array "sndarry" is all 0's.
I'd expect that that Exrem(buysig,sndarry) would give me
0,0,1,0,0,0,0,0
but I"m not getting any trues....
Am I understanding this correctly?
Thanks
--- In amibroker@xxxxxxxxxxxxxxx, "mikelaurataylor"
<mikelaurataylor@xxxx> wrote:
>
> Two related questions I'm hoping someone can help me with:
>
> 1. Assuming you have a minute by minute array and set up a buy
> signal on a crossover - but only want the buy signal on the first
> crossover of the day. Can you do this w/o building a loop but
> rather via some function?
>
> 2. Assuming you issue the buy signal and now have another
crossover
> signal for a sell. How do you tell it to issue a sell ONLY if
you
> have previously bought - or does it do this automatically?
>
> Thanks
>
> MIke
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|