Skip to content

Commit 1fdc74e

Browse files
authored
Update 02 Indicator Readiness.php
1 parent 0c05c58 commit 1fdc74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<p>
22
Indicators can't produce a valid value until they have enough historical data to be <a href='/docs/v2/writing-algorithms/indicators/key-concepts#07-Check-Readiness'>ready</a>.
3-
If your indicators require more data than what is currently available, the <code class='python'>indicator_history</code><code class='csharp'>IndicatorHistory</code> will return fewer data points than you request and the warm-up techniques for <a href='/docs/v2/writing-algorithms/indicators/manual-indicators#06-Warm-Up-Indicators'>manual</a> and <a href='/docs/v2/writing-algorithms/indicators/automatic-indicators#08-Warm-Up-Indicators'>automatic indicators</a> won't be able to make your indicators ready.
3+
If your indicators require more data than what is currently available, the <code class='python'>indicator_history</code><code class='csharp'>IndicatorHistory</code> method will return fewer data points than you request and the warm-up techniques for <a href='/docs/v2/writing-algorithms/indicators/manual-indicators#06-Warm-Up-Indicators'>manual</a> and <a href='/docs/v2/writing-algorithms/indicators/automatic-indicators#08-Warm-Up-Indicators'>automatic indicators</a> won't be able to make your indicators ready.
44
</p>

0 commit comments

Comments
 (0)