$ADD is only updated every 30 seconds, where as $ADV and $DECL are updated every 6 seconds. Is there a way to get a faster $ADD chart by writing code to genetrate the $ADD manually ($ADD= $ADV-$DECL).
Stephan
Create the spread directly in the chart.
To do this select the chart you want to plot the spread in then begin typing the first symbol. The Change Symbol dialog box will appear and fill it in with the following $ADV -$DECL
(note the space before the operator)
Alternatively click here and download spread.efs. Load it in the chart and through Edit Studies set the symbols to $ADV and $DECL
Alex
Comment