uniVocity / univocity-trader

open-source trading framework for java, supports backtesting and live trading with exchanges
578 stars 140 forks source link

Last candles, price signal #137

Open faycalrakza opened 2 years ago

faycalrakza commented 2 years ago

Hello,

The signal is sent every candle, but is there a signal sent every price change ?

Also, I need the 500 last candles everytime, do I need to wait 500 candles and save them one by one to use my indicator ?