I use Strategy Wizard to develop simple strategy for a first time.
At the first stage I want to achive the following result:
1. Build a condition to enter short position
2. Set trailing stop
But I struggled with the following issues:
1. The instrument I use for backtesting has tick size 5. I want to use the fixed stop equal 1000 points in price. So I use SetTrailStop with mode = CalculationMode.Ticks and value = 200(200*5 = 1000). Am I right?
2. On the image I attached one of the setups is shown. The condition is triggered at green bar before purple pointer. I want to do the following:
a. Enter at the close of this green bar
b. Understand why trailing stop is triggered
Can anyone help me please?

Comment