zoritch 29.04.2011 23:26 I tried all indicators that either give alerts or visual buy/sell signals, so I ran them with a straight and reverse EA where the signals just swap places... I have run about fifty of them... Profits end up going fifty-fifty... It turns out it's all bullshit, just noise
[Deleted]
Hello ; for example for the profit : we use : AccountProfit(); but I don't know ho to get the level of stop Loss and Take Profit ?? thanks
Hi, I'm new here. Hope someone can help. I'm looking for an indicator which will plot Price divided by a SMA (simple moving average ). Would anyone know if there is already one available? I have looked through MQL4 indicator libraries, but haven't been able to find one. There are a couple similar
Hello everyone. I am trying to write a piece of code to add to my EA that will allow a choice of getting/redeaing tick data from CSV files (so I can test with real market data, but not with generated by the tester). I think I need to open a file in the init function, but read data (date, time,...
Are there any tools available for helping with setting indentation correctly and allowing an EA writer to see which curly braces are closing which earlier braces (e.g. through using the same colour as in Excel)? I spend a lot of time thinking this through and I'm sure that some of my thinking could
[Deleted]
Hello, This EA is designed to place a number of buy and sell pending limit trades, using the TradesAboveBelow parameter. When the EA loads, it gets the current Bid price and places the specified number of trades above and below that Bid price, all spaced according to other variables. This part works...
[Deleted]
Can someone help me to find an indicator that can give ma the “moving Average inclination”??? For example, if the moving average is flat it should be around zero… if going up, Positive, if going down, negative. Regards, Fly
i want to look several charts in one windows, after i plate them togeter, the window seems very crowdy, the border frame almost occupy half of the window, that is useless,waste many resouse . how to minimize they or delete them ? thanks
WishfulThinking=iMA(NULL,PERIOD_M1,24,0,MODE_SMA,PRICE_WEIGHTED,-1); pfffff....
HI, Looking for a way to have MT4 draw an arrow on the chart when you exit a trade via the Terminal window. If the exit is via an EA then the ObjectCreate function will achieve this, but what if I want to exit the trade manually ?. Any way to add a marker/arrow at the exit point ? Thanks.
i use scripts to open orders,and set 20 seconds interval period between two orders,ofter open one .i charge the timeframe, the orders were opened at once, no interval to wait, is it a bug ?
[Deleted]
Hello, This EA is designed to place a number of buy and sell pending limit trades, using the TradesAboveBelow parameter. When the EA loads, it gets the current Bid price and places the specified number of trades above and below that Bid price, all spaced according to other variables. This part...
[Deleted]
Is it possible to build an app. which remotely monitors MT4 installations? Here are the features I'd like: ---------------------------------------- MT4 Monitor Service Monitors MT4 installation to ensure up and operational 24/7 Features Runs as service or application either on different machine or
Is there a way to send trades from my terminal(MT4) to another MT4 platform?
[Deleted]
How would one modify the daily chart to be based off the London open?
[Deleted]
Dear Sirs I am facing a problem with my EA which is, Take Profit is not being activated when hit by the bar as shown on the attached snapshot yellow circle. Can anybody advise what is the reason behind this occurrence and how to resolve this issue. Regards Greenblue
[Deleted]
Hey guys, Really strange but when i run the following code it does nothing. GetLastError() returns 130. Print ( "running" ); OrderSend ( Symbol (),OP_BUY, 1 ,Ask, 3 ,Ask- 25 * Point ,Ask+ 25 * Point , "My order #2" , 16384 , 0 , Green ) But if take the same code and remove the stop & target info
Hello Friends Can somebody help me code Stoploss in this good EA Thanks in advance
Hello again fellow coders. I have finished reading this very very impressive article: https://www.mql5.com/en/articles/1572 (titled: Protect Yourself, Developers!) That was an excellent article Sergey, thank you. I was successful at implementing all of those ideas without need for support, it was...
Can someone help me understand why my ea took the following trade? Sell on July 1 @ 17:17 for 1.44657 My EA is telling it NOT to sell if the Stoch is going up. Did I miss something? I have looked at this every way I can... going cross eyed. This is on the 4 hour chart. I don't know how to...
Hey, I am new to MQL (thats why my EA is so simple) and I'm getting this error but I have no idea why... The solution is probably very simple, but I just don't see it. I think the best would be just to post my EA code, thanks for your help! extern int MATimeframe = PERIOD_H4; extern int...
[Deleted]
Does anyone have a CCI indicator that is in a bar format as opposed to a line?
[Deleted]
I am trading my strategy for a couple of months now and it is giving me good rewards. Now I tried to code the strategy myselfe (read many books and tutorials) but just cant get it done. I am ready to share the strategy of course with the one who will help me out and code it
Megaproject Dear forum participants, programmers and traders. I invite you to join me in creating a great Expert Advisor (in terms of volume of work and complexity). Which will include a fairly large number of trading systems. Here, everyone can offer their views, their system, and choose the
[Deleted]
Hello ; the indicator that I create is to indicate if line 1 > line 2 or line 2 > line 1 for all time frame : as you can see on the picture I would like to know if black line crosses over the red one (the indicator on down ) or not : and I calculate the difference : so I must call this indicator...
Hi guys, I just have a simple question. I am trying to use a custom indicator in an EA. What the custom indicator basically does is it adds 2 MAs from two variables that use iMA(), and sends that to a buffer. I then use iMAonArray() on that buffer to get another indicator as a crossover. This is...
[Deleted]
Hi! It's me again. I recently opened a thread concerning the problems I had with my version of GetRatesItemValue. But now there is some new strange trouble. (I open this thread because no one wrote a comment in the old one.) At the moment I'm trying to code functions in the dll which have access to...
[Deleted]
Hello ; I don't know if you understand my problem but sometimes I have the similar problem . I have 8 buffers ExtMapBuffer but the code need to use another array (2 arrays) here tableau1 and tableau2 here i the code (simple) double tableau1[];double tableau2[];int...
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.