line trade
-
I have got a horizantal line with decription "pivot" I would like that the ea check on tick if the actualy price is over or under this line and it should buy when over and should sell when under this line with decription "pivot" and than i have got line for close for buy with decription "R2" and for sell with decription "S2". When the price crosses by buy the line with decription "R2" the trade should close and by sell when the price crossed the line with decription "s2" the trade should close. Thanks.
-
@trader-1978 Use a comment block with object on chart selected by name once the numbers match up with your terminal crosshairs you will know how to reference this line to do as you like.
-
@jstap said in line trade:
@trader-1978 Use a comment block with object on chart selected by name once the numbers match up with your terminal crosshairs you will know how to reference this line to do as you like.
Thank you. Its worked.