- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Dec 20, 2010I started by learning how to send orders, and started to develop my skills and ideas around that. I would look for the most basic EA that does that, and begin by studying that.
Learning to program - where to start?
-
ecTrade replied Dec 19, 2010Actually, this probably won't make any difference so long as you have the same EA set up on different charts and only working with these trades (on same the account). If you are working with other trades besides this, you will need to come up with a ...
Stop all and close all trades EA
-
ecTrade replied Dec 19, 2010Yeah, the only thing I'm not really sure about is I'm telling it get the current time when it reaches the profit target (I haven't done this before) and to close all existing orders that were opened before that. It makes perfect sense though but, we ...
Stop all and close all trades EA
-
ecTrade replied Dec 18, 2010Oh, I didn't catch this part. I just updated and added a global variable that should inhibit trades after target is reached. You will have to add this code to your EA, however, as a qualifier before opening trades. ...
Stop all and close all trades EA
-
ecTrade replied Dec 18, 2010Close_on_Profit — You can try this. I haven't had a chance to fully test it yet, because I need to forward test it on a demo account. Basically there is p_target for setting profit target over equity start value. If you want it to operate ...
Stop all and close all trades EA
-
ecTrade replied Dec 15, 2010Okay, that was a bit silly. I included the # sign in the referent to the indicator and it didn't belong there. That's because I was using an iCustom access from another EA as a template and inadvertently left it in. Now it seems to work fairly well. ...
How do I use the Super Trend Indicator in my EA?
-
ecTrade replied Dec 15, 2010Hey, I tried accessing it with another EA using iCustom but, for whatever reason it doesn't work. I have no problems placing trades, but the information is not switching in the buffers the way it should, so it bypasses them is if they're not there. ...
How do I use the Super Trend Indicator in my EA?
-
ecTrade replied Dec 5, 2010Here's another test which ran from 6-17-2009 to 12-02-2010. Ultimately it didn't crap out at all, although it was down by nearly 1200 points (from initial or top trade) at the end of the test. Of course this is something you can't tell while ...
SWB Martingale EA
-
ecTrade replied Dec 5, 2010Hey, the picture is not as bad as it looks. As I already said, it initially crapped out in early December, and it began to recover in early July. And, since there were only a few trades between these two periods, they basically show up on the same ...
SWB Martingale EA
-
ecTrade replied Dec 4, 2010Here is a picture of my latest backtest on the EURUSD. I performed a similar backtest here, although I made a few modifications (which have yet to be released) and changed a few settings. Basically it crapped out in early December 09, and didn't ...
SWB Martingale EA
-
ecTrade replied Dec 4, 2010Updated Versions 1.01 and 1.02 — I updated versions 1.01 and 1.02 by the way. Come to find out I needed to add a reset after secondary pending orders were deleted (when out of range), similar to the one used on primary pending orders. I ...
SWB Stealth (Martingale)
-
ecTrade replied Dec 4, 2010If you follow the link and read posts 65, 70 and 74, that pretty much explains it.
Also, I hadn't quite figured out the issue with the "suspended" trades, although I thought I had fixed it. It's hard to tell, because once a major trend occurs, it ...SWB Martingale EA
-
ecTrade replied Dec 2, 2010We'll still be here, I guess?
Or, if not, just shoot me a PM. Oh, sorry to hear about your computer.SWB Stealth (Martingale)
-
ecTrade replied Dec 1, 2010swb_stealth_rsi_v.1.02 — Okay, it looks like I might have something here. Sorry it took so long. It took me the better part of a day to fix this "suspended" trade issue. It still doesn't look like it's working right, although I think it is, ...
SWB Stealth (Martingale)
-
ecTrade replied Nov 30, 2010Great. I should be uploading another version pretty soon that should make it easier to work with, and possibly help spot the problem with it not placing the trades when it's supposed to, if there is one? I think part of the problem was due to the ...
SWB Stealth (Martingale)
-
ecTrade replied Nov 30, 2010No, I the way you are describing it I think it's working correctly. The problem occurs when it doesn't open a second pending order, even though it gives a clear signal to do so. If you look at the status display in upper-left corner of screen, it ...
SWB Stealth (Martingale)
-
ecTrade replied Nov 29, 2010You're welcome.
Oh, I found another bug when I started forward testing it on my (IBFX mini) demo account. Everything seemed to work fine when I was backtesting it but, when I started forward testing it (after fixing faulty signal bug), I noticed ...SWB Stealth (Martingale)
-
ecTrade replied Nov 29, 2010There's one thing I don't like about it though. It looks like once you change something, whether you save the profile again or not, it incorporates that change so, when you go to open the profile later, it displays the most recent changes, not the ...
Creating Template for Multiple Charts
-
ecTrade replied Nov 29, 2010Wow, that should make things a whole lot easier! Thanks a lot!

Creating Template for Multiple Charts