|
I do not know who to credit for the QQE indicator, but I know it *
* was not created by myself, Matthew Ebersviller. I take no credit *
* (or responsibility) for the EA.
QQE was created by Roman Ignatov with a copyright of 2006 yet it is exactly the same as TrendStrength made by Igorad with a copyright of 2007.
Just for your info cos you had that in the EA.I put TrendStrength here cos it has about 6 variable to use possibly IgorAd made it better than QQE version.
Mode = 0; // 0-RSI method; 1-Stoch method; 2-ADX method
Length = 34; // Period of evaluation
Smooth = 5; // Period of smoothing
Price = 0; // Price mode : 0-Close,1-Open,2-High,3-Low,4-Median,5-Typical,6-Weighted
ModeMA = 3; // Mode of Moving Average
Deviation = 10;
__________________
No
Last edited by kjhfdgjfhdghdf; 11-09-2007 at 03:28 PM.
|