1) a daily trading session start time and length (in hours). No trades to be initiated outside of that session, all open trades to be closed at the end of that session.
2) Stoploss to be based on user input dollar amount, default value of $150.value can be changed by user.
3) Breakeven stoploss to occur when open equity reaches $100 (amount to be a user input, default value of $100)
4) Strategy to accommodate up to 5 contracts, with user ability to set different profit target (expressed in dollars) for each contract.
5) If profit target amount is not supplied for any of the 5 contracts, then a trailing stop of the SMA(18) will be in play. Period of the SMA is to be supplied by user parameter, 18 being the default.
6) entry point would be 3 consecutive candles at least 50% candle closing or reaching above each other all above the sma.
i am having trouble with entry and with exit for targets of second target on.
can you please let me know if i can do this with the strategy wizard?
thank you
green

Comment