Amibroker Afl Code __link__ Here

Run this via Analysis -> Scan and set Mode to "Explore". You now have a real-time stock screener.

for(i=0; i<BarCount; i++) myArray[i] = MA(C, 200)[i]; amibroker afl code

// Syntax: Plot(Array, "Name", Color, Style); Plot(Close, "Price", colorDefault, styleCandle); Plot(MA(Close, 20), "Moving Average", colorRed, styleLine); Run this via Analysis -&gt; Scan and set Mode to "Explore"

X
X