pinecript

  1. K

    Heiken Ashi Filtered Connors RSI

    This CRSI uses Heikin Ashi definitions for ohlc and is filtered using a triple exponential moving average. The pine-script code is as follows - //@version=5 strategy(title="Filtered Connors RSI", shorttitle="Filtered-CRSI", overlay=false, format=format.price, precision=2, timeframe=""...
  2. A

    Pinescript to AFL

    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...