Hi, How would I put together a backtest for the following. My Buy signal is:
Buy = C>MA(C,20); How do I do a multiple sell signal for the following: StopLoss is hit is when C < MA(C,50) Stoploss price is MA50. TakeProfit is when C > MA(C,10), and TP price is MA10. I can only see one Sell & Sellprice variable. How do I put both of these conditions into Sell & Sellprice? Thanks, Alex
