Re: Coding Help

742
Dear Mladen and Mrtools
I am going to make price smooth in this way
case pr_smoothprice:
if (close>open)
return((open+low)/2.0);
if (close<open)
return((open-low)/2.0);

Problem arises that the price became very sensitive.
will you please help me to lag the results
Complexity Is The Enemy Of Execution


Re: Coding Help

747
Xronos__ wrote: Mon Jun 04, 2018 9:21 pm
Hello TEAMTRADER ,
it does show on chart , you can see it if you shrink your chart to include lower values!.

GBPJPYH1_TEAMTRADER_stoch.png
So in other words it will not work as it was intended to work by superimposing it over the prices.
Pity.
Thanks
TEAMTRADER

Re: Coding Help

749
Xronos__ wrote: Mon Jun 04, 2018 9:57 pm @TEAMTRADER
exactly ! to learn how to do it , a good idea will be to study similar with your indention indicators created by mladen or mrtools ,
also keep in mind that is not the same task for all kind of indicators .
Have a look at this one it might be a nice start for you : OnChart Stochastic 3.01.mq4 viewtopic.php?p=1295367823#p1295367823
There are many things I can do but coding will never be one of them
Thanks
TEAMTRADER


Who is online

Users browsing this forum: No registered users and 17 guests