FourX
FourX
Friends

Add friends via their profile or user search and you will be able to see if they are online

FourX
Added topic Determining Variables, Parameters and Constants in compiled Indicators?
How can I find out what the variables and their parameters as well as constants in compiled indicators are? I posted this same query a couple of days go and it is no where to be found now )< 8( Where did it go and why was it deleted
FourX
Added topic Detailed, complete info on MT4 communication protocol between MQ servers and MT4 terminals
I'm looking for detailed information and full and complete documentation on the communication protocol used between a Broker's MQ server and MT4 terminals
FourX
Added topic Secondary 'Over Ride' / 'Master Control' EA technique ?
I have a couple of small commercial EAs that will add or overrides some settings in another EA on a chart. Some of them such as a 2 stage TSL that I have can select numerous different pairs to act upon when attached to just one chart. I want to make
FourX
Added topic Different Optimization date ranges gives different results: but which to use?
Understandably, utilizing different Optimization date ranges gives different results. But how to figure out which results to use? Each different Optimization set gives different back test results . Again: understandable. So one takes one set, lets
FourX
Added topic Can NEVER find any NEW private messages that I get.
OK, so MAYBE I AM slow! But I can NEVER find any new private messages that I get. I can find everything else but! )< 8( So if someone will kindly just point me in the right direction..... -=>
FourX
Added topic Multiple Same Indicator on Same chart at different time frames ?
Hi, Is it possible to use a number of copies of the same indicator on the same chart but with different time frames when the indicator does not have the time frame as a variable ? If so, how? If so, how do I differentiate between them and tell which
FourX
Added topic How to close the chart after the last trade closes?
The Topic about says it: How can I get an EA to close the chart it is on after the last trade on it closes ? Thanks for any and all assistance
FourX
Added topic Specific information and details of info in the 'News' tab of the Terminal?
Does anyone know if their is any documentation of all of the (hopefully standardized) specifics of the News releases that MT4 receives is available? Thanks for any and all info or suggestions
FourX
Added topic Missing/lagged info in 'Experts' tab in Terminal. Time inconsistencies.
I'm doing some VERY time sensitive trading and the info in the 'Experts' tab in the MT4 terminal window itself is lagged (up to 12 hours) and sometimes doesn't have the most recent info including transpired trades that I need VERY accurate time logs
FourX
Added topic Optimize Indicators ?
Is it possible to Optimize Indicators? If so, how
FourX
Added topic NuB Question: Make Demo Trades on a Live account ?
Rating: NuB I'm trying to figure out a way how I can get an EA to stop opening more trades if it gets number of consecutive losses until it has closed a specified number of profitable trades in a rowagain. This applies to the account and not just a
FourX
Added topic Excess Printing
I only want this to print the Spread to the Experts Journal when it places an order when the spread is low enough. Now it prints one every time (their is a Tick?) and more annoyingly, makes a sound. I want to fix it, not just eliminate the sound
FourX
Added topic Needless Duplication in Function?
Example: // The declaration of the PipPoint() Function: double PipPoint()   {      if ( Digits == 2 || Digits == 3 ) double d_UsePoint = 0.01 ;      else if ( Digits == 4 || Digits == 5 ) d_UsePoint =
FourX
Added topic Standardized currency pairs 'defined (magic?) numbers' ?
I'm encountering some EAs where each currency pair is assigned a unique number. In one case I moved them to a included file CurrencyPairs.mqh (attached) so that some brokers that utilize unique subfixes such as EURUSDiam. This file can readily have
FourX
Added topic Need a 'Stealthy' axillary 'Stop Loss' EA that will override the SL in other charts with an EA on them.
The subject pretty well says it: I need an EA that I can attach to another chart that will override the SL in the same currency pair on another chart with the initial EA in it. It needs to be able to be used with any/all currency pairs. The SL in the
FourX
Added topic Determining the Broker's Minimum Stop Loss level?
The subject pretty well says it. How can I ascertain what a Broker's Minimum Stop Loss level is for any particular currency pair? Thanks for any and all assistance
FourX
Added topic ''Stealthy' Dual Stop Loss' Module required.
The stealthy, active & functional Stop Loss utilized will only be calculated internally in the EA and then close the order when this is level is reached. But the second 'published' SL is a 'FailSafe' that is placed on the server when the order is
FourX
Added topic EA Settings & Algorithm + Trading documentation, history and analysis
It's impossible to do any effective ongoing, long term EA algorithm and settings testing and development without this capacity. Likewise for ANY profitable trading system. Currently there is no comprehensive and effective solution that I am aware of
FourX
Added topic Program 'tracer'. step thorugh single command & line of code invaluable with output of the tesuls of these..
Please put a 'Tracer' in the  MQL5 Editor and the capacity to run EAs in this mode in Terminal. It should be able to step through an individual command, a single line of code, or blocks/sections/modules of MQL5 and show these in real time along
FourX
Added topic Close (Losing) Trades any time, not just at new bar.
I've been trying to get this EA to close (losing) trades at anytime (that the StopLoss is reached) and not just at the end/beginning of a new bar as it currently does. This often results in losing trades taking heavy losses that I could avoid IF I