[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fw: [amibroker] Multiple Time Frames


  • Date: Thu, 11 Mar 2010 10:04:56 +0100
  • From: Reinsley <reinsley@xxxxxxxx>
  • Subject: Re: Fw: [amibroker] Multiple Time Frames

PureBytes Links

Trading Reference Links




Hi,

Did you see this page "Multiple Time-frame indicators by TJ" ?

http://www.amibroker.com/docs/MTFIndicators.html

Hope it helps... :-)

Best regards



Le 10/03/2010 22:47, Daphne Renault a écrit :
 

Any ideas on what might be the issue here?

Thanks,
Daphne

--- On Sat, 3/6/10, Daphne Renault <daphne.renault@yahoo.com> wrote:

From: Daphne Renault <daphne.renault@yahoo.com>
Subject: [amibroker] Multiple Time Frames
To: amibroker@xxxxxxxxxps.com
Date: Saturday, March 6, 2010, 9:15 AM

 

Hi,

how is it possible to switch from a daily time frame to an intraday time frame, using an MA on the intraday time frame and at least plot the last intraday MA each day on the daily time frame?

I have tried on a daily time frame:

30MinArray=TimeFram eExpand(Foreign( "$XYZ","Close" ),30*60);
MA30Min=MA(30MinArr ay,13);
MA30MinDailyLast= TimeFrameCompres s(MA30Min, inDaily,compress Last);
Plot(MA30MinDailyLa st,"MA 30Min",colorBlue, styleLine) ;

But there is something wrong. The values of MA30MinLast do not fit the EOD values of MA30Min.

Any ideas?

Best wishes,
Daphne




__._,_.___


**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___