- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Mar 20, 2010And, what if you wanted to plot a moving horizontal line, similar to the Ask or Bid line, except based on other parameters? I know, I will have to look it up at some point. It's on my to-do list ... its just that I have so many other things to keep ...
Drawign a vertical line
-
ecTrade replied Mar 19, 2010Auto-Refresh ... EA and Script Versions — For anyone interested, I have a reasonable copy of this working. I'm not going to attach it here, but am attaching it to the original post. Everything appears to be working as it should (deletes and ...
Updating EA Before Next Tick
-
ecTrade replied Mar 17, 2010Hey great. Thanks.
Except I think it's doing something else. Because I closed out all the charts and started over, but it did it again! I think it's because I'm communicating between the Profit Monitor and the EA I'm using it with with a global. ...Updating EA Before Next Tick
-
ecTrade replied Mar 17, 2010I think you are confusing the Lot price with the Close Early price. It will close early if you've had more than one trade open in either Buy or Sell (for Options 1, 2 and 4) but, if you only had one trade open, then it should wait until it reaches ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 17, 2010How do You Check for Scripts on Chart? — Okay, so how do you know that you have a script running in the background? Or, how do you check to see if it's there? I think this is what happened. I tried to convert this EA into a script a few days ...
Updating EA Before Next Tick
-
ecTrade replied Mar 17, 2010Well, I'm just thinking that if you leave both open, and wait until one or the other closes, then that profit will "pad" the other trade, so it doesn't need to go so far close it (and win). Of course I really haven't had a chance to check to see if ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 17, 2010Hey, it looks like you're doing pretty good! Yeah, the Take Profit issue doesn't appear to affect anything, but it would probably be a good idea to figure out why it's doing it. It may explain why I can't get the trailing stop to work, possibly. Oh, ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 17, 2010Are you sure it's hedging? Or, is it just switching? I'm not experiencing any problems. Also, when there are no Buy and Sell or pending orders, it will place one Buy and one Sell pending order and begins to "Seek," until one order opens, and it ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 17, 2010Oh, one thing I did was change the code where the Profit Monitor communicates with Shake and Bake. So, if you can't get any of it to work, this is probably why. You need the latest version of each in order to do so. If you like, I can send you a ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 17, 2010Well, that's what happens when you modify it without testing it. I am testing it now though, and it seems to be working okay. I'm still waiting for it to close all open orders though, because it's not reaching it's target. Actually, I think it just ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 17, 2010Oh, I just modified it again. At least it's counting correctly now. Will have to wait and see if it actually closes the orders or not. Oh well, it probably wouldn't hurt if I enabled it though.

Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 16, 2010Yeah, well, I was saying that would be better than nothing. At the same time, I was hoping these actions could be performed in "real" time. Actually I tried it without the auto-refresh, and had about 7 pairs open but, I never reached the target, so ...
Updating EA Before Next Tick
-
ecTrade replied Mar 16, 2010Okay so, if just put the EA into the scripts folder, and call it up from there, would it act as a script? ... and at least issue the "global" I'm referring to? Of course you may also need a way to reset it or, set it's parameters externally (through ...
Updating EA Before Next Tick
-
ecTrade replied Mar 16, 2010This is why I wanted to know if I could incorporate the auto-refresh part into a script and, if nothing else, have it issue a global that tells all EA's that receive it, to perform a Close_All within the EA itself. I would use the main EA, however, ...
Updating EA Before Next Tick
-
ecTrade replied Mar 16, 2010Well, 5 or 10 minutes is an extreme example, of course but, I have seen it sit there for long periods of time. By "auto-refresh," I am referring to 7bit's code ... int init(){ } int start(){ MotherFunction(); } void MotherFunction(){ while(true){ ...
Updating EA Before Next Tick
-
ecTrade replied Mar 16, 2010Yeah, well, I figured the EURUSD was a pretty "active" pair, and opted to go for that if nothing else. I just know there are times when it takes 5 or 10 minutes (or more) for the next tick. This is my main concern. As for the manual reset, I'm just ...
Updating EA Before Next Tick
-
ecTrade replied Mar 16, 2010So, is there anyway to manually "refresh" the chart and/or EA through the keyboard or whatnot?
Updating EA Before Next Tick
-
ecTrade replied Mar 16, 2010Well, I had to modify the Profit Monitor EA again. Am beyond time limit on post above, so I am posting it here. ETA: Modified to correct errors ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Mar 16, 2010Yes, it must be "true." However, I haven't had the time to set it up. Yes, that sounds like it might be the error, except with me it was closing at 13 or 14 pips I believe (instead of 25). Am still in the process of setting it up. I thought I had it ...
Help with EA ... More Fun with Dazz