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

RE: [amibroker] Re: Chart Title Formatting



PureBytes Links

Trading Reference Links

No problem Herc,

 

no, the time frame functions do not use the data from another database.

 

- - - - - - - - - - - - - - - - -

Best Regards

 

Thomas

 <http://www.tradingbasis.com/>  <http://www.tradingbasis.com/>
http://www.tradingbasis.com

- - - - - - - - - - - - - - - - -

  _____  

From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of hercdriver98
Sent: Monday, June 19, 2006 8:32 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Chart Title Formatting

 

Many thanks, Thomas. Question: When using the timeframegetprice
function, does it pull the required price from a different database?
IE., does it it pull yesterday's daily close from the mydailydata (for
example)database while continuing to populate the myintradaydata (for
example) database?

Thanks again,

Herc

--- In amibroker@xxxxxxxxx <mailto:amibroker%40yahoogroups.com> ps.com,
"Thomas Z." <tzg@xxx> wrote:
>
> Hello,
> 
> 
> 
> check out the timeframeset and/or timeframegetprice functions.
> 
> 
> 
> - - - - - - - - - - - - - - - - -
> 
> Best Regards
> 
> 
> 
> Thomas
> 
> <http://www.tradingb <http://www.tradingbasis.com/> asis.com/>
<http://www.tradingb <http://www.tradingbasis.com/> asis.com/>
> http://www.tradingb <http://www.tradingbasis.com> asis.com
> 
> - - - - - - - - - - - - - - - - -
> 
> _____ 
> 
> From: amibroker@xxxxxxxxx <mailto:amibroker%40yahoogroups.com> ps.com
[mailto:amibroker@xxxxxxxxx <mailto:amibroker%40yahoogroups.com> ps.com]
On Behalf
> Of hercdriver98
> Sent: Monday, June 19, 2006 6:15 PM
> To: amibroker@xxxxxxxxx <mailto:amibroker%40yahoogroups.com> ps.com
> Subject: [amibroker] Chart Title Formatting
> 
> 
> 
> I am trying to make a few changes in the appearance of the chart title
> in my realtime intraday charts. I am currently using the following
> script in the chart title:
> 
> _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g,
> Lo %g, Close %g (%.g) {{VALUES}}", O, H, L, C, SelectedValue( C - Ref(
> C, -1 ) ) ));
> 
> However, this gives the actual change from close on the previous bar.
> While using realtime 5-minute intraday charts, I would like to see the
> change from the previous "daily" close, vice the close from previous
> 5- minute bar. The same concept would apply for 15-minute charts or
> 3-minute charts.
> 
> What is the correct way to do this?
> 
> Thanks in advance,
> 
> Herc
>