- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Dec 23, 2010Added Deviation_Reset — Okay, I just added deviation_reset to SWB_SuperTrend (in original post). It's set to 0 by default so, in order to enable it, set to any number greater than 0. Like I said before, I think it would be good to start with a ...
SWB Super Trend
-
ecTrade replied Dec 23, 2010It Finally Crashed! ... — Okay, it looks like it crashed just a few hours later, on February 4th. However, it got as low as 800 points down with a balance of $415 at level 7, and absolute drawdown of $83.28. Of course it lost more than $500 ...
SWB Super Trend
-
ecTrade replied Dec 23, 2010So, here it is an hour and 40 minutes later, on February 4th. Wow, just to go another two-and-a-half weeks! It's now down about 740 points with a $500 balance and sitting at level 7. While it had just cleared two level 8 trades so, it's still ...
SWB Super Trend
-
ecTrade replied Dec 23, 2010Not the Same System ... — By the way, mine is not the same Super Trend system as described here. They're not even using the same indicators I believe. While his/hers appears to be manual and mine is automated. It's funny, because I started my ...
SWB Super Trend
-
ecTrade replied Dec 23, 2010EURUSD BAcktest / 6-17-2009 to 1-28-2010 — Here is another snapshot as of January 28th, where it had dropped down to over 650 points with balance around $630 and a 6th level trade. While it had just successfully completed 3 or 4 level 5 ...
SWB Super Trend
-
ecTrade replied Dec 23, 2010EURUSD BAcktest / 6-17-2009 to 1-17-2010 — Here is a backtest that I ran on EURUSD from 6-17-09 to 1-17-10 using the same parameters described above, except using M15 time frame and profit target set to $3.00. I started with an initial deposit ...
SWB Super Trend
-
ecTrade replied Dec 22, 2010You can try this (see attached) ... If you are looking to hedge, with only one buy and one sell open at the same time, it should work. Or, if not, and you only want either one buy or one sell open at the same time (but not both), it should be easy ...
Need help for only 1 buy + 1 sell at a given time
-
ecTrade replied Dec 22, 2010Hey Rob, No I don't have any set files. I haven't had time to do any extensive testing, besides taking the time to insure the code works properly. As I said in the original post though, it's pretty much setup to start the way it is, although I ...
SWB Super Trend
-
ecTrade replied Dec 22, 2010So, did anybody get a chance to take a look at this yet? It's not quite the full blown Martingale like the original SWB. In fact, I'm not sure it can be called a Martingale the way it's being applied. It's still a grid arrangement, involving ...
SWB Super Trend
-
ecTrade replied Dec 22, 2010Hey, I started a thread that includes this EA over here. I'm actually pretty happy with the way it turned out and, intend to use it with more of my own setups.

Stop all and close all trades EA
-
ecTrade replied Dec 22, 2010Hey, I noticed that p_target (profit target) is kind of low for these particular settings. That's because I was setting it up and preparing to go live using different settings and forgot to change it back. I think $3 to $5 would be a more reasonable ...
SWB Super Trend
-
SWB Super Trend
Started Dec 22, 2010|Trading Systems|77 replies
Hello, This EA is loosely based upon the SWB Martingale EA in this thread here. There are ...
-
ecTrade replied Dec 21, 2010I would backtest it until I think I have most of the bugs worked out, and forward test it on a demo account for at least two weeks, on perhaps several charts at once (especially with a basket system), to make sure there are no surprises. This way ...
Length of time to test a new system
-
ecTrade replied Dec 21, 2010Hey, I added a slight mod to the (final) order count. I don't think it should affect anything, except possibly if it didn't work before? ...
Stop all and close all trades EA
-
ecTrade replied Dec 21, 2010Oh, so long as recurring is set to true, the global inhibit won't begin to count, so it will always remain set at 0. It's only when it begins to count that it changes from 0 to something else, in which case everything stops after the first cycle. I ...
Stop all and close all trades EA
-
ecTrade replied Dec 21, 2010Yeah, that should work. Except I think it needs to say "if (GlobalVariableGet("inhibit") == 0" in order to initialize your EA. Or, that's what it would say if it preceded OrderSend(). Actually, once it changes to 1, that means the first cycle is ...
Stop all and close all trades EA
-
ecTrade replied Dec 20, 2010If you want it to stop the EA from running, you will have to modify the OrderSend() code on the EA so it can pickup the global variable I'm talking about. If you like, I can try adding this for you? It should be relatively easy to do, depending on ...
Stop all and close all trades EA
-
ecTrade replied Dec 20, 2010Okay, I guess it wasn't working. I had to add initialize function and initialize some of the variables. Apparently it won't update variables in properties box unless this is done. Before I was just compiling it and noticed variables changed whenever ...
Stop all and close all trades EA
-
ecTrade replied Dec 20, 2010Hey, I just tried this with 10 open charts, and it appears to be working the way it should. Although I didn't try it with the global "inhibit" code added to EA. If you are still having problems, could you be more specific? Thanks.
Stop all and close all trades EA
-
ecTrade replied Dec 20, 2010Okay, I have it so it will display Equity and Target in upper left-hand of screen. The Equity is constantly moving while Target should remain fixed. Sorry I don't have much time to look at it now, as it's way passed my bedtime. ETA: Updated so it ...
Stop all and close all trades EA