PureBytes Links
Trading Reference Links
|
Hi,
I downloaded it and placed it in the Plugin Folder and it works.
However, I have the following questions:-
1) I notice that the indicator seems not plotting the signals for
AUp = MarketHours AND Cross(C,ACDHigh);
ADn = MarketHours AND Cross(ACDLow,C);
Do I need to change anything in order to plot the AUp and ADn?
2) Well the AUp and ADn lines are based on half of the 15-min
opening range, i.e.
ACDHighOffset = ACDLowOffset = (OR15high - OR15low) * .50;
ACDHigh = OR15High + ACDHighOffset;
ACDLow = OR15Low - ACDLowOffset;
Should we modify it a bit to better bit Mark Fisher's original
idea?
Here is a thorough discussion and an excel spreadsheet can be found
to calculate the A and C values..... but I can't locate it right
now, if you have time, you can find it...
3) Based on the code and Mark Fisher's book, can we develop a
complete trading strategy (or probably more)?.... and then backtest
the strategies....
Well, I know little about the code and just starting to learn with
AmiBroker... hope the experts and give more ideas..
Regards,
Sa
--- In amibroker@xxxxxxxxxxxxxxx, "Bill S" <wjs45244@xxx> wrote:
>
> Tools->Plugins->Load
>
> On 3/24/08, enochbenjamin <enochben@xxx> wrote:
> >
> > Please excuse my ignorance, but how do I get the date Tine
Function to
> > work? I downloaded and copied it to amibrokers plugin folder, but
> > nothing???
> >
> > --- In amibroker@xxxxxxxxxxxxxxx <amibroker%
40yahoogroups.com>, "Bill S"
> > <wjs45244@> wrote:
> > >
> > > 1, You need the "Date Time Function" plug in.
> > > 2. You are correct. You have to change OR5, OR15, OR30, and
OR60
> > variables.
> > > 2 re "if(Interval() < 84600) {show_ACD = ParamToggle("ACD Bands
> > > On/Off","Off|On");"
> > > doesn't need changing.
> >
> >
> >
>
------------------------------------
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
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/
|