I copy and pasted a section of code which was a subroutine named "GoLong" which I planned to edit. Before I was able to edit I received an error message stating that my strategy "already defines a member called 'GoLong' with the same parameter type." But after changing the subroutine to name "GoShort" and editing the appropriate lines in the code I tried to compile my strategy, but received the exact same error message. However there is no longer "GoLong" subroutine on the line referenced by the error message. What's the deal?
Thanks,
Ron

Comment