MQL4 and MetaTrader 4 - page 1087

[Deleted]
Hi everyone, please, I can´t find instruction for my matter. I saw this somewhere along here.... I want to open new chart with my own template - automatically (with using MQL) Thank you for your help, code example please Nice week! Endy
[Deleted]
I wrote an EA shell which uses a DLL function in start() function - and it works OK while in forward test mode, but is no any sign while I try to back test on historical data. and i have also check the options MYDLL's size is 208Kb, it is work well for indicators called this dll with icustom in...
Hello, I downloaded a MT5 from https://forum.mql4.com/13523 and try to test my stratgy via strategy tester. Results are more then good but then I downloaded MT5 from Alpari and tried the same EA. Surprise for me were different results but not the houndreds of dollars, but the different is about then...
Error1 means: "No error returned, but the result is unknown." Typically one gets this if one makes a change and change nothing... eg doing an OrderModify without changing any of the params. I get many of those from this function, but cant figure out why. As you can see before modifying the SL I...
  PrizmaL ATC 2011  (2)
PrizmaL ATC 2011 Download: http://www.mediafire.com/?bgd1mofgse31zpd GalaxyX for EURGBP (no limitations)
Paying is possible to eliminate DLL called in Expert Advisor .EX4? thanks and Regards.
Hi, Does any one know a successful strategy using MT4 indictors? Thank You!
[Deleted]
Hi, I am working on a scalping strategy using the Heiken Ashi Indicator. The rules are the following : - check that historic volume and historic ATR are positive - if Heiken Ashi reverse (bulish candle to bearish candle) and if we are under the daily pivot (or 10 pip above) then we enter a short...
Within an EA I want to create a log file that is added to everytime an existing trade gets its first StopLoss assigned to provide a list containing the OrderSymbol(), OrderType(), OrderOpenPrice() and OrderStopLoss(). However, I understand that this file can not be read while the file is open for...
Hi, I wanted to ask if any one knows how to speed up an EA in the strategy tester. (a strategy tester for MQL4). Thank You
I am new to the forum and am engaging a programmer to build an indicator utility for me. I have read the rules for placing the order but have not seen a section that discusses how I put the money under the control of the forum. How do I pay for the service
Have been trying to develop my first customer indicators. One example sort of worked and I could access the results - great. The following displays nothing in the indicator window - not even the ShortName, parameters - just a complete blank panel I have simplified (and simplified) by removing code...
[Deleted]
This is what I really require: I would like to take a basket of about 20-40 stocks, and add to each one alerts for when they break say their 50 SMA either to the down side or to the upside. Than depending on how your alerts work, I would like to go to that chart and trade that stock. Ideally, how is...
  Script Request  (3)
Hello I have an idea for a script but no skills in programing it, does anybody do it for free or a fee? Here goes sort of a programming idea, and it should work on any currencie, with 1hr chart, or others but i do this on 1Hr. We could also backtest this and see immediatly if it works well. Many...
I am trying to solve a problem. **** I have corrected errors based on feedback from Raptor and deVries *** Values from the indicator Long Buffer 0 +ve (iCustom(NULL, NULL, "Signal_Indi",12,0,1) Short Buffer 1 -ve (iCustom(NULL, NULL, "Signal_Indi",12,1,1) For Long I test for "Bulls" Buffer 0 >...
Hi, I am having problems in calcuating the exact expected profit and loss. Below is the code. Even if my position closes at exactly the specified TP and SL I seeing variation in actual profit and loss. I believe I accounted the spread in the below code. Please verify and help me. double tloss=0;...
I've been trying to create an expert advisor which will automatically buy 1 unit when the tenkan-sen>kijun-sen (when the tenkan-sen line is above the kijun-sen line) and then sell it once the tenkan-sen is lower than the kijun-sen. However, it has been difficult to take profit once the tenkan-sen is...
[Deleted]
I have been trying my best to get this right. Can't quite seem to get er. I decided to put the StopLoss and Target Price in the MACD Sample for now to make things simpler. Not worried about the ECN Pips2double adjustment code right now. I have it in some other EA'S and I think it is Ok. Just would
How can I optimize Indicators that aren't in or part of any EA? The setup is for a manual trading system with up to 8 indicators attached to charts. I have the source code for some of them that are in the public domain, but not the primary ones which I got with the manual trading system that I
  Friday nonsense  (124   1 2 3 4 5 ... 12 13)
Do you people really believe in all these trading theories and all sorts of pseudo financial trading systems
[Deleted]
Hello World! :) i am using the Forex EA Generator. There is a "Check last order type" block. with this you can say "if last order was a buy order than...." my question is now. is there a solution for "check last order type AND lots"???? i mean: "if last order was a buy order with 1.00 Lots than........
[Deleted]
Hello, I have 3 machines where I usually set up MT4 demo accounts from different brokers. The problem is, right now, I can only create accounts on one machine. The other two will not allow me to create accounts. Doesn't matter which broker. Every single broker platform fails on these two...
[Deleted]
Dear's, Kindly i need your help me on the below as it's open oppsite trade for one trade exsit,but while i test it it some time calculate take profie (Open Order Price-20 point) and this right and sometimes (Open Order Price-2000 point) calculate and this wrong Please Heeeeelp extern int MAGICMA =...
[Deleted]
Dear's, Kindly i need your help me on the below as it's open oppsite trade for one trade exsit,but while i test it it some time calculate take profie (Open Order Price-20 point) and this right and sometimes (Open Order Price-2000 point) calculate and this wrong Please Heeeeelp extern int MAGICMA =...
[Deleted]
Looking at debug output on the Journal tab while trying to stop and continue EA execution on the Settings tab is most inconvenient. It would be very advantageous to combine these two functions on a single tab. What are your thoughts?
I have written an experimental EA that has to do a transaction at a certain hour. Here is an extract of the code, the "if" statement is completely ignored when I do a backtest in the tester. Can anybody please help me? int TradeHour = TimeHour(TimeLocal());int TradeMinutes =...
  coder needed  (1)
Hi! I have one EA based on this strategy No.1 http://www.earnmoneyplus.net/Manual%20Trading.html This is EA! I want to upgrade it with martinagle system and trailling stops. If here are some good boys to help me, please contact me! This is my first post, please be kind! :) Thanks!
Just wondering what the best solution might be to varying the grid size on charts in MT4 (other than decimal type intervals). I notice to 2 grid indicators in the codebase that allow horizontal grid lines to be drawn on the charts But despite viewing both through MetaQuotes Language Editor, my...
[Deleted]
Hello all, I am new in indicator creating world, actually never done it before. Can anybody give me or help me to create an indicator of RSI 14-9 MA? This would be very useful, I know many people has it, but I just can not find it anywhere. Thank you all
Scratch that question. That is true. It is currently impossible.