- Search Metals Mine
-
7bit replied Jul 5, 2010You americans are completely wrong. What you call football has nothing to do with football. It has not much to do with feet and it also has nothing to do with a ball. I dont know why americans try to wrongly establish the already widely used name ...
Rumor of bad news for GBP
-
7bit replied Jul 5, 2010You could as a starting point use parts of my IRC signal generator (see my signature). The detection of trading activities and message generation can be used and you just have to throw away the IRC client stuff, make a new implementation of ...
(binned per thread starter’s request)Connecting MT4 and Facebook?
-
7bit replied Jul 5, 2010As soon as you got rid of all global variables inside the dll and as a consequence your functions don't have any side effects anymore (side effect = change things or be dependent on things outside the scope of the function) your DLL will be thread ...
Creating Metatrader DLLs with Lazarus / Free Pascal
-
7bit replied Jul 5, 2010I have not found any method to directly call built in mt4 functions from outside an mql script (from the dll). There might exist something but this would involve some serious hardcore reverse engineering and hacking and would probably not be very ...
Creating Metatrader DLLs with Lazarus / Free Pascal
-
7bit replied Jul 5, 2010This would be one possibility, the other one (faster) would be to let a function pointer point directly to the actual pattern function (or the same thing implemented in a cleaner way: make it a class and pf() a virtual method and let subclasses ...
pattern matching
-
7bit replied Jul 3, 2010GBPUSD is retesting an old trend line from the dayly from the bottom. The following chart is old, but my trading PC is not running at the moment and I am the personified laziness. we have currently reached the exact spot that I had marked in red, ...
Rumor of bad news for GBP
-
7bit replied Jul 2, 2010By default the auto_tp is set to 2 which means it will close all trades (and end the current cycle and go back to stopped mode) as soon as price is a distance of 2 levels (the value for auto_tp) above break even. ("above" profit wise) You can ...
Snowballs and the anti-grid
-
7bit replied Jul 2, 2010Are you kidding me? This is not the way magic numbers were ever supposed to be used. Magic numbers are ID numbers that are used to group trades together. All trades belonging together have the same magic number. And all trades of one instance of ...
Snowballs and the anti-grid
-
7bit replied Jul 1, 2010GU is tough to trade with snowball, It gives me many headaches, retrace are often and deep. maybe with a bigger stop_distance it might be better. I have today closed a snowball on GU just a bit above breakeven that has been running too long already ...
Trading the anti-grid with the snowball EA
-
7bit replied Jul 1, 2010I have started trying this on EUR/AUD. This is the 3rd snowball currently running. The first one could have had a better exit, I waited too long. I believe EUR/AUD will unwind the last 5000 short pips that it has made during the last 16 or so ...
Trading the anti-grid with the snowball EA
-
7bit replied Jul 1, 2010closed the long. Now waiting for another long setup. image image
Trading the anti-grid with the snowball EA
-
7bit replied Jun 30, 2010They have an API but they will charge you $600 per month! As an alternative there is something called fxSpyder from a 3rd party company that is based on oanda. I have never tried it but it is much cheaper and also allows you to do api trading on ...
oanda programming
-
7bit replied Jun 30, 2010the lines will only trigger once, then they change color and the description will contain the word "triggered". You should test all this on a demo account. You can also use the backtester in visual mode: pause the backtest, place or move the lines ...
Snowballs and the anti-grid
-
7bit replied Jun 30, 2010This should not happen. is it at the exact same price or 1 or 2 pips away? Are you moving/trailing the stoplosses? the stoplosses are used to identify where an order already exits. Some NFA-regulated FIFO brokers are messing with the stoplosses and ...
Snowballs and the anti-grid
-
7bit replied Jun 30, 2010you also have the option to modify the EA itself: Insert a function (call it autopilot() for example) and call this function at the beginning of onTick() or onOpen(). Inside this function you call all your indicators, put all your logic and if it ...
Snowballs and the anti-grid
-
7bit replied Jun 30, 2010I think i have an idea what the problem is: void DrawPriceTrendLines(datetime x1, datetime x2, double y1, double y2, color lineColor, double style){ string label = "Support Resistance" + DoubleToStr(x1, 0); ObjectDelete(label); ObjectCreate(label, ...
Snowballs and the anti-grid
-
7bit replied Jun 30, 2010Lets solve this step by step: When the lines immediately change color and style so that they become magenta and dashed instead of solid this means they are recognized by snowball as active trigger lines. does this happen?
Snowballs and the anti-grid
-
7bit replied Jun 30, 2010[edit, deleted] sorry, I was too fast, forget my initial answer. Let me think about the problem for a while.
Snowballs and the anti-grid
-
7bit replied Jun 29, 2010closed the short and opened a long. Merkel and the others want depression and deflation to let the financial vampires suck even the last drop of blood (money) out of the economy before it finally dies, so I am now long eurusd. The high anchor point ...
Trading the anti-grid with the snowball EA