-
Hi
-
I am investigating a FOREX scalper, and have a rather tight Stopp / take profit.
-
Buyprice is basically " ref(HHV(H,10),-1 ) ", that is, it will buy on the highest of the last 10 periods.
-
That works for the first buy (Trade 1) , but this Trade 1 will then hit a StopTypeProfit, and make x profit. I have no re-entry delay.
-
Trade 2 will immediately be activated with the " ref(HHV(H,10),-1 ) ", and buyprice will then be " ref(HHV(H,10),-1 ) ". And here are the problem... Real life trading will not buy on that, buy it will buy on the last sales price (when the StopTypeProfit was activated).
-
Is there any way to have BuyPrice to be ;
-
If no trade on the bar before existed : ref(HHV(H,10),-1 )
-
If a trade existed; the last sellprice (that is, the StopTypeProfit level)
-
BR / T
This topic was automatically closed 100 days after the last reply. New replies are no longer allowed.