Amibroker 6.35 [2021] ★ Premium
// Plot Buy/Sell Arrows PlotShapes(IIf(Buy, shapeUpArrow, shapeNone), colorGreen, 0, Low, -15); PlotShapes(IIf(Sell, shapeDownArrow, shapeNone), colorRed, 0, High, -15);
Several new mathematical functions and parser improvements were added to streamline technical analysis: SafeDivide(x, y, valueifzerodiv) amibroker 6.35
Amibroker 6.35 offers several advanced features and tools for experienced users, including: // Plot Buy/Sell Arrows PlotShapes(IIf(Buy
: Added specialized mathematical and utility functions like SafeDivide(x, y, valueifzerodiv) , erf(x) , and inverf(x) . and inverf(x) .