limit candle amount

This commit is contained in:
Sewmina 2025-01-18 22:55:14 +05:30
parent 2a5c0ba5de
commit b6f915f2cc

View File

@ -120,7 +120,7 @@ namespace SignalsTest
decimal min = 100000000;
decimal maxVol = 0;
if(candles.Count < 100){return;}
for (int i = 0; i < candles.Count; i++)
{