assistance in reading the transaction price
-
Hello, I need a function to read the opening price of the last position for my program. For example, when the program is initialized, I want to save the purchase price of the last transaction that is still open. Anyone have any ideas?
-
pink blocks will get this price, for each closed position or for each position, set to all if not placed by the same bot
-
@jstap but I'm asking how to get the price of an open position? additionally, how to save this price to a variable,
-
As I put (for each position) - change variable (open price from loop)
-
@jstap Thank you
-
