Hi
I cant seem to get the Buttersworth Indicator working in my scripts, im sure im making a simple mistake somewhere
The code im using returns the error
QUOTE:
error CS1729@(25,23): 'Community.Indicators.Butterworth2' does not contain a constructor that takes 2 arguments
and my code
CODE:
Please log in to see this code.
Thanks for your help
Size:
Color:
Hi,
You were misguided by the Wiki example which won't compile. When instantiating an indicator with constructor (i.e. "
= new") you have to provide a string parameter called description. This was missing and it's fixed now in the Wiki. Sorry for the inconvenience. Here's the proper syntax:
CODE:
Please log in to see this code.
Size:
Color:
Thankyou Eugene for your reply, got it now :)
Size:
Color: