MQL4 and MetaTrader 4 - page 1072

hello guys, i've just come up with an idea of trading strategy ... well, my strategy is to double the lot size if the last trade was loss (s/l was hit), and if there was a profit trade (t/p was hit) then the lot should normalize to initial lot size. The EA should open the trade randomly with custom
I have been using the following code to select an open order in the client terminal: for(int i=0;i<OrdersTotal();i++){ if(OrderSelect(ticket,SELECT_BY_TICKET)==true)   { I have an EA running on several currency pairs but only allowed one trade per currency pair. Do i really need to use the loop...
Hello every1 I'm working with OANDA MT4 Ver: 4 Build 406. I have an EA that checks for closed orders in the History Pool whenever there's an order closed. Sometimes 2 new orders are spawned in the history pool for each order i close. One is the order i have closed and the other is the interest on it...
I would like to have Function to buy 100%margin. I do not know calculation method. Please I would like to know if there is script
  Use Java In MQL4  (2)
hi I am a Java programmer - how to write functions of MQL4 in java and compile this java file that contain My MQL4 functions and use it compiled java in one mql4 file and call all of Functions that is in Compiled java . If anyone has information please help me in this case and in this regard if...
Hi All, There's finally a good solution to the issue of not being able to move charts across screens in MetaTrader 4. This tool runs in the background, is very lightweight, and will work on any instance of MT4 on your computer. Float one chart or float all charts at once. This progam adds menu items...
Hello forum, I have a pretty cool EA from a programmer (I am quite new at this), by the good old logic: if CONDITION A, open if CONDITION B, close but I would like to add a little tweak, as follows: if CONDITION A, open if: 1) CONDITION B, close; or 2) stop loss was reached BEFORE...
As many people know, portfolio strategy can low down the risk greatly. "portfolio" can refer to any kinds of matrix, for example, one EA is applied for multiple currency pairs, or one currency pair with multiple EAs. But I find a problem in backtesting, in MT4 tester, seems I can only choose one...
Hi dear all, want to ask a question about journal in MT4 tester, does anyone know what PrevPL means? I searched all threads in Forum but didn't find any clues about it... seems it's a too basic question to be asked here, but I really want to know the answer. Thanks and Best Rgds!
[Deleted]
I need to get: Time, Ask, Bid. For example: 100 ticks ago, what was the tick Time, Ask, and Bid prices? Currently I have achieved this by having the EA save all tick data in an Array when it starts running. However the obvious limitation here is that I can't access any tick info from the time before...
  Html scripts  (1)
Hallo, ich bin auf der Suche nach einem Script, mit dem ich einen Leser für Audio-Spuren in eine Html-Webseite einfügen kann. Ich brauche dabei folgende Funktionen: Eine Auflistung der zur Auswahl stehenden Musikspuren, ein Foto, das man in jede Spur einfügen kann, einen Rollbalken, um schnell in...
[Deleted]
Hi, From 3 months I founnd good strategy for trading and results are great. I use very strange method but I like it. Can I ask for some help in changing the settings on the indicator I use? if someone want help me, please write private! Thanks
Hi does anyone know if it is possible to average the highs and lows of the current market to determine a stop loss for an ea? The market is trending, ranging, or straight up traveling sideways. I was thinking, why not use an indicator like fractals to determine the average dips (ranges) within the...
[Deleted]
I have a function: Alert("Result: ", DoubleToStr(MyFunction(5),2));double MyFunction(int i) {   int k = 43;   return(i/k);}// Result should be: 0.11// Result returned is: 0.00 I've tried it with and without the 'DoubleToStr()' function! The returned result is always the same: 0.00! I've also tried:...
If you move Market Watch and Navigator around with your curser it sometimes suddenly changes to full width of the terminal window. How do you get it back to the normal narrow size?
[Deleted]
Hi, I'm quite new to this forum and metatrader 4. I wonder if there is a simple script I can run to download all FX pairs' history data instead of manually download all of them each at history center. Thanks, Zhenduo
[Deleted]
  Usa Resitents  (8)
I have seen a lot of Broker's saying that usa residents are not allowed .... my question why ?????? and some say it is due to NFA rules ... what is NFA ....///
Hello all. it's me again :(( is anybody there to help me how can i calculate time and price of two crossed trend lines? i have a code for it but it has some worng. i want it be exact with any pips difference... thank you
  ICHIMOKU ORDER CLOSE  (12   1 2)
I'm having trouble closing my opened order. Any ideas? //+------------------------------------------------------------------+//|                                              ICHIMOKU_SIMPLE.mq4 |//|                      Copyright © 2012, MetaQuotes Software Corp....
[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