This commit is contained in:
zhutoutoutousan
2026-04-09 11:47:56 +02:00
parent 842a2f8fac
commit b50b430d1a
63 changed files with 12842 additions and 1 deletions
@@ -259,7 +259,7 @@ bool InitRSIReversalAsian(RSIReversalAsianData& data, string symbol,
double rsi[];
ArraySetAsSeries(rsi, true);
int retryCount = 0;
retryCount = 0;
bool rsiInitialized = false;
while(retryCount < 10 && !rsiInitialized)