Seetu putting through to many by orders how to fix

anyone know how to fix seetu i keep getting to many signals at the same time i need to figure out how to long and short only 1 share at a time i tried

C2TradingSignal(sigBTO, sigfilter = Buy,amount=1,TypeOfSymbol =InstrmntFuture,CancelsAtRelative = 1);
i wasnt able to debug because error on date says i cant test that its stick on 01/26/21

Remove sigfilter and CancelsAtRelative.

C2TradingSignal(sigBTO,Buy,amount=1,TypeOfSymbol =InstrmntFuture);

C2TradingSignal(sigBTO, sigfilter = Buy,amount=1,TypeOfSymbol =InstrmntFuture);

are either of these written correctly or
Buy = C2TradingSignal(sigBTO,amount=1,TypeOfSymbol =InstrmntFuture);

thanks