|
Frankfurt
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927
|
ADXvma only wants 3 parameters : (input, parameter, false/true) -- see line 65 / 66
for me what you did in the section that gives errors, it looks like this :
you gave ADXvma the BarsArray as INPUT and not the TSA (of the BarsArray) like in the upper working conditions.
but you have also this TSA now in there.
you give ADXvma 4 parameters now - that causes the problem - this is shown in the error -description "the Overload of .... blabla "
those messages are more important then the cs-code- info numbers linked to Microsoft stuff
i think you have to try the ADXvma of (TSA of BarsArray) ..... or so - depending what exactly do you like to calc.
|