- Search Metals Mine
-
7bit replied Oct 6, 2010It has just been released only two or three months ago, what do you expect?
Metatrader 4 vs Metatrader 5!
-
7bit replied Oct 3, 2010Its not about whether you personally need the leverage or not, its about the freedom taken away from you and others. If you wait until it affects you personally it might be already too late. By this time they might already have built a 4m tall fence ...
What will US citizens do now with 50:1 leverage?
-
7bit replied Oct 3, 2010You can also open a window in metatrader from the main menu to edit them directly. And if you hold a global EA variable completely in MT4 global variables like shown in my example you can easily check its value or even modify it (if necessary or for ...
MT4 function for "hibernating" EA settings?
-
7bit replied Oct 2, 2010You don't need to save everything on every tick, just save the variable if it changes. And make it more convenient by writing setters (and maybe also getters): instead of this: int level int start(){ ... if (something) { level = level + 1; } ... if ...
MT4 function for "hibernating" EA settings?
-
7bit replied Oct 2, 2010It depends on your EA what you want to save. You should design your EA from the ground up so that it is able to restore everything from the existing trades and orders that it will find when starting up (after a crash) and maybe a few global ...
MT4 function for "hibernating" EA settings?
-
7bit replied Sep 29, 2010You can easily write a script to do that. AutoIt is good for such things but what you need might be even very simple to do with VBScript. AutoIt: While 1 If Not ProcessExists("terminal.exe") Then Run("terminal.exe") EndIf Sleep (1000) WEnd
Windows app to check if my MT4 is running?
-
7bit replied Sep 28, 2010Then there is something wrong with your server or its configuration. A disconnected session should just reconnect the same session without any problems. This already worked with NT4 TS 10+ years ago flawlessly with the official client as well as ...
Alpari UK - VPS help please
-
7bit replied Sep 27, 2010Wow, we have a new winner! Finally there is somebody who is even more arrogant than me. I didn't know that this was even possible. Congratulations!
Assorted Indicators/Scripts
-
7bit replied Sep 27, 2010I have never seen VNC outperform RDP on any type of connection. In my experience VNC gets worse with slower connections much earlier than RDP. I have been able to do RDP with a slow modem connection good enough to get things done on the remote ...
Alpari UK - VPS help please
-
7bit replied Sep 27, 2010I think my intentions were obvious from the beginning on. I'm not sure whether I still read some sort of sarcasm out of your posting or what else is the reason your formulation still sounds strange and reproachful to me, maybe we both have different ...
Can you decompile my EA?
-
7bit replied Sep 27, 2010I can agree with this statement. But in your original post you used a wording that suggested some absoluteness that simply does not exist and I wanted to show that with the correct tools (a copy (maybe even pirated!) of IDA Pro and the decompiler ...
Can you decompile my EA?
-
7bit replied Sep 27, 2010This comparison is ridiculous because it refers to some fantasy reality from some cheap TV series where the NSA usually has some godlike abilities beyond the constraints of space and time and mathematics. Analyzing some assembly code and decompiling ...
Can you decompile my EA?
-
7bit replied Sep 27, 2010Please watch the video I posted above to see how "useless" it can be in the hands of somebody who knows about this stuff.
Can you decompile my EA?
-
7bit replied Sep 27, 2010This is all common knowledge and knowing about these things belongs to the education of every informatics student. There is nothing wrong with mentioning common knowledge on a public forum. You can find the same information by doing a simple google ...
Can you decompile my EA?
-
7bit replied Sep 27, 2010are you sure? free: http://www.itee.uq.edu.au/~cristina/dcc.html url commercial: url etc.
Can you decompile my EA?
-
7bit replied Sep 26, 2010Like I already mentioned for obvious reasons they wont go with MT4, if they ever decide to offer MetaTrader it will be MT5 because only MT5 can be fitted to their backend. Mt4 for example can neither place nor display an existing pending order of ...
MT4 at Oanda
-
7bit replied Sep 26, 2010So you suggest people should gamble the trend continuation (also a 50% bet) instead?
Stop fooling yourself; There is no system
-
7bit replied Sep 26, 2010I meant: is it still a renko chart by all definitions of renko if it has wicks? As far as I am informed a renko chart consists of bricks and not candles: url This would mean to simulate it with candles you would make high/low identical with ...
How to backtest Renko?
-
7bit replied Sep 25, 2010Can you prove this claim? IMHO they are not better or worse mathematicians than any other nationality. And I'm pretty sure this indi contains only some standard stuff (ARMA, ARIMA, etc.) that every statistician knows about and is only too lazy to ...
Rate this please (Fortune Teller Indicator)