Hello,

 

I am wondering what Python code would look like if I was trying to define my Stop Loss.

 

Basically I want to create a variable that is:

variable_name = (EURUSD Price When I Entered Trade * StopLoss Percentage)

My issue is that I dont know how to call the Price of the Pair when I entered the Market Order

Author