MQL4 and MetaTrader 4 - page 1587

[Deleted]
  Alert question  (1)
Hi I wrote Alert but it only works when I open window with my indicator.It works only also when I jump beetwen charts windows, in other wordswhen I jump between charts time levels. It seems that indicator can notcount when whorks. How can I solve my problem ? Need help. Is itconected with...
Truth Consult (Guangzhou Truth Marketing Research Consulting Co., Ltd.) is a professional marketing research and strategy consulting company. Our business is focused on marketing research, public opinion research, and marketing strategy consulting. There are two business departments, Truth Research...
[Deleted]
Hi, Can anyone help me ? This is part of the code: nameObj="_"+ExtComplekt+"LineR_" + countGartley; ObjectDelete(nameObj); ObjectCreate(nameObj,OBJ_TREND,0,Time[aXABCD[X]],zz[aXABCD[X]],Time[aXABCD[B]],zz[aXABCD[B]]); ObjectSet(nameObj,OBJPROP_COLOR...
HI seniors, I'm a junior here Just a quick check , is there any tools that can be added to MT4 platform, so that whenever we try to execute any order the system would need to reconfirm, coz most of the time i forgot to change the lot size end up i executed the order . Plz advice thanks
[Deleted]
I want to write an indicator the draws fib levels that are not the default used by the OBJ_FIBO. I want to remove the 23.6 and add a 78.2. I have tried using the ObjectSet("Fibo", OBJPROP_FIRSTLEVEL+5, .782); code, but it does not work. Can anyone tell me how I can modify the Fib levels drawn by...
[Deleted]
I want my EA to place both EURUSD and USDCHF buy orders simultaneously, then close when it's in profit (in any way) by 10 pips and then immediately place two new buy orders and so on. However, it wouldn't do anything when I place EA on a EURUSD chart. Could anybody provide some insight? extern...
The moving average EA is buying when its suppose to be selling, isnt the code suppose to diferentiate between buy and sell, how do i correct it
[Deleted]
Dear guys I need to send some price data to a dll. inside of dll, symbols are concatated to previous one and at lase forming a string like this
[Deleted]
So do you know any brokers that continue demo trading on weekends? Regards
Almost exactly a copy of WACKENA's 2nd place advisor ---- Revised it and made some changes of my own. The improved release really worked out better, entering less often, there are fewer losses - I opted for 3-5-6 months until 18.09.2007 and ran it for the Championship period ...I'll post the state
  Literature  (2)
What books to read to learn to programme MQL4? Forex blog. Article about trade forex
[Deleted]
CAN ANYONE TEACH ME HOW TO MAKE AN EA ON THIS 1 IM A NEWBIE I WANT TO MAKE AN EA BASED ON THIS INDICATORS TO HAVE A LONG POSITION WHEN THE TSR ISA ABOVE THE I-LRL AND TO HAVE A SHORT POSITION WHEN THE TSR CROSSES BELOW THE I LRL MANY THANKS IN ADVANCE
[Deleted]
Hi im dennis im a newbie in mql4 im using the I-LRL-2 color indicator in my trading buying when the candle is above the regression line or slope and selling when the candle closes below the regression line or slope and its good. i just want to ask for some help of how i can put this indicator...
[Deleted]
I would like to code slope of a moving average . i.e. enter a trade when a moving average is greater that 40 degrees. Can any one show me how to code this task? Thanks In Advance, ajone92
Hello, May be the subject will lead to some confuse, Sorry, but I can't find any other way to say it. Digits+1 broker is those who use 5 digits decimal for GBPUSD, EURUSD, etc (the common broker usually use 4 digits for GBPUSD). My code is : //---- input parametersextern...
[Deleted]
Hello Everyone, Does anyone has an EA for Parabolic SAR that could share with me, I'm trying to test it with a new starategy that I'm working on. Thanks, Mike K.
[Deleted]
Hello Everyone, I have been having some serious memory and CPU issues with my system every time I try to use one of the indicators called TriggerLinesAlert.mq4, I think I got it from the code base section…great indicator and great work to who ever created it. Since I started noticing this issue, I
HEllo there I have bought Aoutotradingsolution but it not working with my broker I guess because my broker using 5 digital price. If anyone know how to set it? please help me to do so
[Deleted]
Hello, In my EA, when the current trade have a profit level (for example 50) I make a SL of 25. I would like when the EA close the current trade (when arrived at 25 profit) waiting the next bar to enter in a new trade. Have you got any idea to make this ? I know sleep() function, but I don't know...
[Deleted]
Hello All, I have series of conditions. If the RSI is greater than 50, if this and that line are crossed, etc. I need an easy... or difficult way to handle the signal on the very first bar after the conditions are met. The EA keeps firing on every bar once my conditions are met. Thanks in advance....
please I need some one who can code my trading system to EA for. the system is based on parabolic SAR. Please me on empowerng@yahoo.com
I know it probably cannot be done but just had to ask.
[Deleted]
How can I start an ea from a currently running ea at a certain time? I tried this, but it did not work: #import "another_ea.ex4" int start(); start(){ datetime certainTime; //e.g. 7:00 AM if(Time[0]==certainTime) { start(); }} A problem might be that the start()-Funktion is defined twice....
[Deleted]
Hello experts. I have 4 indicators that I would like to combine them all to 1 indicator with auto reading “meaning that it shows arrows when all 4 indicators matches, what would be the best way to accomplish this? Your feedback is greatly appreciated. Thanks, Mike K.
Developers of the MetaTrader 4 are in Russia, so it is no wonder that the largestMQL4 knowledge base is concentrated in the Russian-speaking part of our resource.We do our best to translate articles into English and Chinese as fast as possible,but lags are unavoidable. So, if you want to enlarge...
[Deleted]
Can anybody give me a hint? I want to record the lotsize of last trade as an GlobalVariable. I want to get back the lotsize after restarting the system. // create record for dLots GlobalVariableSet (lotsizebox, Lots); // get globalVariable dLots = GlobalVariableGet (lotsizebox); What's wrong with my...
[Deleted]
Greetings, Would anyone be able to provide the ticks (saved as fxt) for October 2007, November 2007 and December 2007 so that I may use it in test? Thank You.
-
Hi, MQL experts: I would like to implement my trading algorithms in one EA with the price data of different time fames, say H1 and M30. Is it possible to do that? (I only knew that an EA can apply to one chart with its price data of single time frame, but I don't know if it's possible to
The idea: Go short when bar close higher than the higher bollinger band and go long when the bar close lower than the lower bollinger band. It sounds simple but I can't make an EA for this what works. Please help me! int cnt, ticket, total;double BoolHigh, BoolLow, Mahigh, Malow; BoolLow =...
i want to make the volume appear as arrows when the Volume is green the arrow under the candle and when the Volume is red the arrow above the candlethis code iVolume(NULL,0,i); dont work any one can help!!!1