Its just the syntax for a Price Plot with the Title containing details of OHLC 
and Change

Cheers

Prashanth

  ----- Original Message ----- 
  From: pstaffieri 
  To: [email protected] 
  Sent: Saturday, October 20, 2007 8:10 AM
  Subject: [amibroker] Help Interpreting this


  I'm stumped on what this means?

  _N(Title = StrFormat("{{NAME}} - {{INTERVAL}} {{DATE}} Open %g, Hi %g, 
  Lo %g, Close %g (%.1f%%)\n {{VALUES}}", O, H, L, C, SelectedValue( ROC( 
  C, 1 ) ) ));
  Plot( C, "Close", ParamColor("Color", colorBlack ), styleNoTitle | 
  ParamStyle("Style") | GetPriceStyle() ); 



   

Reply via email to