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 'Volume' of what?
What 'Volume' (/bar) that is shown at the bottom of the MT4 charts does this actually refer to? 1 - Ticks/bar 2 - Trade volume ? If so what type of 'volume'? a - # Lots? b - # Trades? c - Monetary value?  If so, what is used for the 'valuation'
FourX
Added topic Suppress Trade Details in Strategy Tester and Optimization Reports
Trying to figure out how to suppress the Trades (TESTDETAILS) in both the Strategy Tester and Optimization reports. The htm files in the Templates folder provides the format for these report, but it is not what generates them. So far I have been
FourX
Added topic Add widely used and standardized 'Tags' to save EA Name, Version and Set file (info) ?
Still working towards a comprehensive. long term traditional Trading Journal. I'm wondering if there is any way in MQL4 to utilize the widely used and standardized 'Tags' to save the EA Name, Version Number and Set File (info) that many such apps
FourX
Added topic Generate Strategy Tester Back Test & Optimization) Report without all of the individual trade details?
Is it possible to generate a 'Back Test' report in the ' Strategy Tester ' that doesn't not include all of the individual trade details? Possibly the same for the 'Optimization Report' as well
FourX
Added topic Auto Generated 'Permanent Trading Journal' of ALL conditions including EA & Indicator Settings and Trade outcomes?
I'd like to auto generate a COMPLETE and permanent trading journal that records ALL aspects of every trade, including indicator values and EA settings etc. This is distinct from MT4's journal and more akin to a traditional trading journal that one
FourX
Added topic Trade Queue for Multiple Simultaneous Trade Signals Generated by commercial Indicator?
I have a retail manual trading system that has numerous (custom) indicator modules to it. It has one 'master indicator' that uses other indicators and generates trading signals and paints these as Objects on the chart and generates alerts if I have
FourX
Added topic Trade a chart permanent arrow's initial appearance ONLY once?
Compiled commercial indicator. iCustom it OK. Paints 6 permanent indicators (+ in Data window). Sometimes indicates more than one trade on the same tick, and not only at the opening of a new bar. EA misses duplicate trades. Likewise if I only trade
FourX
Added topic Capture and use Data from ALERT Boxes as Input Data ?
Is their anyway to capture and utilize Data from Alert & Info Boxes
FourX
Added topic How to utilize the 'total 'Profit'' value at the bottom of the active open trades in the Terminal?
The topic about says it: The current value of the cumulative total 'profits' in the grey line at the bottom of all of the active and open trades (in the first 'Trade' tab) at the bottom of the terminal. This is distinct from either the
FourX
Added topic Track and control both the total number of open tickets/account and the number of each specific open Order Symbol/Instrument(types?)
I need to maintain the number of open market orders, and perhaps eventual pending orders as well, by each instrument symbol that are currently active and open. This needs to persist past each new tick and only gets altered when a specified symbol is
FourX
Added topic What is a 'property sheet' and the difference in 'level' properties such as: #properties indicator_levelcolor
#property indicator_chart_window #property indicator_buffers 6 #property indicator_color1 Aquamarine #property indicator_style1 3 // 'Arrow' #property indicator_level1 233 // SOLID UP Arrow #property indicator_width1 5 #property indicator_color2
FourX
Added topic Function Calls: specifying 'Returning' vs 'Non-Returning' functions?
In the following MQ info, I don't see any difference in the Functions other than the last variable/argument is different. Other than that the Format and Structure are EXACTLY the same are they not? I know that one can use the void Non-ReturnFunction
FourX
Added topic Consistently having troubles setting LINE_WIDTH and LINE_STYLE` in the SetIndexStyle function
I'm consistently having problems setting both the 'LINE_WIDTH and LINE_STYLE in the SetIndexStyle function . I'm following the info and examples in the MetaEditor, but.... )< 8( #property indicator_color1 Aqua ....... ....... int init() {
FourX
Added topic 'Weighting' Indicators influence to either Open or Close trades?
I'd like to give 'weighting' and control the amount of influence that different indicators and chart info has on making the decision to either enter into a trade or not and to close and exit a trade or not. Hence one indicator might be weighted at
FourX
Added topic Is this a typo: ....)TickValue* = 10;
// from p64 of 'Expert Advisor Programming' by Andrew R. Young: double TickValue = MarketInfo(Symbol(), MODE_TICKVALUE); If (Point == 0.001 || Point == 0.00001) TickValue *= 10; Is the equation in Red above a typo or ??? If not what does it mean and
FourX
Added topic How is the back testing that can be tested by: IsTesting() implemented and controlled ?
The IsTesting() function returns TRUE if the EA can do BackTesting and FALSE if not. But how is the capability of the EA to do BackTesting implemented and controlled
FourX
Added topic Execution prior to/outside the Scope of the 'Start' function?
Execution scope: I understand that unless I code it in otherwise, everything within the scope of the 'start' function executes on every tick . But what about outside the scope of the Start function? Such as code that is often seen prior to this
FourX
Added topic How to separate (and close) (Market) Sell orders and Buy orders separately?
Looked quite a bit here and in my hard copy book on how to separate (Market) Sell and Buy orders. Then in this case, close one or the other type out separately. Though this would be useful for other purposes as well. This should be possible with them
FourX
Added topic 'Conditional Branching - 'GoTo' Kluge ?
Trying to figure out a 'kluge' / 'work around' for Conditional Branching/GoTo in MQL4
FourX
Added topic Optimizing Indicators ?
How can I optimize Indicators that aren't in or part of any EA? The setup is for a manual trading system with up to 8 indicators attached to charts. I have the source code for some of them that are in the public domain, but not the primary ones which