can you count only buy positions or short that are opened?
Created at 04 Nov 2020, 17:59
PI
can you count only buy positions or short that are opened?
04 Nov 2020, 17:59
can you count only buy positions or short that are opened?
public int Count{ get; }
int totalPositions = Positions.Count;
How can I use this to only count all long open positions or all short open positions, a little example would be awesome.
PanagiotisCharalampous
05 Nov 2020, 07:54
Hi pistrituadrian16,
Here is an example
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous