Piotr
Added topic No MQL editor under Android operating system
I do not understand one thing. Since Meta Trader, Windows, Android and all scripts, strategies and Expert Advisors for MT4 are written in C ++ or C # or similar C language. So far, Android has not created the MQL compiler under MT4 yet? I mean no MQL
Piotr
Added topic HISTORY for TESTER in Meta Trader 4 - which folders and files
Hi, I want to copy history folders and files from one computer to the other one. What folders and files should I copy? Regards
Piotr
Added topic Notifications from Windows MT4 to many phones and tablets with Android system and MT4 - 3 questions
Hi, I would like to send notifications via Meta Trader 4 platform (from Windows server) to phones and tablets with Android system and Meta Trader 4 platform installed on the machines. My questions are: 1/. How many devices at the same time can I
Piotr
Added topic How to ModifyOrder() pending (buylimit & selllimit) using MQL5 syntax code?
Hi, I have to modify three things on pending orders: buylimit and selllimit. 1). OrderOpenPrice(), 2). OrderStopLoss(), 3). OrderTakeProfit(). Above three things are defined as double parameters: 1). double ooprice <- OrderOpenPrice(), 2). double
Piotr
Added topic How to OPEN & READ out-side TXT FILE on WEB SITE?
Has anybody idea, How to OPEN & READ out-side TXT FILE on WEB SITE? Using MQL5 or MQL4 code on Expert Advisor
Piotr
Added topic Is New MetaTrader 4 Platform build 950 still 32 Bit version only for Windows?
Is New MetaTrader 4 Platform build 950 still 32 Bit version only for Windows? In odrer to relieve performance computing EA , is it worth it to set the affinity CPU cores for running two different instances of (MT4) terminal.exe
Piotr
Added topic How to pass int value into indictor buffer without plot any lines? ... MQL code, pls 4 example ...
Hi, I have made indicator with a few void functions inside, that calculates market volality on each timeframe. I would like to send that values to eight buffers of that indicator. This indicator plots nothing, only calc Market Volality on each chart
Piotr
Added topic MT4 forex panel all markets on one platform on-line - question
Has anybody idea how to loss no more than 30% on global forex markets and earn more than 50% during one year? I would like to loss no more than 2% of the capital on single entrance with 15 entrances on whole year. Any MQL4 experience
Piotr
Added topic I need to read using MQL4 code first 3 chars (from left) of current Symbol() value
Hi, I need to read The base currency . So I would like to read only first 3 chars of current Symbol() and paste it to the other string parameter in MQL4 code. For example if current Symbol() is EURUSD I need to read only EUR value (first 3 characters
Piotr
Added topic (MQL4) Collect all ticks into oneminute bar and test it under Meta Trader 4
I have 2 or 3 questions: 1/. Does new version of Meta Trader 4 collect ticks of each 1-Minute bar ? 2/. Can I download TICKS HISTORY for major currency pairs (EURUSD, GBPUSD, USDJPY, AUDUSD, NZDUSD ...) for Meta Trader 4? 3/. If answer for second
Piotr
Registered at MQL5.community
Piotr
Added topic (MQL4 Build 610) Does 610 Build of MT4 fully compatible with previous version 509?
I feel that you have been something done for better, because my compiler 610 now compile and improve my Expert Advisors and Indicators that are written in the previous version of MetaEditor (Build 509). Am I right
Piotr
Added topic (MQL4 build 509) From where can I download last stable MT4 and MQL4 platform and how to block any UPDATES?
1st question: From where can I download last stable MT4 and MQL4 platform? I need previous Meta Trader 4 platform and previous Meta Trader 4 Editor. 2nd question: How tu block on last, stable version of MT4 platform any updates? Propably I need last
Piotr
Added topic MetaTrader4 Build 600 - how to recovery my old Meta Trader 4 Editor?
All my experts do not work under 600 Compilation... what did you do? What should I do in order to work under my old mq4 files? I need Meta Trader 4 editor not Meta Trader 5 editor
Piotr
Added topic (MT4) Asus VivoTab Smart ME400CL 64GB LTE W8
Do MT4 will work on this tablet ? Asus VivoTab Smart ME400CL 64GB LTE W8 tablet
Piotr
Added topic (MT4) Does Meta Trader 4 fully compatible with Windows 8 64-bit?
Does Meta Trader 4 fully compatible with Windows 8 64-bit or 32-bit
Piotr
Added topic (MT4) I need to export data from Meta Trader 4 platform to MS Excel/Libre Office in real time.
Exactly I need every informations about the cuurent Symbol() of MT4 in spreadsheet. Using MarketInfo() function I need it's value in Excel or Libre Office Calc cells. For example: (excel) A1 = (mt4) MarketInfo(Symbol(),MODE_SPREAD) (excel) A2 = (mt4)
Piotr
Added topic (MQ4) Import data from MS EXCEL to Meta Trader 4 Expert Advisor in real time
Hi, I have calculated in my MS Excel sheet many values for different forex symbols such as: Stop Loss, Take Profit , Lots() etc... How can I import data from MS Excel into my Expert Advisor in order to set for example Stop Loss as value from my excel
Piotr
Added topic MT4 Build 509 - function IsTesting() doesn't WORK - WHY ?
Does the function IsTesting() work in MT4 platform Build 509 ? When I use expression like the following, under tester there is no effect. Under TESTER, when I make back tests I have still Alert displayed "This is not testing !!!". Why ? if
Piotr
Added topic (MQL4) How to code previous or first indicator data?
Hi, I have opened chart and under the bars there is RSI indicator and Moving Average indicator on RSI (not on the bars) as first or previous indicator data. Question: Can I code the moment when the line of Moving Average cut RSI line or vice versa