[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[system-traders] Re: [GT] Missing dependency on input parameter for MACD Indicator
* Philipp Plänitz <philipp.plaenitz
AT
s1999.tu-chemnitz.de> wrote:
|
| hello devel-list,
|
| i found a missing dependency on input parameters for the MACD Indicator.
|
| here is the diff for GT/Indicators/MACD.pm:
| 16c16
| < @NAMES =
| ("MACD[#1,#2,#4]","MACDSignal[#1,#2,#3,#4]","MACDDifference[#1,#2,#3,#4]");
| ---
| > @NAMES = ("MACD[#1,#2,#4]","MACDSignal[#3,#4]","MACDDifference[#1,#2,#3,#4]");
|
|
| nice weekend to everybody
This was allready in my version of MACD.pm from cvs ... Somebody else
must have modified this before :)
Erik