positionperf
- This topic has 3 replies, 3 voices, and was last updated 7 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
Forums › ProRealTime English forum › ProOrder support › positionperf
I am using this code which is not working any reasons?
x2=1
IF longonmarket and positionperf(1) > .00015 and COUNTOFPOSITION <= 100 THEN
buy 1 perpoint at tradeprice+x2 stop
endif
my intention is to open new position on dax after .00015% gain that is on 12800=.00015*120800/100=1.92
@ tradepirce+2.92 = 12800+2.92(from the last order traded)