回答編集履歴
1
バグ修正
test
CHANGED
@@ -98,6 +98,10 @@
|
|
98
98
|
|
99
99
|
|
100
100
|
|
101
|
+
prevTime = currTime;
|
102
|
+
|
103
|
+
|
104
|
+
|
101
105
|
int limit = Bars - IndicatorCounted() - 1;
|
102
106
|
|
103
107
|
limit = MathMin(limit, MaxBars);
|
@@ -124,10 +128,6 @@
|
|
124
128
|
|
125
129
|
|
126
130
|
|
127
|
-
prevTime = Time[1];
|
128
|
-
|
129
|
-
|
130
|
-
|
131
131
|
FileFlush(handle);
|
132
132
|
|
133
133
|
|