MQL4 and MetaTrader 4 - page 292

Hi All, I am facing issue while installing MT4 platform. The downloading is not going forward from 0%. Something is blocking the download. I only have Windows Firewall and did never faced such issues before. I am using an Antivirus software, which I don't think will interfere with the downloading...
Hi, I am having a trouble to use iCustom to get signal from an indicator. The indicator is "called2candles 1 pilot331"   and it is MQL4 file. You can download from here. https://forex-station.com/download/file.php?id=3324510 I want to get arrow up /down signal from the indicator by using iCustom and...
Good day, Please assist with fixing the abovementioned error. This includes both the up and down arrows, check and stop sign as well.. Print screen below. Your assistance with resolving this will be greatly appreciated
Can I have/make a custom indicator in a separate window that displays text only? I've read the manual and seen many examples of indicators, and it seems there is no such option. Is that correct? TIA
Hi there, i'm looking for something that will auto mark every quarter of a cent on a chart e.g. click a button on a script to auto mark e.g. eurusd at 1.18, 1.1825, 1.1850, 1.18750 and so forth for a 200 pip range of current price (100pips up and 100pips down) e.g if current price is 1.18 i would be
[Deleted]
  Fibonacci colours  (14   1 2)
hi how can i put different colours on different fibonacci %?
Hi, can any one help. i keep getting error codes and can't find the solution. compiles fine, just won't open the trades. idea is to run the EA on a single chart and open all trades at a set time of day. Thanks in advance. extern string TradeComment = "D1Long" ; extern int MagicNumber = 200 ;
[Deleted]
I want to calculate the slope of a moving average of 200 periods. I want to use the values of periods -12 and -2 (periodes couting from actual period) for calculate this slope. Can I acess historical values of a moving average
  Edit an EA  (1)
Hello, I want to change my EA. I want the take profit to be expressed as a percentage of the index used (Dax30 / Nasdaq100 / Cac40). For example, if the cac40 is at 5000, I want the ea to open a position with a take profit of 1% = 5050. If the cac is at 10000, I want the take profit to be 1% = 10100
Hello, I am writing an EA but I am beginner in MQL4. Please suggest me how could I identify a DOWN TREND or an UP TREND of moving average in my EA programmatically? Please advise me as I have not so familiar with MQL4
Hi, I am new to forex trading and MT4 and was trying to write a python script using oandapyV20. I executed the trades and they showed up on the journal tab but the orders do not show up in the trade tab and the balance never changes in the trade tab or when accessing it via python. However
#property strict void OnStart () { int Ticket = 0 ; int Opposite = 0 ; for ( int i = OrdersTotal () - 1 ; i> = 0 ; i--) { // --- select item / order with index "i" if ( OrderSelect (i, SELECT_BY_POS , MODE_TRADES ) == true ) { // --- select an open position
Hi, Are there any skillful hands and brain that would like to help me build an EA from old scripts and apply a new strategy to it. I have the idea but my knowledge of coding is quite basic so far. The Good Thing: It is quite Easy. The Bad Thing: I have started but apparently the base code has many
Is it possible to run 2 or more sessions of MT4 (with different EA's) on the same account at the same time?
How to send alert signal from metatrader4 to telegram channel See file attach please Help me please
Hello, I have problem with part of code - sending order. Perhaps anyone has an any idea or suggestion. Assumptation: 10 instruments, every instrument open from a specific function. If I use in the loop OrdersTotal() SELECT_BY_POS and negation !="abc" there isn't open any order. If I use =="abc"
HI,, I have an EA that works great.. I added a Button to Close all trades, but I want to add a messagebox that confirms the entry.. EG.. Are you sure Yes/No/Cancel. But I can get the message box to come up, but when I hit Cancel it still closes the open orders. I have searched the documentation, but
Hi all, I'm searching for the Adjustable Fractal indicator. <Deleted> Thank you
I have updated and compiled in Meta Editor an indicator then saved it to the data folder though I can see it in the navigator drop down list it will not drag across and open into a chart and will not convert from a mq4 file to a ex4 file, any ideas thanks
Hello everybody! I'm looking for a best option to program my strategies and indicators. The Metatrader editor it's so poor if you compare with other languages (or others IDE's). Is there any way to debug our code..or at least, program our codes more easily? I found a Eclipse pulguin in internet, but...
MetaTrader 4 Build 600 with Updated MQL4 Language and Market of Applications Released Over the past 7 months since the release of the public build 509, we put in a lot of effort to improve MetaTrader 4 client terminal. MQL4 programming language for developing trading strategies has undergone...
What i did initialy was use the iCustom function to return the value of the last two shift of the indie,, Now i m gonna need to write a calculations that would do exactly that on an expert Advisor i.e it would calculate the values of each bars and stores them in an array where i can i ndex the last
Hello I am learning to code with MQL4, but there is very little explanation on the programming of a customer indicator for Smoothened rate of change (S-RoC). I have attached a section of the code that I do not underhand the syntax. I have also attached below the link to the page where I got the
MT4 upgrade has stopped some indicators working and and application was not updating. Had to rename operating profile and restart to get to going again. Indicators <Deleted> and <Deleted> not working even thought they are paid up. Market says i have to buy or new even though they are paid up. Every
Hi, I try below code for Week Open Price on Indicator. I have not any error code but below code does not shows me correct time. if(TimeDayOfWeek(Time[i]) != TimeDayOfWeek(Time[i+1])) Any help would be better. Best, Max 
  help me an EA  (6)
open buy : candle close > ma10 open sell : candle close < ma10 close buy : candle close < ma10 close sell : candle close > ma10 time frame : M5 help me please
Why Fibonacci Expansion tool can't move freely 360 degree like MT5 or I miss out some setting? When I use Fibonacci Expansion tools the second point is limited to 180degree and third point is limited to 90 degree. I found out his is so inconvenient to use. Any suggestion
Trying to save me run time by generating a single string array instead of 2 int arrays. Is this better for speed in mql4 or doesnt really matter
Profiler does not work on backtester (live charts profiler not good enough) and I need high quality code; should I be looking at other software? MQL4 Solutions only; MicroSecond count good practice to detect efficiency issues
I have a Custom Indicator, but i have a problem, When New Candles Come, It Dosn't Work As Well, Until I click On Compile Button, I want It To Be Update On Every Tick //+------------------------------------------------------------------+ //| //|