amibroker "plot" problem

Discussion in 'Trading Software' started by orangelam, Apr 23, 2016.

  1. upload_2016-4-23_14-40-48.png

    hi, i experienced this error, can anyone tell how to avoid this over-calling issue?

    thanks,
     
  2. M.ST.

    M.ST.

    Plot() does not belong within barcount loop.
    Create an array to be plotted.

    Code:
    priceatbuy[i] = ...;