Thank you very much for your support

Working better on 5minutes TF
will add more filters to make it perfect
Thanks again
Best posts made by ask4abusaidu
-
RE: Some modificationsposted in Questions & Answers
Latest posts made by ask4abusaidu
-
RE: How to fix this mq4 file?posted in Questions & Answers
Hi... this is a decompiled stolen code..
no one should work on this.. -
RE: Finding buffer in source code of indicatorposted in Questions & Answers
your indicator buffers should start like this also
IndicatorBuffers(5);
SetIndexBuffer(0,histou);
SetIndexStyle(0,ShowBars ? DRAW_HISTOGRAM : DRAW_NONE);
SetIndexBuffer(1,histod);
SetIndexStyle(1,ShowBars ? DRAW_HISTOGRAM : DRAW_NONE);
SetIndexBuffer(2,limu);
SetIndexStyle(2,DRAW_LINE);
SetIndexBuffer(3,limd);
SetIndexStyle(3,DRAW_LINE);
SetIndexBuffer(4,fillu);
SetIndexStyle(4,DRAW_LINE);according to the buffers starting from 0 to 2
and also replace
#property indicator_buffers 12
to
#property indicator_buffers 3
since its 3 buffers totalif still doesn't work then you have to input the buffers manually
like this
-
RE: stopp loss on previous MA cross over candleposted in Questions & Answers
Hello, any help on this
-
RE: Some modificationsposted in Questions & Answers
Thank you very much for your support

Working better on 5minutes TF
will add more filters to make it perfect
Thanks again -
RE: Some modificationsposted in Questions & Answers

Still opens sell on a buy signal
i tried to solve the buffer but still could not
i think the only thing is to solve the BUFFER -
RE: Some modificationsposted in Questions & Answers
So what will be the entry if to use for buy and sell
-
RE: Some modificationsposted in Questions & Answers
its working now.. only some problems

it will keep opening positions as long as the candle is below itshared/5hy0ms4tc

