View Single Post
  #9 (permalink)  
Old 02-19-2006, 06:46 AM
newdigital newdigital is offline
Administrator
 
Join Date: Sep 2005
Posts: 16,317
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
4. As we can choose the indicators for direction and filter we may select the settings of the indicators. I think the settings are the same with all the versions:

Code:
// parameters for MACD and OsMA
int DirectionFastEMA = 12, DirectionSlowEMA = 26, DirectionSignal = 9;
// parameters for iWPR and iForce indicators
int WilliamsP = 24, WilliamsL = -75, WilliamsH = -25;
int ForceP = 2;]
Nobody changed it. But we may change in the code. It's no problem.
Reply With Quote