- Search Metals Mine
-
7bit replied Feb 4, 2010search for "equity recorder" on codebase.mql4.com, but this needs to keep running in order to record the equity, it has not (yet) a function to calculate the history of the equity before the time it was started.
History of AccountEquity
-
7bit replied Feb 4, 2010AFAIK there is no way to influence (disable) other EAs from within an EA. You can close any trades but not tell other EAs to stop opening new ones. (AFAIK means i could be wrong) A solution would be to set a global variable by your stoploss-EA and ...
Total Equity trailing stop EA for MT4
-
7bit replied Feb 4, 2010You need a TFT with digital input and the graphics card set to the native resolution of the TFT. Then everything should be pin sharp and readable with the help of a magnifying glass.

Attach Indicator to Chart using EA
-
7bit replied Feb 4, 2010You can click on it to get a zoomed version or right click to save it. I use firefox and when i do a middle click (or right click->open in new tab) on the images posted in this forum it opens a new tab with the image in original size
Attach Indicator to Chart using EA
-
7bit replied Feb 4, 2010and if you open the data window it will show all values of all indicators when you move the mouse around without cumbersomely pointing the mouse to the exact line or bar.
MT4 Candle Size (Low-High)
-
7bit replied Feb 4, 2010More creativity please! — Why so uncreative? Make use of what is already there: The Average True Range indicator when set to a period of 1 will show this information for every candle. And it also has a mouse over already built in.
MT4 Candle Size (Low-High)
-
7bit replied Feb 4, 2010are you aware of the distance measuring tool that is built in: middle-click -> then left click and hold to drag the crosshair-cursor from A to B?
MT4 Candle Size (Low-High)
-
7bit replied Feb 4, 2010Do the regulations (of the NFA and other such organizations) that regulate the margin requirement, regulate the minimum margin needed for opening a position or for holding an open position?
Help - Hedging Loss?
-
7bit replied Feb 4, 2010Generations of traders, economists, mathematicians have been trying to find the "clear insight". Some claim to have found it, only that others can prove them wrong afterwards or completely ignore their findings and claim to have proven the opposite. ...
Currency is my thesis in my masters
-
7bit replied Feb 4, 2010There is a set of indicators that calculate relative indices and draw lines for each currency against all others on mql4.com: url
MT4 - Adding a "daily change" indication to currency
-
7bit replied Feb 4, 2010Something like what? use COM objects from VB? This functionality should be built into VB already. Or do you want to call VB functions from metatrader? What are you trying to do?
Visual Basic and MT4
-
7bit replied Feb 3, 2010Search for "equity recorder" on url With this you can produce charts from your equity curves (floating+realized), even filtered by individual strategies or EAs if you want. There is an example indicator provided that you would just have to modify ...
MAX DD Indi
-
7bit replied Feb 3, 2010Close the position. Why would you want to hedge? You accidently opened a position with a size almost hundred times as much as would be reasonable for this account size and you are losing. Close the trade before the broker will close it for you.
Help - Hedging Loss?
-
7bit replied Feb 2, 2010Here is the updated pattern.dll file I changed the algorithm how the pattern's y offset is calculated. It is now like in the first version again, it is shifted so that pattern(0) always matches the current close price. Open pattern_project.lpi in ...
pattern matching
-
7bit replied Feb 2, 2010There seems to be not much interest in this topic from the other programmers, what i cannot really understand. This is the first EA ever that i have seen in the forums or written myself that instantly made profit on the M1 chart during the very ...
pattern matching
-
7bit replied Feb 2, 2010pattern designer — I have made a little interactive pattern design tool: image I made it in Python because the dynamic compiling and evaluation at runtime is much easier with a dynamic script language. The pattern shape to the left will ...
pattern matching
-
7bit replied Feb 2, 2010Not sure if such a thing exists. Since I only have average math knowlege much of the more complicated fractal geometry stuff is beyond me.
pattern matching
-
7bit replied Feb 2, 2010Just give them the .tpl file along with indicator and EA. They are saved in the templates folder somewhere in metatrader's directory tree (where all the other .tpl files are). If you decide to continue using the global variables method you should ...
Attach Indicator to Chart using EA