- Search Energy EXCH
- tradingviper replied Nov 20, 2009
Nope. — Thanks Walt. If ForexFlash has any more "secrets" that he hasn't already graciously shared, he hasn't shared them with me :-) Viper
100% Win Math Grid Ea
- tradingviper replied Nov 19, 2009
Release 2.5 coming soon... — Hey everyone, I think I've pretty much finished up version 2.5. I got a little carried away with new features and enhancements and have been testing. I would like to get a little more test time on it but hopefully ...
100% Win Math Grid Ea
- tradingviper replied Nov 19, 2009
Hi Flame, I don't know if you realize that all input params are pretty well documented as comments in the top portion of the EA source code. The comments describing the two parameters you are questioning, I've included below. I you still don't think ...
100% Win Math Grid Ea
- tradingviper replied Nov 17, 2009
Thanks for the contribution Kevin. The more minds and the more ideas the better. Feel free to run any EA you want, but there are a few with bugs, so make sure you read about it first. Please try your suggestion on a demo account, forward testing for ...
100% Win Math Grid Ea
- tradingviper replied Nov 17, 2009
Thanks FF. I appreciate your continuing contributions. If you don't want to share the code ,can you at least describe the algorithm you use to work your way out of the Death Trade with very little loss or even a small profit. I have tried a number ...
100% Win Math Grid Ea
- tradingviper replied Nov 17, 2009
If the EA is choosing not to trade due to an entry filter, it should print a comment on the screen describing which entry filter is failing. To tell the truth, I have not tested those two entry filters very much at all, they may be very restrictive. ...
100% Win Math Grid Ea
- tradingviper replied Nov 13, 2009
Settings question — Do you realize that wit these settings, you will immediately open a buy and a sell at the same price level, the pivot. You are essentially running a 2 level grid and any profit from your level 1 buy will be offset by your ...
100% Win Math Grid Ea
- tradingviper replied Nov 13, 2009
Can use entry filters — Puks, there are entry filters that include time of day. You can set these to session open times and set MaxSetEntryCount=1. Mind you, all times are broker time, not GMT or local time. So if London open starts at 4AM ...
100% Win Math Grid Ea
- tradingviper replied Nov 13, 2009
Yes, you can — Yes closing one order will close the set. No it doesn't effect future operations. It will behave as though the set closed naturally. You can also run a script I use sometimes to shut everything down. I turn off the EA (by ...
100% Win Math Grid Ea
- tradingviper replied Nov 13, 2009
Thanks Ozzie — You have been a big help, with your contributions and your assistance with other's questions. I do have one correction though, I believe I fixed the 5-digit issue so you would simply enter -5 whether you use a 4-digit broker or ...
100% Win Math Grid Ea
- tradingviper replied Nov 13, 2009
Thats great !! — That's great Walt. Just please understand the risks prior to going live. I would hate to have you report in a few months that you lost half your account. We are working hard to lessen the probability but I'm afraid it will ...
100% Win Math Grid Ea
- tradingviper replied Nov 13, 2009
Magic number is fine — Puks, You only need to change the magic number if they are running on the same pair. If they are on different pairs you do not need different magic numbers. Also note, if the increment is set to 20, the difference ...
100% Win Math Grid Ea
- tradingviper replied Nov 12, 2009
I suppose, since it's the last version... — Thanks Plasma. I suppose I can do both. I can fix the temporary spread spike closing the set down with a loss with a stealth mode type algorithm. But if the spread is extra wide at the time when the ...
100% Win Math Grid Ea
- tradingviper replied Nov 12, 2009
New release soon — I wasn't going to work anymore on the single grid EA, but in light of my own experiences with hitting max orders broker limits, and others similar experiences, I have decided to enhance the risk-mitigation strategies by ...
100% Win Math Grid Ea
- tradingviper replied Nov 12, 2009
Read away — There are many different types of grid systems. If you want to learn more about this one, read the thread. Seriously, I am not trying to be rude, but there is a lot of information embedded in the thread. A lot of people have worked ...
100% Win Math Grid Ea
- tradingviper replied Nov 12, 2009
I could not replicate — Hi Jay, You didn't give the currency so I tried to replicate with GU but with no results. The logic worked fine in all cases with a 2-lvl grid, incr=12; I would like to caution about small increments - I was using ...
100% Win Math Grid Ea
- tradingviper replied Nov 7, 2009
Uses the real tp — To compute current profitability, the code uses the actual tp submitted to the broker. So if you extend the tp, it will use that. I haven't thought or worked out the numbers to see how that affects overall profit. Viper
100% Win Math Grid Ea
- tradingviper replied Nov 6, 2009
Please do — I can change the low/high water marks to be total lotsize or total open position count instead of percent equity (or it can use either or neither depending on which is set) That is actually a fairly simple addition. I was thinking ...
100% Win Math Grid Ea
- tradingviper replied Nov 6, 2009
Latest version 2.4 Hot off the presses — Hey Everyone, Here is the latest version of vGrid. I didn't get as many hours on it as I would like but I think it works on all pairs. Anyway, if anyone does think they find a bug, let me know with as ...
100% Win Math Grid Ea
- tradingviper replied Nov 5, 2009
The SET as a whole will win — Every SET will close in profit (assuming you have more margin than the market demands). That can be a mixture of winning positions and losing positions. The system ensures that you have more winning positions than ...
100% Win Math Grid Ea