Page 49 of 158

Re: Coding Help

Posted: Sat Aug 12, 2017 3:50 pm
by jirayus409
mntiwana wrote: Sat Aug 12, 2017 4:41 am
From which one of post number - 428 or 429 ?
#428

Re: Coding Help

Posted: Sat Aug 12, 2017 4:13 pm
by mladen
jirayus409 wrote: Sat Aug 12, 2017 3:50 pm

#428
Check this thread : Metatrader 4 build 1090 bug fix ...

Re: Coding Help

Posted: Tue Aug 15, 2017 1:34 pm
by merlin1991
hi, all master coders. i need your help to code this ideas, 1. Buy Trailing Stop - Set 1 pip below lowest bar in previous 3 bars excluding Inner Bars. Inner Bar is when one bar's high and low are within previous bar high and low. If this happens, exclude this bar and go back 1 more bar. visevasa


please kindly help.

thanks

Re: Coding Help

Posted: Thu Aug 17, 2017 3:58 am
by yuhu
dear all, please can you please kindly help with the below?
I am working with indicator that draws up/down arrow and i am trying to find out how many up arrows were there in the last x bars.

what is the most efficient way to do this? a loop? or is there another trick that will do the job?

the same goes for how to find out that there are 0 down arrow in the last x bars.

many thanks in advance as always.

YFX

Re: Coding Help

Posted: Thu Aug 17, 2017 7:49 pm
by airquest
Hi guys, if anyone can help it would be awesome. I can't manage to make a proper EA that reads CSV files... Please help. Thanks.

Re: Coding Help

Posted: Fri Aug 18, 2017 8:02 am
by airquest
Use the value of the up and down arrow buffer from the indicators. If value is not empty or equal to 0 (depending on how the indicator was coded) within the last X bars then there was a signal.

yuhu wrote: Thu Aug 17, 2017 3:58 am dear all, please can you please kindly help with the below?
I am working with indicator that draws up/down arrow and i am trying to find out how many up arrows were there in the last x bars.

what is the most efficient way to do this? a loop? or is there another trick that will do the job?

the same goes for how to find out that there are 0 down arrow in the last x bars.

many thanks in advance as always.

YFX

Re: Coding Help

Posted: Fri Aug 18, 2017 6:55 pm
by TEAMTRADER
Would someone please amend this indicator to show daily levels please?
The original weekly indicator (attached) is for weekly and my attempt to change it to daily levels is the second attachment. There is no difference between them.
Thanks.
TEAMTRADER

Re: Coding Help

Posted: Fri Aug 18, 2017 11:09 pm
by mladen
TEAMTRADER wrote: Fri Aug 18, 2017 6:55 pm Would someone please amend this indicator to show daily levels please?
The original weekly indicator (attached) is for weekly and my attempt to change it to daily levels is the second attachment. There is no difference between them.
Thanks.
TEAMTRADER
Why don't you use some pivots that can draw multiple time frames pivots?
Is that pivot that different from the regular pivots (as far as I see the code it is the same as any pivot)?

Re: Coding Help

Posted: Sat Aug 19, 2017 1:06 am
by TEAMTRADER
mladen wrote: Fri Aug 18, 2017 11:09 pm

Why don't you use some pivots that can draw multiple time frames pivots?
Is that pivot that different from the regular pivots (as far as I see the code it is the same as any pivot)?
Because I am trading Renko offline charts.
TEAMTRADER

Re: Coding Help

Posted: Sat Aug 19, 2017 7:00 am
by mladen
TEAMTRADER wrote: Sat Aug 19, 2017 1:06 am

Because I am trading Renko offline charts.
TEAMTRADER
So?
Other indicators do not work on renko?