- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Mar 2, 2010That would be like a trailing stop wouldn't it? Yeah, I was thinking about something like that too. I think it's a good idea.
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 2, 2010Yeah, I retried the test without the "Power_Lot" setting, and it still crapped out, nearly as bad. Obviously something else is messed up. Actually the way I had it setup (at one point), there was enough gap in the preset, that it wouldn't place any ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 2, 2010I think I'm going to and try and set it up so it will do all this automatically, based upon how much time is left on the timeout, and take the percentage (which is adjustable) and multiply it by the Take Profit value. That way you can set the Take ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 2, 2010You mean set it with a higher TP and manage it with the timeouts, right? Yeah, that's basically what I'm doing with the H_A_Switcher.
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 2, 2010Well, maybe not. You have to go at least 3 pips below (with my broker) in order to set or modify a Take Profit value. This is why I also have the feature (although I haven't mentioned it) with Ding Dong Dazz, where if the timeout has already ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 2, 2010Yeah, I made about $300 on the first day, only to lose it all the next day. But, I'm not sure it was this new feature I'm adding that was causing it, because I was having problems getting it to to set the presets and timeouts. Oh, the test that I ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 2, 2010Absolute Drawdown of 19.75 and Profit Factor of 3.99. This is not really Ding Dong anymore though. The Take Profit is set at 15 pips. If you keep the drawdown low and lot size at the same percentage (see below) I don't see why not? The way it's ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 2, 2010Currently the time out works only on the open orders. But, on this other project I'm working on, I have it set so the pending orders will reset after so many minutes. Oh, speaking of which, here is a snapshot of the test I ran yesterday, over a ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 1, 2010Sounds like some sort of conflict when both indicators are "loaded" at the same time. And, since Heiken Ashi is loaded first, it doesn't experience this problem. Maybe there is some other code you have to add in order to do this, I don't know? Good! ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 1, 2010Is it just the Stochastic that is doing this? Because basically it's loading the Stochastic at the same time it does Heiken Ashi. Does the Stochastic still work anyway? I don't know, because I've only been using the Heiken Ashi ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 1, 2010Yeah, but by itself (I'm thinking) it won't help establish the trend ... or, at least this is what I noticed when watching it. I think it might require something else, together with this, to make it work. I haven't exactly checked this out that ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 1, 2010I was just taking advantage of the available signals, per Sokyboy's request. Other than that, I don't really know a whole lot about the indicator, or how it's supposed to work. I was thinking about modifying the EA so you can call up the indicator ...
Help to convert an Indicator to an EA.
-
ecTrade replied Mar 1, 2010Basically I'm not using the Stop Loss. So, I can either set it real high or, eliminate it entirely. At this point it doesn't really matter. When the two become a "hedge," this is what serves as a Stop Loss. It will be a "fixed" loss, and won't get ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 1, 2010Oh, here's something else you may want to take a look at. I tried to incorporated it into Dazz II, but I couldn't get it to quite work. It was a lot more trouble than I thought. Maybe later ... Basically it's Dazz Plus X2, meaning there's both a Buy ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 1, 2010Ding_Dong_Dazz V1.1 — Version 1.1 is here! ... So, what is new? I just modified it so you no longer have to attach the indicators to the chart. You can still do so if you want, but it's no longer necessary. I figured out how to do this with my ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 1, 2010Hey, I just got a chance to forward test my EA with your recommended fix. I just placed my first two pending orders, one for USD/JPY and one for EUR/JPY! So, that just may very well take care of it. It doesn't explain why it doesn't work when back ...
Converting from 4-5 Digits to 3 Digits
-
ecTrade replied Feb 28, 2010You are free to have a look. While here is the post we begin to discuss it. The download is a couple of posts down.

Converting from 4-5 Digits to 3 Digits
-
ecTrade replied Feb 28, 2010Well, I thought that was going to fix it but, maybe not? I just tried backtesting it with EUR/USD and it worked. But, when I tested it without the fix it worked there as well. Actually I'm not even sure I checked the EUR/USD on Friday, but just the ...
Converting from 4-5 Digits to 3 Digits
-
ecTrade replied Feb 28, 2010Just goes to show that everybody's got to be different.
It probably would have taken me forever to figure that out. I modified the code and everything seems to work fine now. Thanks! 
Converting from 4-5 Digits to 3 Digits
-
ecTrade replied Feb 27, 2010Maybe it doesn't like my code? if(Digits==5){ digit=5; TP1*=10; SL1*=10; Slip1*=10; }
Converting from 4-5 Digits to 3 Digits