
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Shift did not produce differences in optimization steps.
were you optimizing
Post #9 was directed at nicholish en
William Roeder:
OP wanted "to prove this is wrong" to his developer. So I did, as did lippmaje. And now he has proof.
Yeah, no... no you didn't.
Perhaps you should read the manual, especially the examples.
How To Ask Questions The Smart Way. 2004
How To Interpret Answers.
RTFM and STFW: How To Tell You've Seriously Screwed Up.
You immediately started with your boilerplate lecture indicating that you had jumped to conclusions and completely misunderstood the OP.
So, no matter what the values of the input of Shift I enter, Shift at MA function is alway 0, right?
Yes so the shift parameters are there in the input parameter window, but it is not being used in the actual function calls so no matter what value you assign to the shift value it will not be used in the final calculation unless your developer adds it to the function call parameters.I did not see an actual call only the input parameters and the iMA function declaration, so there must be more code that shows how the function is called maybe your developer overrides the zero value in the call you have to look at the rest of the code.
Yes so the shift parameters are there in the input parameter window, but it is not being used in the actual function calls so no matter what value you assign to the shift value it will not be used in the final calculation unless your developer adds it to the function call parameters.I did not see an actual call only the input parameters and the iMA function declaration, so there must be more code that shows how the function is called maybe your developer overrides the zero value in the call you have to look at the rest of the code.
Thank for the advise.
He refused to look at the code without me proving to him with charts even I cut and pasted his error code to him. He fixed this bug after I have to show him charts that shift is not working. A non coder has to prove to his developer the code is wrong using chart, that is ridicular, I think.
I shall tag the paid developer to read this thread.
@Mehdi Abdolhossein Pour Malekshah,
Please look at this thread.
were you optimizing
ya
The problem is here:
The code probably should have been as follows:
The problem is here:
The code probably should have been as follows:
Thank Fernando