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

Re: [amibroker] overlaying custom indicators



PureBytes Links

Trading Reference Links

Dear Nick,

Currently you can only create the custom indicator that
will have a price graph overlaid on your indicator.

Example:

graph0 = Close;
graph0style = 64; // candlestick
graph1 = EMA( close, 15 );
graph2 = SAR();
graph2style = 16+8; // dots only

Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com

----- Original Message ----- 
From: "NIck Iacovelli" <nickhere@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, November 04, 2001 6:25 AM
Subject: [amibroker] overlaying custom indicators


> can you do something about
> overlaying the indicator on to the price chart.
> if i create a indicator.
> it creates it in a new window.
> i rather have it overlay directly on the price chart.
> 
> 
> 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>