funhi-chart 1.3.8 → 1.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -58,9 +58,17 @@ export declare class FunhiChartController {
|
|
|
58
58
|
*/
|
|
59
59
|
resize(): void;
|
|
60
60
|
/**
|
|
61
|
-
* Checks for gaps in candles and loads missing ones from database
|
|
61
|
+
* Checks for gaps in candles and loads missing ones from database for current timeframe
|
|
62
62
|
*/
|
|
63
63
|
private checkAndFillGaps;
|
|
64
|
+
/**
|
|
65
|
+
* Checks for gaps in candles and loads missing ones from database for a specific timeframe
|
|
66
|
+
*/
|
|
67
|
+
private checkAndFillGapsForTimeframe;
|
|
68
|
+
/**
|
|
69
|
+
* Checks for gaps in all timeframes and loads missing candles
|
|
70
|
+
*/
|
|
71
|
+
private checkAndFillGapsForAllTimeframes;
|
|
64
72
|
/**
|
|
65
73
|
* Starts periodic gap checking
|
|
66
74
|
*/
|