Forum

What is the MQL4 variable/term/predefined variable used to reference a currency pair by name on a trading platform?

To reference the currency pair within which you have found candles, trades, patterns etc. with specified conditions given in your program logic are occuring, what is the MQL4 term that you would reference? i.e. how do you reference the field 'eurusd', 'usdjpy', 'gbpusd' within an MQL4 program

Does anyone know of a comprehensive and usable set of MQL4 notes than currently exist? I doubt it because - garbage in and thus garbage out.

I find that the existing MQL4 tutorials and texts and reference material are fine to read through to learn about MQL4 by topic and aspect, but are not at all well structured and laid out when one is writing an MQL4 program and having problems there. i.e. they are not very useful to refer to by

Please correct and compile this simple custom indicator program - S100 AUD payment

//+------------------------------------------------------------------+ //| prvolalert.mq4 | //| Copyright 2013, MetaQuotes Software Corp. | //| http://www.metaquotes.net |

Message/question for Raptoruk

I am quite happy to comply with the norms and rules of this forum so as to benefit from using it. With regards my recent post of fix my custom indicator program - I do not know what and SRC button is or where etx. Can you help me here? In my message I very clearly state how and where the code can be

Please correct and compile this simple custom indicator program -email me to see what benefits it may afford you with forex trading

As a newbie with MQL4 I feel that I am wasting time trying to correct and compile a relatively small and simple custom indicator progam when it should be a quick task for someone with experience in MQL4 programming. I genuinely feel that it will be very useful to run this program so as to get

Any forex traders who use MQL4 living in or near Sydney, Austalia?

I am new to MQL4 and I would love to be in contact with someone reasonably close to my home so that we can occasionally get together to help one another about forex trading in general, and especially in using MQL4. One of us may have better knowledge in somethings forex and MQL4 while the other has

How to stop an mql4 program running on live MT4

I have got my first custom indicator program running on MT4 but I do not know how to stop it from running. I have searched for this info without any luck. Can somebody please help me with this