- Search Energy EXCH
- tradingviper replied Nov 5, 2009
Levels are fixed — Hi Magic, The original orders are placed using your initial lot size. Then evertime an offsetting order needs to be placed, it is placed with the initial lotsize times the level. That is fixed and does not increase or ...
100% Win Math Grid Ea
- tradingviper replied Nov 4, 2009
Please read more and watch it trade longer — The method really has been described in detail, especially early on in the thread. Each level uses a different lot size. It will increase the lot size on the buy side if one of your sell orders gets ...
100% Win Math Grid Ea
- tradingviper replied Nov 4, 2009
Answer given was correct... — The basic strategy is independent of indicators and therefore independent of chart timeframe, so it make no difference at all. Some of the entry filters (trend filter, vol filter, etc.) do use indicators and they ...
100% Win Math Grid Ea
- tradingviper replied Nov 3, 2009
Please post rules — Hi Ajia, Please post the trading rules for your averaging system
Averaging trading system
- tradingviper replied Nov 3, 2009
Don't worry - soon — I agree. After seeing the difference I'm actually going live with it very soon. Although it seems like a small change, the change is rather critical so I have to get some hours on it before I release it to avoid any more ...
100% Win Math Grid Ea
- tradingviper replied Nov 3, 2009
Be visible man... — You're welcome. No it does not currently work in stealth mode. Yes it could be made to. I had not really considered it and don't think it is needed because our stops in one direction is the takeprofit in the other. So ...
100% Win Math Grid Ea
- tradingviper replied Nov 3, 2009
I found a stupid bug... — Hey Guys, I made a beginner type error... I found it this morning. It looks like it will not close pending orders on JPY pairs. If it doesn't close them it will not start a new set. I did all my testing with GBPUSD. ...
100% Win Math Grid Ea
- tradingviper replied Nov 2, 2009
So many questions, so little time... — Hi Saint, I mostly tested using 3 levels and increment = 15. I used a small increment on purpose to get thru multiple sets more quickly. No I never hit the Death Trade. The point of the "new math" (mgrid ...
100% Win Math Grid Ea
- tradingviper replied Nov 2, 2009
Hmmm... — I tested many many sets with all different lot sizes and never had a problem in back testing or forward testing. I did only test with GU, but I can't imagine how the pair would make a difference. Which pair were you using ? I have ...
100% Win Math Grid Ea
- tradingviper replied Nov 2, 2009
Two ways — There are two ways to start with position sizes greater than the min allowed by your broker. You can set MinLotSize or PercentToRisk. Just be careful. You want to under trade this strategy to avoid the Death Trade as long as ...
100% Win Math Grid Ea
- tradingviper replied Nov 1, 2009
Sure — When the program decides whether it needs to buy or sell, it calls a method called checkPendingProfit() (checkProfits() in original). If the profit it will achieve at TP is less than the goal (2*increment) it goes into a buy/sell loop. ...
100% Win Math Grid Ea
- tradingviper replied Nov 1, 2009
If you insist but... — Your love and appreciation is all I need :-) Viper
100% Win Math Grid Ea
- tradingviper replied Nov 1, 2009
Version 2.3 — Hey Guys and Gals, I have attached version 2.3. I have done a fair amount of testing this time (2 weeks forward testing and some back testing) so I am pretty confident that it is bug free and works as intended. It does not work ...
100% Win Math Grid Ea
- tradingviper replied Oct 28, 2009
You run 7 grids ? — I was thinking 3 or 4 as the max because I think the ideal spacing is to have a new grid start when you reach b2/s2 (3 levels) and that will actually only allow 3 grids (one will terminate before any more will start... ...
100% Win Math Grid Ea
- tradingviper replied Oct 28, 2009
Don't use vGrid v2.2 — Hey Everyone, I found the bug with version 2.2. Version 2.3 to fix the bug will be out shortly. I have been forward testing for a number of days and seems to be working perfectly (even using min lot size). I have found a ...
100% Win Math Grid Ea
- tradingviper replied Oct 22, 2009
Just for argument sake... — So Plasma, I need to make sure the order placement is correct first, but if I do get that solid where everyone is happy and I find some time to work on the ViperMultiGridEA, what should the input parameters ...
100% Win Math Grid Ea
- tradingviper replied Oct 21, 2009
OrderComment() — Plasma, Why do you want to change the comment ? I have been thinking about changing the comment to the grid (set) start time (date+time) so no two will ever be the same. In my testing, I had a couple grids start up only to ...
100% Win Math Grid Ea
- tradingviper replied Oct 21, 2009
Thanks WP8 — I had noticed this bug - odd programming - originally but then had so much to do, did not address it. This rarely manifests as a problem because when we need to add sell orders, it is because a buy just executed, so the if check ...
100% Win Math Grid Ea
- tradingviper replied Oct 21, 2009
I'm looking at it... — Plasma, This issue must be intermittent. I have used 'min lot size' parameter without seeing the issue you see. I have been testing and it seems to be working OK during the testing periods I have been looking at. Anyway, ...
100% Win Math Grid Ea
- tradingviper replied Oct 7, 2009
Re: — Reply's to your post... 1. Not sure about the "slow closing bug" - will have to investigate 2. I removed the 10 sec delay for next release. I put it in so if you wanted to delete a grid manually, a new one would not start instantly, but ...
100% Win Math Grid Ea