[Archive!] Writing an advisor for free - page 89

 
tagneo:
can't you decompile it and pull the source MQ4? i just don't have the source itself(
for "decompile" on this forum can "decompile" your nickname! :))
 
don't))) better help)
 
barabas:

Good day Mr. PROGRAMMERS.

Please write an indicator for MT4. Its essence is simple - it should display all the bars on the history, for example, 9 am TF 1H. Ie if we take the history of 100 days - then the indicator will paint in red all 100 bars at 9 am, for example. It would be nice if we could set bars in the search settings from the timeframe of 1 minute and up to the days. If it is possible, it would be possible to show not 1 bar a day in search, but 5 bars with different colours. I will explain why - for visual search of patterns of price behavior when working with different indicators.

Thanks in advance.

Use my https://www.mql5.com/ru/code/9641
 
This is how your link is seen by other users who are not logged in under your account.

404

The page you requested was not found

Try to use the search box or find the information you need in one of the sections of MQL4.com

 
sergeev:
This is how your link is seen by other users who are not logged in under your account.

Apologies. https://www.mql5.com/ru/code/9641
 

Hi all, I am just getting acquainted with mql, advise me how to configure the Expert Advisor to open orders on a signal of a bend in the trend line and close orders when the trend changes direction. Thanks in advance!)

 

I need straight lines instead of rhombusesIndicator Support and Resistance,and ZigZag Stairs

I cannot change the line in the indicator properties (I change it to a line but it still shows as rhombuses) ...... I cannot change the indicator and it still displays as a diamond. I searched all runet, did not find anything good..... and I would like the width also lines to reduce.....
.
 
Lexxodessa:

Hi all, I am just getting acquainted with mql, advise me how to configure the Expert Advisor to open orders on a signal of a bend in the trend line and close orders when the trend changes direction. Thanks in advance!)


http://vinin.ucoz.ru/forum/5
 
tagneo: I can't get a line in the indicator properties

Right now it's like this


For example: 158 and 167


SetIndexBuffer(0,ExtMapBufferU); SetIndexStyle(0,DRAW_ARROW); SetIndexArrow(0,158);
   SetIndexBuffer(1,ExtMapBufferD); SetIndexStyle(1,DRAW_ARROW); SetIndexArrow(1,167);
 

Good afternoon!

I am asking for help in writing an EA based on three indicators RSI, AO, MA.

Reason: