|
San Francisco Ca/USA
Experience: Advanced
Platform: tos
Trading: es
Posts: 29 since Jan 2019
Thanks Given: 12
Thanks Received: 7
|
AddOrder(OrderType.BUY_AUTO, sma crosses over ema, entry, name = "LONG");
I am trying to find a way to essentially display the entry or trigger price when the strategy gives a signal. I was thinking "entryprice" which I tried but it was not working. I tried putting typing "name = entryprice ()" but it was errors.
Hoping someone in here can assist. Thanks!
|