MQL4 and MetaTrader 4 - page 155

[Deleted]
So, is there something I have missed here or is MT4 decided it just doesn't feel like showing the ASK line, despite numerous attempts at getting the terminal to show the ask line... and also here ..and I've even cheked to make sure the color of the ask line isnt camoflaged with the chart color as
HI, I am a senior high school student and I am new to trading and mt4 and ive been studying different financial market for the last 6 months. this grid system has a 60-70 percent winr ate and have a high gains in a day. this system doesn't use any indicator and news or fundamentals because indicator
Hi everyone, I want a code to insert SL to my actual EA that use martingale, but I want close trades when go wrong direction, for that reason I want SL and time life order, can someone help me with the code? Thanks
[Deleted]
  Help writing EA  (2)
Is there someone out there willing to help me write an EA? I have a proven strategy but I need assistance writing a trade EA. Thanks.
Hi was wondering if anyone can help with an email issue. I set my opotions up as below but am still getting an error. Any ideas? Many thanks Kenny
Hey community, i need someone who knows how to integrate hedging in an existing MT4 EA. But at first i have some questions and some things to discuss about the implementation in the existing EA strategy. If someone is interested, please contact me. Thank you
Can anyone help me with the correct formula for detecting Three White Soldiers and Three Black Crows? I've tried several different patterns and I can't detect them every time. Three White Soldiers: iClose ( NULL , 0 , 1 )> iClose ( NULL , 0 , 2 ) && iClose ( NULL , 0 , 2 )> iClose ( NULL , 0 , 3 )
[Deleted]
Morning all, I have a Messagebox() set up as a void() function - called messagePrompt(); which is called upon when pre-determined conditions are met. The function itself works fine, it's called, a message comes up, no issues here, however, slightly confused as to the logic around the return result
Hi, I have a multicurrency hedge EA that I am trying to get listed on the market place, however when it comes to the final part of getting the automatic verification it keeps up coming as failed with numerous errors for example "no trading operations". I have tested the EA on MT4 and it works
Can Same vps server cancel latency delays ...because it just open and closed the trade toward when the signal acct is about to close its trade
  Fake profit  (3)
Can a broker or someone...execute trades open and close it with fake profit or edit the profit on MT4 to look like it’s profitable
What's the difference between text and text label in MT4
Galera estou recebendo esse erro no bot alguém pode me ajudar? o erro é esse: WINZ21 Buy's Break Even ERROR Preço atual: 103940.0 Abertura da ordem: 103925.0 tipo de ordem:Compra SL antigo: 102425.0 SL novo: 103945.0 alteração em pontos 30 error #4756 o codigo é esse abaixo: ***
I draw a trend line and when I change the timeframe disappears  why?
Good morning, I use an icustom function to look up the value of a buy or sell indicator in the previous candle: ex: double xyz (int index, int shift) { return (iCustom (Symbol (), PERIOD_H1, "indicator", index, shift)); } then in the ontick function I specify the following: if ( xyz (1,1) <= -
How to make mt4 default iExposure indicator sorting by pair name like below ? Audcad EURchf Gbpusd I trying sort the array but not working : ArraySort(ExtSymbolsSummaries,WHOLE_ARRAY,0,MODE_ASCEND);
I can't understand
When I print this code, it gives me the index number instead of the price. I want to get the price and not the index number. double RSIValuesArray[ 6 ]; ArrayInitialize (RSIValuesArray, 0 ); for ( int i= 0 ; i< 6 ; i++) { RSIValuesArray[i] = iRSI ( _Symbol , _Period , 14
I was trying to find a way to add a recursive indicator as a resource in an EA or in an Indicator , I tried searching but couldnt find anything that could help Is it absolutely impossible to add a recursive indicator as a resource ? Because no matter what I try it keeps on giving me the error
void OnTick () { if ( OrdersTotal () == 0 ) { if ( iCustom ( Symbol (), PERIOD_CURRENT , "mt" , 0 , 0 ) > 1 && iCustom ( Symbol (), PERIOD_CURRENT , "mta" , 0 , 0 ) > 0 ) { OrderSend ( _Symbol ,OP_BUY,lots,Ask, 1 , 0 , 0 , NULL , 0 , 0 ,Green); } if ( iCustom
Hi, I try to understand why i haven't the right &Profit amount on terminal vs my calculation. Please see my my balance 1000€ account in EUR leverage 100 Risk : 1% => 10€ for a BUY trade : BID / ASK price : 1,18874 / 1,18905 spread (3,1) StopLoss = 30pips => 1,18605 With calculation, for 30 pips
I'm slowly learning MQL4 and I would prefer to learn for myself rather than have everything handed to me on a platter. If anyone can help me on the following sticking point, that would be greatly appreciated. I am basically trying to display the current exchange rate of a particular currency pair as...
Hi everyone. I use MT5 with python for AlgoTrading. I can do these in my python script: Get historical data Send order Close position via https://www.mql5.com/en/docs/integration/python_metatrader5 . But, in my country, most of the Forex companies still work with MetaTrader4. I did some research
Hello PPL, I was hoping one of you wise coders could help me out here. I need a timer expert that will automatically close trades, across multiple currency pairs after each trade has been open for 4.5 Hours. I found the script below over at https://forum.mql4.com/36808 which is nice but it only...
I'm looking for a Bollinger band indicator (for MT4) which will notify me when the signal goes outside the bands. All of the indicators I've seen don't provide notifications - just the BB image. There are 1,000's of BB indicators/EA's out there - all for free! - though none I've seen provide
  Include Files  (12   1 2)
I just want to clear something up about .mqh Include files. Once I have compiled an EA that uses an Include .mqh file do I still have to distribute this .mqh file to all computers and MT4 's that use this EA or does the code of the EA now include the code of the .mqh files after compilation. If the...
The MetaTrader 4 platform update will be released on Friday, May the 14th, 2021. The new version provides the following changes: We have significantly optimized platform operation under Wine on macOS and Linux : Fixed display of emails, news, chats, as well as of Signals and Market sections, Fixed
Hi guys, need a bit of help here. Have been on a demo account of MT4 for a while, all no issues. Have transferred template of charts & my profile to live account, and now cannot see any trade levels on any of my charts. Have checked 'Show Trade Levels' is ticked in Tools - Options. The colours
I am trying to import an indicator as a resource inside another indicator , But when I try and compile the code , it gives me the error: unknown resource type 'C:\Users\r2\AppData\Roaming\MetaQuotes\Terminal\97E7543905E3BBAA10BC45C3DA77753D\MQL4\Indicators\IKSH.ex4' When I call this indicator using