limit candle amount
This commit is contained in:
parent
2a5c0ba5de
commit
b6f915f2cc
|
|
@ -120,7 +120,7 @@ namespace SignalsTest
|
||||||
decimal min = 100000000;
|
decimal min = 100000000;
|
||||||
decimal maxVol = 0;
|
decimal maxVol = 0;
|
||||||
|
|
||||||
|
if(candles.Count < 100){return;}
|
||||||
for (int i = 0; i < candles.Count; i++)
|
for (int i = 0; i < candles.Count; i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user