View Single Post
  #7 (permalink)  
Old 02-19-2006, 06:38 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 16,268
Blog Entries: 106
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
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).
Reply With Quote