Hi Guys,
I have used the code below to get the weekly plots of ift rsi and it
looks ok.
There is a poblem though, when you look at the stepped values, each
value is the
same for the five days (as it is weekly) but the fist day is a Fiday
not a Monday.
Is there anything that I have to set som
Hi Guys,
I have used the code below to get the weekly plots of ift rsi and it
looks ok.
There is a poblem though, when you look at the stepped values, each
value is the
same for the five days (as it is weekly) but the fist day is a Fiday
not a Monday.
Is there anything that I have to set som
):
> plot(lwh, etc, );
>
>
> Regards
>
> ChrisB
>
>
>
>
>
>
> ChrisB wrote:
> >
> > dawsonsg
> >
> > you could try something like this
> >
> > TimeFrameSet( inWeekly) ;
> > wHigh = Ref(High,-1) ;
> &g
Hi Guys,
I have placed the code below into an indicator and put this indicator
onto a daily chart. The result I am getting is not what I would have
expected.
TimeFrameSet(inWeekly);
wHigh = Ref(High,-1);
wLow = Ref(Low,-1);
TimeFrameRestore();
Plot(wHigh,"Weekly High", colorRed, styleLine);
Pl
Hi Guys,
Can someone please give me a hand with converting a metastock formula
using PREVIOUS to Metastock. I believe I am supposed to be using a
FOR loop to do it but am not sure where to start. I have been pointed
to http://www.amibroker.com/guide/afl/afl_view.php?ama
and have also found a m
Hi Guys,
Does anyone have a formula for ehlers dcf.
I have been looking around and haven't been able to find anything.
Regards
Steve
Hi Guys,
Sorry I asked the question about scans/explorations, I wont be doing
that in a hurry again. I am not sure what is worse, not having used a
charting program before or having used Metastock for years and then
trying to find the equivalents in Amibroker.
While it was implied by vlanschot
Thanks Graham.
It is appreciated.
Regards
Steve
--- In amibroker@yahoogroups.com, Graham <[EMAIL PROTECTED]> wrote:
>
> Use the Filter settings in Analysis window
>
> --
> Cheers
> Graham Kav
> AFL Writing Service
> http://www.aflwriting.com
>
>
Hi Guys,
Is there anyway to scan only a Watchlist in Amibroker without needing
to scan the entire database.
I have found the command InWatchListName( watchlist ) and have used
that in the filter so only the stocks I am interested in are displayed,
but it is still slow when going through 22000
0)>10,20);
> D1=Valuewhen(R1,DateNum());
> Filter=R1;
> Addcolumn(R1,"ROC_10%");
> Addcolumn(D1,"Date");
>
> Can u modify please.
>
>
> --- In amibroker@yahoogroups.com, "dawsonsg" wrote:
> >
> > Sorry, should have been
> >
0)>10,20);
> D1=Valuewhen(R1,DateNum());
> Filter=R1;
> Addcolumn(R1,"ROC_10%");
> Addcolumn(D1,"Date");
>
> Can u modify please.
>
>
> --- In amibroker@yahoogroups.com, "dawsonsg" wrote:
> >
> > Sorry, should have been
> >
Sorry, should have been
Hold(Roc(Close,10)>10,20)
Steve
--- In amibroker@yahoogroups.com, "dawsonsg" <[EMAIL PROTECTED]> wrote:
>
> Try
>
> Hold(Roc(Close,10),20)
>
>
>
> --- In amibroker@yahoogroups.com, "ramvilas" wrote:
> >
&
Try
Hold(Roc(Close,10),20)
--- In amibroker@yahoogroups.com, "ramvilas" <[EMAIL PROTECTED]> wrote:
>
> I want to scan my database(EOD) for last 20 bars to find if ROC OF
ANY
> ONE BAR IS GREATER THAN 10%. please help me.
>
Try
Hold(Roc(Close,10),20)
--- In amibroker@yahoogroups.com, "ramvilas" <[EMAIL PROTECTED]> wrote:
>
> I want to scan my database(EOD) for last 20 bars to find if ROC OF
ANY
> ONE BAR IS GREATER THAN 10%. please help me.
>
gt;
> AmiBroker will look for C:\AFL\MyIncludes\common.afl file
>
> Also now #include reports file(s) not found in regular error
message box. ?
>
>
>
> EXAMPLE
> #include "C:\Program Files\AmiBroker\AFL\common.afl"
&
Thanks Robert.
Do you know if there are any examples of this anywhere?
Regards
Steve
--- In amibroker@yahoogroups.com, Robert Nemeth <[EMAIL PROTECTED]> wrote:
>
> Try using:
> #include
>
> Robert
>
> - Original Message
> From: dawsonsg <[
Hi Guys,
Can I ask another question please?
I have started moving a number of indicators from metastoc to amibroker
but I also want to reference these indicators from the 'Explore' in
automatic analysis.
Does anyone know if there is a function call to do this?
Regards
Steve
Tomasz,
Thanks very much.
Steve
--- In amibroker@yahoogroups.com, "Tomasz Janeczko" <[EMAIL PROTECTED]>
wrote:
>
> Hello,
>
> The equivalent in AFL is Hold
> http://www.amibroker.com/f?hold
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> -
Hi Guys,
I have only just started using Amibroker (in the last 24 hours to be
honest) and was wondering if I could get some help?
Metastock has a command called 'Alert' and what this function does is
return TRUE if a condition is met within the last x days.
eg. Alert(Close>100,5)
This would r
19 matches
Mail list logo