MQL4 and MetaTrader 4 - page 319

Sorry, this must have been asked many times, but I still can't find it on my own. void BailOut() { Print("Emergency! Abort!"); return; } void mainFunction() { if (bool NuclearWarfare == 1) { BailOut(); } Of course, it's an oversimplification of what I want, but it should be clear enough. The return
Hi Guys, I'm integrating Metatrader4 platform with external signal data. What I have to to is plot arrow on specific candle time in M1, for example: Suppose you have to plot arrow at this time and price: price 1.1234, time: '2020-03-02 13:15:01'. How can I get the chart candle on where I have to
  tester for МТ4  (4)
Friends, do you have a problem with the MT4 Strategy Tester
Im trying to create a dynamic stop loss based on a moving average. In my example i use the 20 period Simple Moving average as my SL level. To this function i would like to add a "max SL value in pips" and "minimum SL value in pips". if 20 SMA is more than x pips away from entryprice, use "max sl
  add pip in candle  (17   1 2)
this indicator only alert blue candle ( price close > price open ) how to him alert only candles up 100-200pip please help me edit him thank so much
[Deleted]
Hello, this is my first post. Does anyone have experience in using MT4 using Parallels software? I've successfully installed MT4 on my Mac, and the MT4 runs without any problem. However, the number displayed on the grid as well as the font menu is displayed too tiny that it's unable for me to read...
Hi all, I am trying to code a EA with two MAs; First will be a high and the second is a low, both with 20 periods. So the condition is when a candle crosses the upper MA it starts a buy order signal and this order closes when a candle crosses the lower MA. The same happens for a sell order; when a
I am trying to program a London break-out EA. I found an indicator which i want to build the EA around. I have tried, but failed to figure out what part of the indicator code i can use for my purpose. I would like to extract price values of the highest and the lowest of the pre-London range and
I have an EA that works good in some charts (which means profit is greater than zero), but is not working good in other ones. I know the profit is negative, but I still want to use optimization to see the exact negative value, drawdown etc. to determine parameters. As you may know. Optimization
hi i have this script to export the history of all 28 pairs, but why is it on some pairs only exporting 3 digits instead of 5? (not talking of the JPY pairs). sending attached the script
  Indicator custom  (7)
I would like to know the code mql4 when I apply the RSI to OsMA. Thank you
Hi Where is? I search many locations and view MQL4 editor but when install it .... allways get Metaeditor5 is installed
I wrote an EA over the summer, initialy it was losing $3,000 and hour, i tweaked the code until my loses were less than 30 a day. I recently added 30 External variables, now its not trading at all. I have preset the variables at 0. variables would represent support and resistance on different
Hello developer's, hope you all passing a great time. Today i like to introduced something older tool. But if someone able to re-code / re-modified this, then it'll be very helpful for us. Here i attached this video file & i need some changing about this file. Like, => Here you see when Buy /
Hey Guys, I am struggling with getting my ea to trade both directions without immediately closing them. Any suggestions? I am relatively new to coding
Brothers & Sisters I have a new challenge which is really confusing my brain out... and I run out of energy. I also would like to share this code with you - as a reward and showing that MT4 is a truly capable platform. The issue: SL is not as per definition - at 5 pips. TPs are working fine
Hello, I am very new in coding EA. I have some problems when I practice with help of online EA making tool. The EA works as I want in back test but not in real transaction (both real and demo account). In real transaction, it just open and close several seconds after open. And open another trade
I'm not sure if this has existed for versions previous to 1260. MT4 now can make chart offspring!! This is actually serious because it will also copy charts with an open EA, with trading privileges. Steps to reproduce... - Start terminal with the following command: C:\metatrader\terminal.exe
  Retard the alert several seconds  (46   1 2 3 4 5)
Hello everyone. I would like to modify this code so that the alert , instead of appearing at the opening of the candle , detects the conditions after a few seconds . Thanks for everything , Massimo . int start(){ if (BarStart !=Time[ 0 ]) { BarStart = Time[ 0 ]; //Indicator Buffer 1 if
help please. I'm trying to write a EA that can trade multiple currency pair. belowis the code: OrderSend("EURUSD",OP_BUY,0.1,Ask,3,Ask-50*Point,Ask+50*Point,"",1234567,0,Blue);OrderSend("GBPUSD",OP_BUY,0.1,Ask,3,Ask-50*Point,Ask+50*Point,"",1234568,0,Blue);OrderSend("USDJPY",OP_BUY,0.1,Ask,3...
Hi All, How do I transfer program control , in MQL4, to a specific line? For Example, using VBA you could go after, Line #1 to Line #6 (Skipping line #2-#5). Code Line #1 GoTo ResumeHere Code Line #2 Code Line #3 Code Line #4 Code Line #5 GoTo ResumeHere: Code Line #6 Many Thanks Ross Crill
  About the councillor  (119   1 2 3 4 5 ... 11 12)
I decided to create a separate branch, because people are asking, but I don't want to clutter up the EURUSD topic... I messed up the stats a little bit... not 100% anymore because of this stupid loco... Report for exactly one month, from January 11 to February 11 Summary: Deposit/Withdrawal: 1
[Deleted]
Hi, the drawn object shall be visible in different timeframes. If it is drawn in a weekly timeframe it shall be visible in weekly and all smaller timeframes. If it is drawn in daily timeframe, it shall be visible in daily and all smaller timeframes and so on. I use: int visibility;ObjectSet("Weekly...
Good day. I am two instances of the same EA runing. So this EA, opens an order if previous order on the symbol was a loss. And you have just manually opened a new order making the total orders 2. So if i have 2 instances say on chart 1. Usdjpy chart 2 gbpusd both have EA attached Then on chart 3
Hello everyone; I've no knowledge on programming. Can a person help me to add a moving avarage for gold line of bt_trend_trigger_indicator in the mq4 file. Thank you
Hello I have an EA which sends ticks in real time to a publishing socket server. This has run fine for ~6 months, but suddenly I am getting 'array ot of range 'ZeroMQ.mq4' (194,16). Please see referenced section of code below: /* 02-08-2019 10:41 CEST - HEARTBEAT */ if(compArray[0] == "HEARTBEAT")
Hi! I would be very grateful if the indicator would also run on timeframes below H1 and offline charts (Renko, tickcharts, ..) without constant reports in the journal. Here is the indicator with .mq4: https://www.mql5.com/en/code/7522 Cheers, illiquid
Hi there,   I am using the C2MT4Connector EA. When I attached the EA, I can see that the _CorDllMain is not loaded properly. See picture below. I have reinstalled the .NET; however, I am still having the same issue.       
Hey guys, I permanently use the Zigzag indicator in my template. But when I switch to the line chart I want to hide the Zigzag indicator. I thought about checking the CHART_MODE within the Zigzag code and if the line chart is active I wanted to set the visibility to invisible or visible on the
Hello, I need to develope and indicator who show arrow down with this condition: if (iMA(Symbol(),0,10,0,MODE_SMA,PRICE_CLOSE,1)<iMA(Symbol(),0,40,0,MODE_SMA,PRICE_CLOSE,1) && iMA(Symbol(),0,10,0,MODE_SMA,PRICE_CLOSE,2)>iMA(Symbol(),0,40,0,MODE_SMA,PRICE_CLOSE,2)) and arrow up with this condition