MQL4 and MetaTrader 4 - page 1060

New article Securing MQL5 code: Password Protection, Key Generators, Time-limits, Remote Licenses and Advanced EA License Key Encryption Techniques is published at mql5.com: Most developers need to have their code secured. This article will present a few different ways to protect MQL5 software - it...
[Deleted]
Hi, I'm testing my EA for Hedge positions on MT4 Tester. --------------------------------------------------------------------------------------------------------------------------- OrderSendTest EURUSD,H1: ***** TEST 1 START *****: Order SELL --> Order Buy Lots=0.01 OrderSendTest EURUSD,H1:...
The new platform, MetaTrader 5, has been developed for a number of months. A new language for programming of trading strategies , MQL5, has been written, too. Stanislav Starikov (stringo), the leading developer of the language, tells in his interview about special features of MQL5 and about how it
[Deleted]
Ive seen a few questions regarding this issue, but nobody has seem to have resolved it. Ever since I was forced to update MT4 to build 409 a few days ago I have not been able to connect to the server by proxy. I have uninstalled MT4 and reinstalled it to the C: drive, and I have installed it to...
[Deleted]
  ObjectSetText problem  (16   1 2)
How can I show more than 1 line of string using ObjectSetText function? Please see my code which I have borrowed from another trader on this Forum : https://www.mql5.com/en/code/10341. In fact, I need to show the number of open orders on 1 line and another line shows BID and ASK. I know I could...
On the subject, I am interested in options for synchronising (transmitting orders) terminals - locally - remotely We are planning to do all at once in a one server - many clients mode. We will need to pay attention to such aspects as - the link option (files, memory for a local one; sockets, http
  Neural Nets..  (3)
Hi, I have read most articles on NNs, and I am fascinated by them. :) I am looking more at analysing the major fx pairs going back 10 years and trying to find any patterns. Has anybody used NNs for candlestick analysis, if so; how did you get on and can offer any advice? davefx
[Deleted]
Hi anyone know where I can get this indicator, id like to be able to make the Fibonacci horizontal lines short possibly to my liking.
hi, i´d like to readout the high and low of the last 5 hours of the active chartwindow. in which way could this be done?
[Deleted]
Hey i got a Demo account on TPoint and cant find where do i change the lever or the amount im putting on each trade. can i get some help on this?
Hi traders, Is there a script to Open Buy and Sell orders together, and Close both orders immediately after opened the position, and repeat the same thing again?
[Deleted]
Hi, Have been working at this for a while but I cant get my EA to work. It is based on a simple MA cross within a extern defined range. Unfortunately there is no trade being made and I cant work out why; I dont beleive it is the actual trading mechanism as this has worked consistently up till now...
Hi peoples, I wrote an indicator that performs some simple calculations and displays them on the chart. The calculations are correct, and they are supposed to update every tick, however they often don't. Even after waiting quite a few ticks, sometimes it works, sometimes it doesnt. And if it doesn't...
  i need help  (1)
I have two systems with their own entries and exits. For example: System A: Buy = (RSI(14) < 30 and MA(C,25) > MA(C, 200)); Sell = MA(C,25) < MA(C,200); System B: Buy = (ADX(14) > 30 and C > MA(C,200)); Sell = ADX(14) <20; In want to combine them to one system. That means that each exit should be...
[Deleted]
Dears, pls i nid a selfassured bad programer 2 develop dis huge project . Any available? pls email:tadeseadeolu@yahoo.com
Hello, I am trying to build a database/spreadsheet of data on all major fx pairs going back (at least) 10 years. I have spent the last 2 days searching google, but nothing. Can someone recommend a website or company that specialises in this form of data? Thanks. davefx.
[Deleted]
Best Forex Trading Platforms are: Apex Trader is our most popular dealing foundation andallows you to deal Commodity, Options and Forex trading on the same screen! Itis for the self-directed discretionary dealer who will be taking the lead to ontheir own investments. Meta Trader is for the system...
[Deleted]
Dears All, I'm using a simple ATR trailng stop indicator: // PROPRERTIES ********************************#property indicator_chart_window#property indicator_buffers 2#property indicator_color1 Aqua#property indicator_color2 Red// INPUTS ********************************extern...
New article The "All or Nothing" Forex Strategy is published at mql5.com: The purpose of this article is to create the most simple trading strategy that implements the "All or Nothing" gaming principle. We don't want to create a profitable Expert Advisor - the goal is to increase the initial deposit...
[Deleted]
I am trying to put in a bar delay or time delay.Either will do, just can't get the conditon error to go away.Obviously I can't understand what condition means for this Delay code? I assume it means the condition for order entry. When I put in the signal criteria I just keep getting errors. I have...
  learning to code  (3)
I have recently purchase the book "expert advisor programming by Andrew R. Young... and I'm wondering does anyone have additional books that they would recommend? Thanks for you input.
I like to know and edit but i cant find where they are. Thank you.
Hi, when I use indicators for the Ger30 than the Pivot and the MA are calculating with the Close-Value at 22 o'clock. How can I calculate them with the values at 17:30 p.m.? What do I have to write instead of Close[i+1]
Hi, I wanted to know what is a good backtest result in terms of profit. For e.g if I backtest an EA that makes 4000 profit in 4 years with a starting capital 5000 - would that be considered acceptable? Equity curve rises steadily and the absolute drawdown is 150. How do you guage your backtest...
[Deleted]
pls how do i meet a bad programmer to work with me in developing my secret idea EA. My mail add:tadeseadeolu@yahoo.com
[Deleted]
Of wat probability wen try to combine two or multiple dif indicators to detect a trend?
Hi. Its a very basic question, but how can I put bet for a currency to depreciate in its value? The order form just has buy option. I am not able to locate option for putting bets per pip. Please help.. Thanks
I'm very new to coding and creating a simple psar advisor and trying to add the trailing stop feature to the e.a... After this is complete I'd like to ad dynamic Lot sizing with good money management... Below is how I've coded thus far by I'm getting error messages like :'Counter' - expression on...
Hello I am new to mql4/5.com .I have ordered an EA from jobs section and while going through the step by step process of the work i have face difficulties in the 'Negotiation of requirements' step. Both of us, me and the developer confirms the step but I can not access the next step Prototype/Model...
Hi, I have a few indicators which I want to use for an expert advisor. The indicators are having 4 buffers. Buffer0 down-arrow Buffer1 up-arrow Buffer 2 small-down-point Buffer 3 small-up-point Between the points and the arrows I am drawing Trend lines with ObjectCreate(...OBJ_TREND..); Now I...