It looks like you're new here. If you want to get involved, click one of these buttons!
var a = new TradeBar( DateTime.Now, QuantConnect.Symbol.Empty, val, val, val, val, 0 ); innerPsar.Update( a ) ;
since Java and C# are similar being C - family languages.
then perphaps you could translate it in java.
For C# version, since we are not using chart data but tick data. value can be sent in to this
indicator like below.
val being anything like LTP or Bids[0].Price or Offers[0].Price. etc. Thanks
Regards