Forum

Does Ctrl-C copy & then CLOSES your MQL4 EDITOR ? Are you USING VISTA &/or SPYWARE DOCTOR from PC TOOLS ?

Hi all, My MQL4 Editor crashes and closes EVERY time I use the 'Copy' feature, regardless of if I use the menu with the mouse, the command in the 'Edit' menu or Control-C . It does copy it, but then bam, down it goes. Most definitely a pain )< 8( It does NOT do it in ANY other applications or

Trigonometry Memory Aid

Howdy all, I'm passing along a quick and easy little memory aid for Trigonometry that I picked up in Machining school decades ago. To this day I can instantly recall it and do all Trigonometry with it. All of these equations are for ^ Right Angle = ^ 90 degree TriAngles. If the Triangle you need to

How to calculate the absolute angle of the 'Line' Chart both in real time and for previous points and ranges in the chart ?

Hi, The subject line pretty well covers it: I am trying to figure out how to calculate the absolute Angle/Slope of the actual 'Line' of Line Charts as opposed to the CandleSticks or Bar charts: both in real time on every tick as well as being able to specify the number of ticks or to calculate the

Second posting: I Need 2nd "Stealthy' Stop Loss to over ride SL in EA. [With some beta testing under your belts now: how is MQL5 looking to you experienced programmers?]

Before everyone starts jumping on me, I know that I posted this before. But since then I completely lost all of my windows installation and everything else along with it including my Book Marks. I have not been able to find this listing again nor some of the Private messages that I got in regards to

EAs Sporadically Ignoring and Over Running Stop Losses )

The MT4 terminal says that this IS the support site for the MT4 client as well. I'm well aware that this is primarily a MQL4 programming site. So if this is not also the MT4 client support as indicated in the Help section of the MT4 client (the link brings me here), where is it ? The subject says it

Need EA to Override Stop Loss and Add/Over-Ride (dual) Trailing Stop Loss in other Chart & EA

Hi, I need an EA that will override the existing Stop Loss in another chart for the with the same currency pairs . Likewise for a Trailing Stop Loss: So that it will override a Trailing Stop Loss &/or Add a Dual Trailing Stop Loss in EAs that don't have one or only have a single Trailing Stop Loss

Print statments or 'Alerts' for Debuging

Print statments or 'Alerts' for Debuging

Fixing the ''Error 146 Trade context busy' not working' code problems

I'm trying to implement code to fix the '' Error 146 Trade context busy' not working code problems' If I add this line to the start of the TradeContext.MQ4 file int init() I get the follwong error: ' init' - no dll defined for the imported function If I 'rem it out' I get the following errors: Start

Type of Array Needed to include Currency Pairs description ?

Hi, Still a NewtBee and WillBee for quite some time by the looks of things. I’m creating an array that I want to store various information about trades such as their currency pairs descriptions, MagicNumbers, perhaps some text: Comments and WHU ??? Do I have to create and define it as a ‘string’

Why would an array that was filled with orders (information) be divided in half ?

Hi , I’m a NewtBee in MQL4 trying to modify an existing program. The section of code that closes orders in profit starts off by dividing the array with the order info in half. I can’t figure out why this would be done. I DID a search of the Forum, but with over 1300 hits…. . Here is the relevant