- Search Metals Mine
-
7bit replied Jun 16, 2010The levels have to be strictly in fixed intervals, I don't want to apply any indicator magic to find special levels or better entries because this would throw me back to where I was already: trying to find profitable indicators. I have spent 12 ...
Snowballs and the anti-grid
-
7bit replied Jun 16, 2010This is actually the thing that I will be researching next. If I can find a combination of grid and anti-grid where the break-even parabola of the anti-grid always lies inside the break-even parabola of the grid and then simply make the ratio of the ...
Trading the anti-grid with the snowball EA
-
7bit replied Jun 16, 2010Bidirectional was the first mode that I implemented (before long and short) and it is what was initially described on my website. long and short are special cases. In bidirectional mode it will not trail the entries, it will place short orders below ...
Trading the anti-grid with the snowball EA
-
7bit replied Jun 15, 2010lol, no. I don't know twoblink's style. I'm trading freestyle

Trading the anti-grid with the snowball EA
-
7bit replied Jun 15, 2010Hope this will be triggered tonight image
Trading the anti-grid with the snowball EA
-
7bit replied Jun 15, 2010I doubt it. Oanda does not trade against their customers, they are always completely hedged, so there would be nothing to gain for them. My oanda bridge already has a delay of 3 to 5 seconds per order (i mirror filled stops in mt4 via market orders ...
Trading the anti-grid with the snowball EA
-
7bit replied Jun 15, 2010closed it at level 4 image image
Trading the anti-grid with the snowball EA
-
7bit replied Jun 15, 2010It might be a bit complicated to set up, at least if you are on windows where most things are ten times more complicated to do than on unix/linux. Simple answer: avoid everything that might negatively impact your trading. Have a reliable broker, ...
Faster DNS connection
-
7bit replied Jun 15, 2010It did not reach my entry at 1.2160 so I started it manually image
Trading the anti-grid with the snowball EA
-
7bit replied Jun 15, 2010Simply install one yourself. If your provider's nameserver is unreliable, slow or you suspect dns manipilation/censorship then you can install your own copy of bind (or whatever other software is appropriate for windows) and run it as caching ...
Faster DNS connection
-
7bit replied Jun 14, 2010I once had problems with my microwave oven breaking my (already weak) wifi connection everytime I turned it on to make a cup of hot water for some instant coffee. If there is no interference and the distance between the devices is not too far and ...
Unable to View MetaTrader Folder Content
-
7bit replied Jun 14, 2010No, I only used it for very specialized small things only, like my pattern matching dll for example that needed to do tenthousands of calculations per tick or if I needed an interface or a binding to some other software like my MT4-Python binding ...
Creating Metatrader DLLs with Lazarus / Free Pascal
-
7bit replied Jun 14, 2010a setting of 2 means it will close 2 levels (or more precisely the distance that equals 2 levels) above break-even. auto_tp will always close in profit and the longer the cycle has run already, the bigger (in dollar) this profit will be, because it ...
Trading the anti-grid with the snowball EA
-
7bit replied Jun 14, 2010pending "start long" at 1.2160 the bull is not over yet. image
Trading the anti-grid with the snowball EA
-
7bit replied Jun 14, 2010I have thought about such a thing also. I'm not yet sure whether to implement something like that. There is one thing you can try: Since it will derive all its information from the currently running trades you can manually define takeprofits for ...
Snowballs and the anti-grid
-
7bit replied Jun 14, 2010Such things happened before. Here is the zoomed out equity curve to see it in relation to what usually happens: image
Trading the anti-grid with the snowball EA
-
7bit replied Jun 14, 2010I have closed it a couple of pips above breakeven. My closing and reopening for the weekend caused me to lose 35 pips and let the breakeven go up 35 pips. From this moment on anger controlled my emotions. I decided to close this thing at breakeven ...
Trading the anti-grid with the snowball EA
-
7bit replied Jun 13, 2010Not in its current form, there would be modifications necessary to read the indicator but in theory it should be possible. Unfortunately I cannot do this at the moment because I have put this whole pattern matching project on pause because of lack ...
pattern matching
-
7bit replied Jun 13, 2010Its in the zip file. if you have opened the project (the .lpi file) in lazarus you should see it in the editor. If you don't see it (the file is not loaded into an editor) you will find it in the code browser (view | code browser...) or in the ...
pattern matching