General - page 1499

Hi there, i'm trying to pass strings from an external DLL to MT4, with no luck. Every time the EA calls the method, MT4 just crashes. Could someone please point me to a piece of source that exchanges strings with external DLLs or enlighten me by other means? Here's my non-working code: c++:...
Just wondering if anyone knows when GO Markets Trading Championship starts
Trying to decide whether to use the MT4 or MT5 platform at GO. Anyone used the Mt5?
Just wondering if anyone knows when GO Markets Trading Championship starts
Hi all I am just getting into learning forex and want to ask your opinion on how long it takes to start consistently generating profitable trades? If somewhere to learn trading like it was a job and applied themselves to learning 8hrs a day 5 days a week....would it be unreasonable to assume...
I have the following question: how can I calculate the Lots I can use to enter a trade?(say the max lots size) for an account of say 100 $( the deposit ) and leverage 10:1 then following the logic I would have: max_lot_size= leverage * balance /1e5 = 0.01? I receive an error - not enough moeny...
  If you start a business  (29   1 2 3)
If you start a business or join to trade, what kind or business or market do you like to earn from?
ea name – emarsi counter indicator – rs period – default 14 (user option to change overbought – 70 (user option to change oversold – 30 (user option to change ema’ 10, 50, 100 defaults (user option to change ema’ japanese candle (input of candle size in pips) default of 30 ea main logic all...
When reading this article I figure out that I cannot complete all exercises because by "Debug" button is inactive. It is a really a disappointment, especially because I have followed all sections of the article strictly. Can you please tell me what I'm doing wrong? Thank you for answers!
Hello, in this article from the documentation https://www.mql5.com/en/docs/runtime/imports there is this statement: If the DLL library uses another DLL in its work, the first one cannot be loaded in case when there is no second DLL. What does this mean? I have a DLL which uses another DLL (C#)...
Please, need help with this RSI indicator. It is a RSI indicator that has alerts with sound and can send emails, but it does not tell you the timeframe that it is on and it also does not tell you which currency it is for. If some one could please add those functions on there I would be greatfull to...
Hello, is it currently possible to return a reference from a class method? For example: int& classA::getInt(){ return mInt;} If not: what would be an alternative? Maybe returning a pointer? Thanks
Hello, Metatrader5 seems to have a problem remembering the server login information. 4 out of 5 times I have to type the login name and the password manually after launching the application. Why is this information not saved permanently? Of course, I checked the radio button "remember password", but
  Pics do not show  (2)
Pics do not show in MQL5.community Payment System , pls check.
Hi there... I'm trying to get custom indicators to show up in the tester visualization but with no luck. I've named the template the same name as my EA, it loads, it tries to load the custom indicator but fails. I've tried with TRIX and MACD, both failed in the loading phase. How can I load a...
Hi Pls. help fix this code which I expected to change my custom indicator color. #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 1 #property indicator_type1 DRAW_LINE #property indicator_style1 STYLE_SOLID #property indicator_color1 clrRed,...
Hi GUYZ I am new here i download some expert advisors by right clicking in meta trader 5 but the dont load up in software . Some does some doesnt TAKE IT LIKE THIS I WANT TO INSTALL THIS ADVISOR ON MY CHARTS https://www.mql5.com/en/code/324 PLZ EXPLAIN ME HOW TO INSTALL IT AND RUN THANK...
I am trying to adjust the edit control width to fit the text it contains. How do I calculate the width (in pixel) for a string of a given font size?
I need my bots coded for build 402 (I think that's latest MT4 version, along with DLL function call repaired. Pay depends on experience and time invested... Experience: mql4 programming, prefer with some trading strategy knowledge Please let me know if you could do this. Looking for long term...
I'm just wondering that is it possible to get an array's name (identifier) that was passed to a function? For example:int ThisIsMyArray[10];string MyFunction(int &array[]) {   return(???);}void OnInit() {  Print(MyFunction(ThisIsMyArray)); //This should output "ThisIsMyArray"} Any ideas? I would...
  EA thread name  (1)
Hello, in my DLL in need to do some synchronizing with the current EA thread. Do you know if one can block the current EA thread with C#? Thanks
[Deleted]
Hi Guys/Girls, I'm busy running my ea in demo account to take out some flaws... One of them is the next one.. Ik make a calculation, and the results gives me a number with many digits. As I use an Alert to show me the results, the Alert only shows me 4 digits. How can I see if my calculation was OK...
Hi, i used the mql test software and sold a bit cput time and so i had a few internal payments. But now, my payments are cleared.... I also found out, that these payments weren't included in my account balance. What is going wrong ?
Hello, I'd like to know about your experience and thoughts concerning the ATC 2011 rule that allows the EA not to take more than 15 Minutes running from beginning of the year till now. The reason why I'm asking is that i decided to send my EA to compete in the ATC 2011 and now it's not accepted...
Dear All. I need a developer who can turn off all signals patterns on MACD,Stochastic and AO Oscillator and allow only Divergence pattern on these studies. Also William R and RSI studies must execute only Overbought and oversold patterns. This has to do with more buy and sell signals inherited...
is it possible to test an EA while on Demo account? when the EA sends an order. I receive always the annoyiong runtime error: 4756 Trade request sending failed The advisor compiles without errors....
[Deleted]
HI traders, I have quite a good EA, but I think it would work even better when I add a filter to it. Firstly, I will describe, how it works now: It is based on MA - when a candle crosses MA, it opens a trade by the beginning of the next candle (in the same direction as it crosse the candle). The...
I have generated a txt file containing just "Hello World". When opening the file by using this code I don´t see the expected text "Hello World" but only "squares" inside the Journal Window of the tester. Any idea? string ReadPatternFile() { string PatternString; int...
hi all, i have a problem.. im using MT5 now, my trading server is SIG-MT5.com .. i have no problem when using demo but when it comes to real account, i cant connect to my server, the ping was n/a.. help me, i try to figure out about 2 weeks and still dont know why. last year im using MT4, and this...