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

RE: [amibroker] Multi TimeFrames question



PureBytes Links

Trading Reference Links

Forgot to ask my other question.   I was doing a Google of
"Amibroker Tick symbology" when I found that multi
timeframe code.  
 
At the time, I was trying to figure out to get IB's
TICK-NYSE symbol into AB.   Tried all combinations
and couldn't find in any documentation on syntax
for the TICK.    Thanks!!!
 
--jeff
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx]On Behalf Of Jeff
Sent: Monday, April 17, 2006 7:38 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Multi TimeFrames question

I found some TJ code on multi-timeframes (forgot where).   Look's
interesting and very clean.   Any thoughts on why the variable
MTMACD is returning {EMPTY} would be appreciated.   I have the
chart set to daily with historical 1 minute data, pretty sure it's setup
correctly.   At a loss, thanks again.
 
--jeff
 
Count = 0;
result =
0
;

for( i = 10; i <= 300
; i++ )
{
  
TimeFrameSet( i * in1Minute
);
   m =
MACD(12, 26
);
  
TimeFrameRestore
();
   m =
IIf( TimeFrameExpand( m, i * in1Minute ) > 0, 1, -1
);
   result = result + m;
   Count++;
}

AddToComposite( result / Count, "~MACD"+Name(), "X"
  );

Buy=1
;
x =
Foreign("~MACD"+Name(),"C"
);

Plot( x, "MTMACD", colorBlue , styleThick
) ;

PlotGrid(0.5
);
PlotGrid(-0.5);


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 other support material please check also:
http://www.amibroker.com/support.html





YAHOO! GROUPS LINKS