- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Jan 30, 2010Yeah, sorry I couldn't help you out with this part here. I am not familiar enough with it. The other stuff, yeah, I work with it quite a bit. Which is why it was enough to fix. If I get a chance, maybe I'll look into to it later? as I do need to ...
Stoch EA need help
-
ecTrade replied Jan 30, 2010No, there isn't (or shouldn't be) any "unfixed" issue ... except for the "Loss Count" issue. But, guess what? I just fixed that too. So, it looks like you're good to go.
Oh, I also set the Reset_Hi to 20 pips (as a default), per your ...Need help of programming this EA
-
ecTrade replied Jan 29, 2010Okay, it sounds like the EA is setup to do what you are asking. The "Reset_Hi" is just the value (in pips) that you decide where to open a new trade after you hit the second stop loss. Currently it's set at 10, so you might want to reset it to 20. ...
Need help of programming this EA
-
ecTrade replied Jan 29, 2010Okay, if I interpreted what you are saying correctly, the EA should work the way you asked. Have you had a chance to try it yet? Am not sure what you mean by this here though ... At first you said when it is up by 10 pips. Now are saying when it's ...
Need help of programming this EA
-
ecTrade replied Jan 29, 2010Don't know about the first part, but I added a Max_Trade option and magic number options. The Max_Trade option should work so long as it opens only one order at a time and not a Buy and Sell simultaneously. I added the magic number options as well, ...
Stoch EA need help
-
ecTrade replied Jan 29, 2010Oh, just to be sure we're all on the same page, I modified the EA three times in the last few hours since posting it. Functionally it's still the same, I was just trying to clean the code up and streamline it a bit. So, it's up to you whether you ...
Need help of programming this EA
-
ecTrade replied Jan 29, 2010Ding_Dong.mq4 — Did you want it to open a new trade after you exit the first trade, regardless of whether it's a profit or loss? And stop trading after two losses in a row? Then after it's up 10 points over the second loss, start all over ...
Need help of programming this EA
-
ecTrade replied Jan 28, 2010For anyone interested, I modified the code a bit on the indicator on this post (MACD_Divergence_V1.1_03), because there was a bug in it. So, if you downloaded a copy prior to the modification stamp, you might want to re-download it. Oh, I did not ...
Help to convert an Indicator to an EA.
-
ecTrade replied Jan 27, 2010Attaching Indicator to EA ... — Okay, I have one question here. Is there any way to attach an indicator to an EA or, open both at the same time on the same chart? Any ideas? Thanks.

Help to convert an Indicator to an EA.
-
ecTrade replied Jan 27, 2010Have already done that and, in fact placed two successful trades today.
Of course I wasn't able to keep it specific to one indicator or, convert it to an EA (as you asked) but, I did manage to get it to work. If this is what you still require, ...Coding an EA to recognize divergence
-
ecTrade replied Jan 27, 2010Alright. I just placed my first successful trade!

Help to convert an Indicator to an EA.
-
ecTrade replied Jan 27, 2010Working EA and Indicator ... — Okay, it looks like I have something here. It took a little time and I wound up modifying both files. Note, both are at revision "03" now. I also set up a Test option on the indicator, at the bottom of Input ...
Help to convert an Indicator to an EA.
-
ecTrade replied Jan 26, 2010No, the EA doesn't make reference to the indicator. It just picks up the global variables ("T_option" and "Reset_T") which are generated by the indicator. Oh, the EA actually works. I'm just having a problem generating the "right" signal from the ...
Help to convert an Indicator to an EA.
-
ecTrade replied Jan 26, 2010Yeah, and it's only getting worse.

Help to convert an Indicator to an EA.
-
ecTrade replied Jan 26, 2010Okay, I think I fixed the problem with the EA. As for the indicator, I modified it and am generating a signal off the current time. And, so long as there is only one iteration, like with the alarm, it should work. If, however, it continues to update ...
Help to convert an Indicator to an EA.
-
ecTrade replied Jan 26, 2010You're right. There were three new signals this morning, but the time didn't update itself. It seemed like it was working yesterday but, that was before I did a whole lot of other stuff (mostly to the EA). Or, maybe it wasn't updating at all? Okay, ...
Help to convert an Indicator to an EA.
-
ecTrade replied Jan 25, 2010Okay, I believe I have a reasonable facsimile here. Initially I tried converting the indicator into an EA saved it in the Experts folder. It compiled but, when I went to open it up on the chart it wouldn't do anything. So, I decided to add a global ...
Help to convert an Indicator to an EA.
-
ecTrade replied Jan 25, 2010Okay, it's in the works. I should have something to show for it shortly.
Help to convert an Indicator to an EA.
-
ecTrade replied Jan 25, 2010Also, by "classical bullish," does that mean you are looking to Buy, and by "reverse bullish," you are looking to Sell? And it's the opposite of that with the bearish signals?
Help to convert an Indicator to an EA.
-
ecTrade replied Jan 25, 2010So, what are these the four alerts signals you are trying to work with? "Classical bullish divergence on: " "Reverse bullish divergence on: " "Classical bearish divergence on: " "Reverse bearish divergence on: " Or, is there more to it than this? If ...
Help to convert an Indicator to an EA.