2. TSD EA is trading on D1 timeframe taking the direction from W1 and trailing on H4 timeframe:
Code:
// trading periods
int PeriodDirection = PERIOD_W1, PeriodTrade = PERIOD_D1, PeriodTrailing = PERIOD_H4, CandlesTrailing = 0;
We may change it but the original idea was like this (see code above).