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 [email protected], "Bill S" <[EMAIL PROTECTED]> wrote: > > Tools->Plugins->Load > > On 3/24/08, enochbenjamin <[EMAIL PROTECTED]> 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 [email protected] <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. > > > > > > >
