I would like to ask if is there any option how could i get the current value of any position...
For example: I have code:
if (Position.MarketPosition==MarketPosition.Long) {
Print("i am in long position.. i entered into this position on price "+???");
}
i would like to get the ??? value.. it doesn't matter if it is points or currency


Comment