Forums ProRealTime English forum ProOrder support opening a pos on a specific price Reply To: opening a pos on a specific price

#209119
JS

You could use Limit orders:

If Close < Resistance then

SellShort 1 contract at Resistance Limit

EndIf

If Close > Support then

Buy 1 contract at Support Limit

EndIf