2. Is the look back period for CrossAbove/CrossBelow with respect to each data point? e.g. on the previously stated bars object config,
CrossAbove(MACD(Closes[0], 12, 26, 9), MACD(Closes[1], 12, 26, 9).Avg, 10)
would look at 50 min of MACD(Closes[0], 12, 26, 9) and 10 min of MACD(Closes[1], 12, 26, 9).Avg
3. On a multi bars object strat, if the input is not specified (i.e. MACD(12, 26, 9)), will both bars objects' data be run through the indicator?
All the best,
Taylor Block

Comment