MQL4 and MetaTrader 4 - page 788

Hi, has anybody here successfully traded manually on a chart in visual mode of the strategy-tester? I have found installed and unsuccessfully tried several 'One Click Trader' like: 1) https://www.mql5.com/en/code/9294/ or 2) EasyOrderSettings v4, 3) ArmadaOneClickTrader, 4) QuickDealClient 5) MT4's...
I have created vertical lines in the main chart window with ObjectSetText using the value of 0 for the main chart window only. The Lines however are repeated in all subwindows as well. How can the vertical lines be made to only appear in the Main chart window? thanks
Dear Forum, I've found a DEMA working Indicator, that's working really good by using this code: Working Indicator with DEMA #property indicator_chart_window #property indicator_buffers 1 #property indicator_color1 DodgerBlue //---- inputs extern int MA_Period = 9 ; //--- buffers double
I am interesting in testing and experimenting with this strategy but I am new to MetaTrader/MQL4 so I would prefer to start with working code than develop it from scratch. Thank you in advance. CarpeDiemSooner (Brand new member)
  Array initialisation  (35   1 2 3 4)
I've been learning about arrays from the mql4 guide, and I have come across a topic that I am having trouble with; array initialisation is slightly bewildering I don't understand the statement below " Array Initialization An array can be initialized only by constants of a corresponding type
To check the initialization of my EA (on b625) I tried to start the debugger with (editor b914) Tools -> Options.. Debug: - Use specific symbol and period - AUDUSD - M1 no I start the debugger and ... and nothing happens: In the Expert tab I read: nothing, and the journal tab: 2014.03.23
Hello, my mt4 terminal is freezing every few minutes. Don´t know what the reasen is because i haven´t any indicators running, its blanc chart i have set the bars history/chart to min but no change I have reinstall my system one week ago, but same settings, os, hardware. before reinstalling i...
  editor b912  (18   1 2)
Some 'builts ago' I was able to arrange and add icons to the top icon 'line' with New Open (folder) Save save All ... Start Terminal. But now I can't find any more where and how I can add e.g. Undo and Redo. I would expect either a menu upon right mouse click over that part of the editor or a tab...
if (Bars != ThisBarTrade )    ThisBarTrade = Bars;   if(_AND && !__isExist(0))_Open_Position = OrderSend(Symbol(),0,_Arithmetic,MarketInfo(Symbol(),MODE_ASK),0,MarketInfo(Symbol(),MODE_ASK)-MarketInfo(Symbol(),MODE_POINT)*35,MarketInfo(Symbol(),MODE_ASK)+MarketInfo(Symbol(),MODE_POINT)*168,"RSI...
Does anyone know if the new language in MT4 allows login of simultaneous accounts yet from one instance?Instead of having to maintain separate libraries be nice if I could maintain one and tell MT which account to use for which and the settings for that account. It looks to me from the help...
  How does TICKVALUE work?  (12   1 2)
Hi there, There is this code from http://www.earnforex.com/position-size-calculator. Is the function that calculate risk and position size from their indicator. void CalculateRiskAndPositionSize(){   if (!UseMoneyInsteadOfPercentage) RiskMoney = Size * Risk / 100;   else RiskMoney = MoneyRisk;...
[Deleted]
Hello, How to remove the warnings ? 'Sample.mq4' Sample.mq4 1 1 implicit conversion from 'number' to 'string' Sample.mq4 48 22 implicit conversion from 'number' to 'string' Sample.mq4 48 38 0 error(s), 2 warning(s) 1 3
[Deleted]
Hi guys. Can you guys teach me how to properly write a EA? From my understanding, EA similar to an indicator but it can automatically do the trading for you. What I got so far from https://docs.mql4.com/trading and from google is: To open a new order we do: if (condition1) { int ticket= OrderSend
[Deleted]
Could I add new lots to an open position or I have to open a new order? Could I do partial close in live or I have to close all the position and open a new one with the new volume? I have read that I can't ther -> http://www.dailyfx...
I do have 10 orders with specified distances 2nd = 10 pips 3rd = 30 pips 4th = 60 pips ....... etc 1st conditioned MA (.....) 2nd conditiond MA & BARS 4H CLOSE & DISTANCE NOT LESS THAN 10 pips 3rd ..............................................................................................30 pips...
Does anybody knows which one is correct: terminal.exe /portable or terminal.exe "/portable" ? I have seen both, both are working - which is better?
Hello, can somebody help me to draw a simple dropdown menue on chart like in following picture:
Hi I am highly appreciated if someone writes the code. dont reply saying that "study basics and get own coding for yourself " I just need who really wants to help me instead commenting read something etc and go for job coding.. that i know.. because waiting for someone who will give/reply with...
[Deleted]
Could you please help me to set up Pivot Points indicator on MetaTrader 4? I browsedthrough all possible help topics but could not find any info on how to add pivotpoints to my MetaTrader charts? Thanks much, Vika.
Hi the new mt4 has a lot more functions. With ChartID(), ChartIndicatorsTotal(..), ... I can get all the indicators running on (all) another chart of the terminal. Is there a way to get the name of an EA running on (all) another chart of the terminal? May be as well the time the EA was started or...
[Deleted]
Hi guys, The function UninitializeReason() the same value (REASON_CHARTCLOSE) for a) close chart b) close mt4 terminal from log file: 17:44:49 Expert aaa EURUSD..,M30: loaded successfully 17:44:57 aaa EURUSD..,M30: initialized 17:45:07 Expert aaa USDCHF..,M1: loaded successfully 17:45:08...
Hi there, I need to test my algo from 2004-2014. I have the data (it's tick based data) and I run a test in MT4 but it stops after 5 years. Why? What should I do? TX
Is there a way to get the Data Window to display Custom Indicator values to 5 decimals like the rest of the window?
[Deleted]
I am confused about new version of mql4. Can anyone send me some sample indicators (like moving average etc.)? So I will learn by myself. Thank You. Sorry for my poor English
[Deleted]
Hi all, I'm looking for a way to implement the basic HTTP authentication in MQL4 (an expert advisor, an indicator, whatever it is). The idea would be to include the WinHTTP.dll library and use its methods to send an HTTP request for authentication. Unluckily I'm new in such "client-server"...
2014.03.21 09:56:12.927 Memory handler: cannot allocate 2093252608 bytes of memory Please guide me for the right direction. thanks
hello to the experts, is there any program file (a way/ a script/an EA etc.etc.) to limit the open positions in the MT4 platform. the background is: if you use a signal provider with your MT4 directly you don't have a predefined max open positions paramter, which defines the limit thanks in advance
[Deleted]
i wirte function BUY SELL with MA7 and MA 21. if MA7 < MA21 ==> sell it worked but when have close ordered. ma7 < ma21 it is continue order i want when MA7 < MA21 ==> sell and it is only a order until MA7 > MA21 who can help me. thanks int CountTrades()  {   int count=0;   int trade;...
[Deleted]
Hi, I was wondering if anyone has experienced the same issue as me and possibly found a solution. I am using my own EA which was written a long time ago (using pre-Build 600 Meta Editor) and I was using it successfuly for backtesting and optimization before AND after Build 600 was released. This...
  Sleep code  (4)
Hey guys, I am using one EA to open trades and the other EA to close trades. The problem is: if the order is opened and closed on the same bar, I dont want the EA to open it again on the same bar even if the same condition is met. Could help me by telling how it could be done? Thanks