- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Jun 6, 2010Really? I just checked myself and it appears to be working fine. If you are using version 9.1, it will tell you which value you put in at top of display. You can also tell if the value is bigger if TP indicator line (distance) has increased.
SWB Martingale EA
-
ecTrade replied Jun 6, 2010Did you know that the strategy tester has its own properties box? I use it all the time and I'm always changing the settings. Sometimes it's good to hit reset before loading the new settings (especially after modifying an EA). Have you tried that?
SWB Martingale EA
-
ecTrade replied Jun 6, 2010Yes, these are the default settings, and you should be able to modify them, either way in properties box. Yes, you can. Just click on "Expert Properties" and "Input" tab before running test.
SWB Martingale EA
-
ecTrade replied Jun 6, 2010If you have a larger account it's probably okay to set G_SL lower. However, 40% seems pretty drastic for any account. It's better than blowing it all at once though.
SWB Martingale EA
-
ecTrade replied Jun 5, 2010Oh well, I guess that's what I get for not taking the time out to test it. And yes, your settings appear to be correct.
I can only tell it's working correctly with one pair (locally) while backtesting though, and will have to wait until I can ...SWB Martingale EA
-
ecTrade replied Jun 5, 2010Sounds like you're trying to base it on the moving average, I guess? Unfortunately I don't know enough of about working with indicators and really can't help you there. Sorry.

SWB Martingale EA
-
ecTrade replied Jun 3, 2010It's the ratio I think, that determines what size the TP is set. If it's too large, then it has to go further in order to retrace, meaning it will require more levels. If it's too small, then you aren't making enough money to sustain you, in the ...
SWB Martingale EA
-
ecTrade replied Jun 2, 2010They have the US Employment news coming up on Friday anyway ... not unless you feel like doing something daring.
I just set mine up (my own version) on IBFX mini account too but, will probably shut it down tomorrow night or, suspend all trading.SWB Martingale EA
-
ecTrade replied Jun 1, 2010Have you tried alt_closeall_tp in version 4.1.06? (although 4.1.0.7 is probably better). Anyway, have you seen this? I might have to modify it a bit but, it does work. And no, there's no need to have two separate charts open, just one. You just ...
SWB Martingale EA
-
ecTrade replied Jun 1, 2010No, that doesn't make any sense. Have you tried running the original test with earlier version to see if it's closing the same way? Also, you might want to make a note of the spread (if possible) and see if it's the same, as that can make a ...
SWB Martingale EA
-
ecTrade replied Jun 1, 2010Try running it with all the settings just the way they are (default), except change it to the exit level you want, and see if that makes a difference. If it works, then obviously something else is going on and it gives us a place to start. Oh, I ...
SWB Martingale EA
-
ecTrade replied Jun 1, 2010Did you download the latest mod? I had to correct it. I said it wasn't supposed to do anything unless you set it to a value greater than zero. However, I forgot to incorporate it into the code. Of course I don't know if this is going to address the ...
SWB Martingale EA
-
ecTrade replied Jun 1, 2010Maybe too many orders (trading multiple currencies) and total lots is too high? If it's a newer version (4.1.0.8 or higher) you might want to try deleting global variables in Tools (or using F3).
SWB Martingale EA
-
ecTrade replied Jun 1, 2010Great. Oh, in order to use the current option, set it to any number other than 0, otherwise it won't work ... which is fine. Also, in case anyone missed it, the most current version is at the bottom of the last page.
SWB Martingale EA
-
ecTrade replied Jun 1, 2010Basically I had to redo this whole option, but yes, it now appears to be working. I haven't done any extensive testing though, because both my demo accounts are currently tied up. I backtested it with one currency pair though and it worked fine. I ...
SWB Martingale EA
-
ecTrade replied May 30, 2010What, for the Blessing EA? No, all you have to do is register ... or, what they call "subscribe." It doesn't cost you anything though.
SWB Martingale EA
-
ecTrade replied May 27, 2010Thanks. I hope these mods help.
Oops! I had to modify it to set mini_account_enable to false. So, if you just downloaded it, please try again ...SWB Martingale EA
-
ecTrade replied May 27, 2010swb grid 4.1.0.8 — Hey, I hope you guys didn't think I was holding out on you.
I've been working on this fix since last Thursday, and had a reasonable facsimile working on Tuesday, before my computer hosed up and I had to do a system ...SWB Martingale EA
-
ecTrade replied May 24, 2010Hey, that's alright. By the way, I am just now in the process of troubleshooting and found a few bugs already. I had only just figured out the equation before I posted it, and now realize it won't work unless I do something like this ... if((v<2 && ...
Converting a String into Known Variable
-
ecTrade replied May 23, 2010Rather than trying to explain, here is the actual code: gl_var[1]=ca_spd; gl_var[2]=spd_nc; gl_var[3]=re_spd; gl_var[4]=ct_price; gl_var[5]=ct_enable; gl_var[6]=ac_percent; gl_val[1]=7; gl_val[2]=7; gl_val[3]=7; gl_val[4]=0; gl_val[5]=1; ...
Converting a String into Known Variable