Hi all,
looking to transfer my semi automated system to PRT but having a really hard time with the code and would really appreciate a hand, happy to pay for time also.
I have this scripted in Python but not sure its worth providing the code as it’s so simple, I mostly manually manage the trades but need to automate the entry and exit conditions if im away from screen.
ORB strategy:
Range: NYSE Open (09:30-09:15)
Long Order: A STOP order to be placed at open range MID high, Stop loss to be places at opening range BID Low.
Short Order: a STOP order to be places at open range MID low, Stop loss to be places at opening range ASK high.
Exit: TP levels set to 3R or trades and working orders to be canceled / closed at market close (5 minuets prior to(15:55)
Thanks in advance!