Announcement

Collapse
No announcement yet.

Heikin-Ashi Chart

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Heikin-Ashi Chart

    Hello,

    I have got the Heikin Ashi efs from S & C.
    Can anyone tell me why the chart is not complete.
    This happens with every chart.

    Thanks

    Tomcat
    Attached Files

  • #2
    Tomcat
    Because it is set to draw only 200 bars. This is determined in the following line of the code
    if (iCntr > 200) iCntr = 0;
    If you want to increase the historical plot change the value to a higher one taking into consideration that those are all drawn lines (at least I think so)
    Alex

    Comment


    • #3
      Great. Thank you.

      Tomcat

      Comment

      Working...
      X