Hi Friends,
I am learning amibroker, and trying to convert the below pine script code into afl but not getting the correct result
Can anybody help me to convert this to amibroker
// INPUTS //
st_mult = input.float(3, title='SuperTrend Multiplier', minval=0, maxval=100, step=0.01)
st_period...