PureBytes Links
Trading Reference Links
|
Try something like this:
BuySignal = TimeNum() % 100 == 0 AND Sum(Buy, 60) > 0
Y
--- In amibroker@xxxxxxxxxxxxxxx, "umrperumal" <umrperumal@xxx> wrote:
>
>
> Hi,
>
> I am using 1 min chart for trading. I would like to shift the
> buy/sell signals to the end of the respective hour. For example,
when
> the actual signal comes at 10.50 hrs, I would like to shift and
> display it in the chart to 11.00 hrs. If I get the signal at 11.25
> hrs, I would like to shift it to 12.00 hrs and so on.
>
> Can somebody help me in coding the above condition to the buy /
sell
> formula.
>
> Any help is very much appreciated.
>
> With kind regards
>
> UMR Perumal
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL 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
*********************************
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|