File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -225,12 +225,12 @@ void CheckCandle(CandleMessage c)
225225 CheckCandle ( candle ) ;
226226 }
227227
228- ( rangeCandles . Length > 2000 ) . AssertTrue ( $ "CNT={ rangeCandles . Length } ") ;
229- ( tickCandles . Length == 1000 ) . AssertTrue ( $ "CNT={ tickCandles . Length } ") ;
230- ( volumeCandles . Length > 9000 ) . AssertTrue ( $ "CNT={ volumeCandles . Length } ") ;
231- ( timeFrameCandles . Length > 100 ) . AssertTrue ( $ "CNT={ timeFrameCandles . Length } ") ;
232- ( renkoCandles . Length > 200000 ) . AssertTrue ( $ "CNT={ renkoCandles . Length } ") ;
233- ( pnfCandles . Length > 40000 ) . AssertTrue ( $ "CNT={ pnfCandles . Length } ") ;
228+ ( rangeCandles . Length > 2000 ) . AssertTrue ( $ "CNT(RG) ={ rangeCandles . Length } ") ;
229+ ( tickCandles . Length == 1000 ) . AssertTrue ( $ "CNT(TCK) ={ tickCandles . Length } ") ;
230+ ( volumeCandles . Length > 8000 ) . AssertTrue ( $ "CNT(VOL) ={ volumeCandles . Length } ") ;
231+ ( timeFrameCandles . Length > 100 ) . AssertTrue ( $ "CNT(TF) ={ timeFrameCandles . Length } ") ;
232+ ( renkoCandles . Length > 200000 ) . AssertTrue ( $ "CNT(RK) ={ renkoCandles . Length } ") ;
233+ ( pnfCandles . Length > 40000 ) . AssertTrue ( $ "CNT(PF) ={ pnfCandles . Length } ") ;
234234 }
235235
236236 [ TestMethod ]
You can’t perform that action at this time.
0 commit comments