- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Feb 1, 2010What I want to do is get the indicator to coincide with and run at the same time as the EA on the chart. That way I don't have to convert the indicator to an EA and still use it (as if it were) when I call up the EA. It seems like it would be much ...
Attach Indicator to Chart using EA
-
ecTrade replied Feb 1, 2010Ding_Dong Updates ... and "Daz" — Yes, exactly. Oh, I did set the Reset_Lo values to -120 pips as a default. I don't know if you noticed it or not? So, you might want to set them to "0" if you don't want to use them. I also have ...
Need help of programming this EA
-
ecTrade replied Feb 1, 2010Well, it's a place to start anyway.
Now I did find the iCustom function (also in Meta Editor help), but it looks like it's only used for "calculating and returning an indicator's value" ... whatever that means? I don't see how it specifically ...Attach Indicator to Chart using EA
-
ecTrade replied Jan 31, 2010New Ding Dong Duo Feature — Hey, I modified the EA a bit so that the maximum number of trades open is set to "1." This is in case something something happens, like the computer crashes, the EA gets reset by the server or, as in the case with ...
Need help of programming this EA
-
Attach Indicator to Chart using EA
Started Jan 31, 2010|Platform Tech|49 replies
So, is it possible to attach an indicator to a chart using an EA? If so, what should the code ...
-
ecTrade replied Jan 31, 2010Or, maybe it's supposed to attempt to open a bunch of trades all at once which, is only limited by the Max_Trade option? If so, that tells me the Max_Trade is not working, and the other variables and/or "<" or ">" signs (in Auto Close) are ...
Stoch EA need help
-
ecTrade replied Jan 31, 2010However, like I said (two posts later), it appeared to be the "<" sign in the Buy SL option that was incorrect. Or, at least when I fixed it, it appeared to open up Buy and Sell trades when it was supposed to. Of course it doesn't explain why it ...
Stoch EA need help
-
ecTrade replied Jan 31, 2010Yes, it was The Trend Predictor NNEA. Thanks.

Need help of programming this EA
-
ecTrade replied Jan 31, 2010Of course you realize you're sharing it with everyone else, don't you? But hey, I got a copy of it so, you don't have to leave it there if you don't want.

Need help of programming this EA
-
ecTrade replied Jan 31, 2010Maybe later? I'm feeling kind of saturated at the moment and should probably try to get some sleep. So, what's with the ".exe" file in the second zip? Is that a complete application? Generally you don't accept such things (.exe files) from people ...
Need help of programming this EA
-
ecTrade replied Jan 31, 2010Oh well, it's the Internet. If I knew you in person, I may not like you at all. That's just the way it is.
But hey, you seem like a nice enough person. Oh, if you appreciate it, that's really all the thanks I need ... not unless you have some ...Need help of programming this EA
-
ecTrade replied Jan 31, 2010Oh, there they are! I had to close the program and open it back up to get it to display in the folder. So, is there any way to backtest indicators or, is that just EA's? I haven't worked much with indicators but, now I think is a good time to start. ...
Another amazing indi
-
ecTrade replied Jan 31, 2010Hey, I'm just looking for ways to improve my own trading skills, as well as improve the EA's I've been working on myself over the past six months. I figured the best way to do that would be to help people develop their own ideas. And yes, I guess ...
Need help of programming this EA
-
ecTrade replied Jan 31, 2010Okay, apparently the "<" sign in the Buy SL option was incorrect. After changing this, at least it places orders without going nuts. I also tried changing the signs in all four options, in every possible way I could think, and it only works the way ...
Stoch EA need help
-
ecTrade replied Jan 31, 2010Hey, I just tried backtesting this and something is definitely wrong. It keeps placing orders one after the other, and kills the account in no time at all. You might want to see if someone who knows a little bit more about it can help you out?
Stoch EA need help
-
ecTrade replied Jan 31, 2010Okay, I see what you're trying to do is make the variables adjustable ... well, at least I got it to compile anyway. If you have assigned all the correct values, then it should work. Also, did you check to make sure your "<" and ">" signs are ...
Stoch EA need help
-
ecTrade replied Jan 31, 2010Okay, I just added this code here: Total=OrdersTotal(); cnt2=0; for(cnt2=Total-1; cnt2>=0; cnt2--) { if(OrderSelect(cnt2,SELECT_BY_POS,MODE_TRADES)==true) { if(OrderType()==OP_BUY){ if(dline[?] > 80.0 || kline[?] < 20.0){ ...
Stoch EA need help
-
ecTrade replied Jan 30, 2010Ding_Dong_Duo.mq4 — Hey, I went ahead and created the new file, Ding_Dong_Duo, which allows you to open trades in either Buy or Sell mode. It wasn't too much more trouble, so I figured it would be nice. I was also trying to create the file, ...
Need help of programming this EA
-
ecTrade replied Jan 30, 2010Sounds like a good idea. I have experienced the same problem when backtesting, although while the market was still open. And I kept scratching my head, saying, "What the heck is the matter? It was working 5 minutes ago?" And, when I tested it a few ...
Backtesting during weekends
-
ecTrade replied Jan 30, 2010So, how do you get the files with a ".ex4" extension to display or open up on the chart? I am not having any luck here ...
Another amazing indi