seeking set file for blahtech sd indicator tested and optimized. tf h4,d1,d1 .results and reviews
Hi, I have lost the frame with the symbols/currencies on the left, just those, i still see the Indicators list, Advisors etc., I'm looking and looking but i cant find the way to make them reapper, i dont need any script just basic interface instructions, Thanks
i would like to know who is the best signal provider for mt4 that has been for a while please tell me thank you
Hi MQL community, When my EA closes a trade I want it to send me an email confirming if it was a winning or losing trade. My problem is that it keeps sending multiple emails. I'm not sure if it's a problem with my code or a broader technical issue as when I send the generic email "test", I sometimes...
I am new to ea coding but I search and learn on internet. this is my first ea and it doesn't work as I expect. It do open position as I want it to work but... I want this ea to close profit positions when the opposite signal show up example 1.signal from iCustom show arrow up and down 2. ea open...
Hello, I have some trouble with MQL4's structures. I tried to write a code with structure and I took as example the following: https://docs.mql4.com/basis/operations/other#operation_dot struct SessionTime { string...
HI, there is a function called fileisexist, but if i need it to search on a subfolder of \\files, for example \\files\\foldera, how can i do that? bool FileIsExist( const string file_name, // File name int common_flag=0 // Search area - It's possible to choose subfolder for...
Hi, one question, if I have the spread value in these terms int spread_value = MarketInfo("EURUSD",MODE_SPREAD); which is the most correct way to convert 5 into 0.00005 for example?
Hello, I tried to search this topic, but I can't find anything in the forum. My question is very simple. I'm developing an EA and I would like to store some informations in a permanent way (i.e. to prevent Mt4 crashes or pc shutdown) . I heard about GV, but my EA should works on different symbols...
Is it possible to get price data of an OBJ_PITCHFORK at a given bar index? I used ObjectGetValueByShift(), but it doesn't give any useful result (0). ObjectGetValueByShift's documentation says: Applied to trendlines and similar objects. A pitchfork is actually 3 parallel trend lines. So, why...
I'm totally confused, can you help me out? So here it is: slippage - Maximal allowed price slippage for market orders (Buy or Sell orders ). The value is int; if I cast it to external variables, extern int Slippage = 1; should I further convert this number in the code? Slippage = Slippage *
I’ve downloaded Meta 4 app onto my iphone. I can’t seem to set up more than the one main chart profile. Is it possible to set up more than one chart profile using either meta app 4 or app 5? If so how?
Hello everyone, I am quite new to MQL programming, but I am basically reading through every tutorial I can find these days. However, now that I have a version of an EA, I noticed it does not work as anticipated. Right now I have no idea why this is the case, so maybe someone can explain where I went...
Hi guys, The function works well with just one symbol but once adding the EA to more than one, the function becomes unable to select the pending order to be deleted. I can't find the problem why it doesn't work with more than one symbol. Thank you. void PODelete() { int...
Hi All, Completely new to MT4 and looking for some help coding a simple price cross over a moving average. Pseudocode looks like this: __________________ When CurrentPrice crosses MA(100) Start Buy function __________________ Hope you can help!
Hi, I am approaching this programming language for the first time. I currently have an indicator that generates very reliable arrows. I would like to create a strategy that can intercept these arrows. The indicator uses buffer 0 to buy and 1 to sell. I've read that i should use the iCustom function...
Hi, Looking form support from experts to get me MTF_Stochastic Alert Mt4 indicator modified to "all time frame MTF_Stochastic Mt4 indicator". MTF_Stochastic Alert Mt4 indicator is attached. Regards Rajiv (rajivrodestocks at gmail dot com)
Hi all, In tradingview there's an indicator called "Correlation coefficient", which represents the correlation between 2 Symbols (the chart symbol and another chosen symbol). See image attached. It ranges from -1.0 to +1.0 . If positive means the 2 symbols move in tandem, else they are moving in
i want these level notify me: extern bool Base=true; extern bool Entry1 = true; extern bool Entry2 = true; extern bool Premature_Entry_1 = true; extern bool Premature_Entry_2 = false; extern bool Pullback = true; extern bool BreakOut = false; extern bool TP1=true; extern bool Ext_TP1_1 = true;...
I am working with a FX brokerage and we are looking to integrate our Salesforce platform with Metatrader to create accounts as someone signs up for the brokerage. Is anyone familiar with how this can be done. Thanks!
Hello, I want to create a website like myfxbook, I want to ask you some things about API mt4Can mt4 provide realtime transaction data?does mt4 provide transaction data via the API of people who have login in mt4?thanks.
[Deleted]
This is a follow up to the recent article Be In-Phase by Mikhail Korolyuk. As my comments would be too extensive to add there and the topic is (as I think) of general interest, I decided to start a new thread here. This is to be seen also as a attempt to contribut something to the MQL4 community, as...
Hello MQL please give a feedback on this Indicator it calc pivot point and R1 and S1 using the standard method and this method this method is simple math : EURGBP*GBPUSD=EURUSD , EURJPY/USDJPY=EURUSD ... #property indicator_chart_window #property indicator_buffers 0
I'd like to take a break when I lose my deal. I've made a code, but it doesn't work properly. I'd like to put it in terms of purchase. Can you explain the above code? extern double initial_Lots = 0.1; //+------------------------------------------------------------------+//| exter...
hi, i need help to change parts of some datetime value, with another variable, it's possible to do that?//+------------------------------------------------------------------+//| test.mq4 |extern datetime time= D'2017.11.05 0:01:00';int a=10;int start...
Hi I am wanting to backtest both weekly and monthly timeframes, but MT4's strategy tester only goes as high as daily. Is it at all possible to backtest higher timeframes? cheers honkin
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.