Forum

Starting with 200$, growing continuosly, became financially indipendent with Forex EAs and MT4?

It is really possible? What you think about? It is possible to turn a micro-forex 200$ account into a mid/macro-forex account of 20000$ in one year(or less), and year by new year, growing up, in order to became financially indipentent montly (i.e. withdrawing 1000$ at month from the account, while

Forum divisions

Hello there. Here i'm proposing something: what you think about to make some "forum divisions" to keep everything classified, such as in example: - Beginner's section: beginner's help needed for code and/or mt4 language basics - Advanced user section: advanced user section to discuss topics in mql

Creating custom candles (and history data) made of your own, for EA debug purpose and not only..

Hi. It is possible to create a data-history with own's candlesticks, with invented open- close prices , to simulate certain market's conditions in order to verify if a own code work properly (debug), if it do in practice(on MT4) what theorically(strategy) should do? (in example open buy when last MA

Where are compiled personal codes, and executables?

Hi. I have trouble to find in the hard disk the folder where MetaEditor store the new indicators or ea, both compiled ex4 and source mq4. I am not able to find those, with Windows function Searh Files. It is supposed to be in the MetaTrader folder c:\Programs\Meta Trader 4\ but in every folder

MetaTrader4 last build correct update/installation

Hi. I found trouble to install the last MetaTrader4 build 224, ON the previous build 220. If i choose the folder where to install the new (224) build, "overwriting" the past (220) the setup just install, but when i launch the program i get a crash like the one i've pasted below. I remember that i've

Timeframe: are correct only timeframes in the table?

Hi. I want to know a thing about timeframe. As you can see on the table https://docs.mql4.com/constants/timeframes PERIOD_M1 1 1 minute. PERIOD_M5 5 5 minutes. PERIOD_M15 15 15 minutes. PERIOD_M30 30 30 minutes. PERIOD_H1 60 1 hour. PERIOD_H4 240 4 hour. PERIOD_D1 1440 Daily. PERIOD_W1 10080 Weekly

Analizing market for checking price ranges, simply with iHighest and iLowest.

Hi. I want use a simple code for checking out if market is under or not certain price-range criteria, into an expert advisor, tick based (checking the values tick by tick), utilizing the simple iHighest and iLowest function, with the timeframe and shift-bar in-function options. In particular i want

PLEASE HELP ME, you Expert Programmers - Tester of Tester: an automatic changer of an EA's extern variables.

Hi. I need support, and open this topic to who is interested, about this one: It exist still, or it does not exist and so how to make a: EA or Program (embedded in mq4, not exteral .exe) that work on an expert advisor automatically? In other words a method for changing variables, external variables

Turning Zigzag Indiator into a simple Zigzag EA

Hello. I need help about the programming of an EA based mainly on the ZigZag signal. Even if the documentation/book of mql4 reccomand to NOT use ZigZag as a strategy for forex trading and/or EA programming, i want to practise with programming in this indicator. In particularly i want try to adapt

EA programming: MACDsample, stoploss and error130 - help please!

Hello. I need help for something that is still unclear to me. I am practising on the MACD simple EA, and i.e. i want to include in the order send, not only the Takeprofit but also a stop loss . The instruction in discussion is: """"""" ticket= OrderSend (Symbol(),OP_BUY,Lots,Ask,3, 0