Code Amibroker Indicators
Plot Foreign Volume for Amibroker (AFL)
This formula allows you to plot the volume for another ticker on the current price chart. _SECTION_BEGIN(\”Foreign Volume\”); Ticker = ParamStr(\”Symbol\”, Name()); SetForeign(Ticker, True, True ); Plot( Volume, _DEFAULT_NAME(), IIf( C > O, ParamColor(\”Up Color\”, colorGreen ), ParamColor(\”Down Color\”, colorRed…