EventArgs Structure for all take profit positions
Created at 12 Feb 2018, 21:03
EventArgs Structure for all take profit positions
12 Feb 2018, 21:03
Hi,
Its posible create some EventArgsstructure to all take profit psotions? like structure for stop loss positions:
private void OnPositionsClosed(PositionClosedEventArgs args) { }
Im creating cBot but he dont use any specific TP and SL (like in pips)
Thank you so much