Unable to understand the following line of code : use of dist = 1.5*ATR(10); and inside for loop it is used as an array

后端 未结 0 1491
栀梦
栀梦 2020-12-19 07:50

Here dist is a variable but inside the for loop its used as an array in afl programming

dist = 1.5*ATR(10);

for(i = 0;i < BarCount; i++ )
       {
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题