- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied May 6, 2010Sure, provided of course that you know what you're doing. Also, since I'm using more than one instance of the EA I'm applying this to (currently nine, on each account), I figured it would be easiest for each EA to create a global specific to the ...
Passing String Variables Using Globals
-
ecTrade replied May 5, 2010I actually got it to work in the second instance I referred to above and it works fine. However, it doesn't address the real issue which I briefly referred to here. I was trying to communicate back and forth between two separate accounts using this ...
Passing String Variables Using Globals
-
ecTrade replied May 5, 2010Hey, I downloaded the files you are talking about (both DLL and EA) and took a look. I wasn't quite sure what to do with it though. I guess the examplechat EA was just that, an example. If I had run it, it might have made more sense. I have since ...
Creating Metatrader DLLs with Lazarus / Free Pascal
-
ecTrade replied May 5, 2010What's with the Euro? — Well, it looks like the Euro is going to hell again. It's dropped by over 400 points over the last two days. It's messing me up. It's not the worse thing that can happen though, for I'm only down about $40.00 but, it's ...
Help with EA ... More Fun with Dazz
-
ecTrade replied May 4, 2010Actually, what I was trying to do was create a string of numbers (both integers and doubles) separated by spaces, then pass that on as a global, and convert it back into the respective numbers once it reaches it's destination. I'm thinking now ...
Passing String Variables Using Globals
-
Passing String Variables Using Globals
Started May 4, 2010|Platform Tech|6 replies
Can anyone tell me if you can pass string variables using global variables? I know you can ...
-
ecTrade replied May 4, 2010Hey, I just tried this, and it does work! Here is a copy of the zip file, that I got from this page. For a better explanation, it starts here. The only problem I'm having is that it sets up one account as a master account and the other account as a ...
Creating Metatrader DLLs with Lazarus / Free Pascal
-
ecTrade replied May 4, 2010Hey, am trying to download a copy of Lazarus, but the site you download it from (www.sourceforge.net) has been offline for the last two days. This is the same site posted in the link you provided. It's also the same site the download services refer ...
Creating Metatrader DLLs with Lazarus / Free Pascal
-
ecTrade replied May 3, 2010Hey, where have you been?
Did you download the two indicator files and forget to compile them perhaps. That's what it sounds like to me if it can't find (I guess?) the .ex4 files. Did you put them in the indicator folder and compile them there? I ...Help with EA ... More Fun with Dazz
-
ecTrade replied May 3, 2010double bars = 0; extern double value = 0.0000; int start() { if (Bars>bars) { bars=Bars; if ((Open[1]>value&&Close[1]<value)||(Open[1]<value&&Close[1]>value)) { Alert("Trend Change at ",Symbol()); } } return(0); }For one thing, the input on the ...
Basic Alerting EA
-
ecTrade replied May 2, 2010I haven't tried this myself, but I think it's supposed to allow you to manage trades on separate EA's. If you do a search, you should be able to find at least one or two threads telling you how to use it. In fact, here is the link that I found it ...
Running Two EA's Simultaneously
-
ecTrade replied Apr 28, 2010Oh well, so much for that. Not much of a spike today ... not unless I missed the time? Currently I'm about $3.00 down, after processing about $30.00 in wins. So it could be a lot worse. Yesterday it got as low as -$15.00, which is about what I ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Apr 27, 2010What, so no more orders open after that? If so, I'm not having that problem. Am not sure it would make much difference than varying the preset but, we can always try it. Maybe after I finish this latest update? probably sometime tomorrow.

Help with EA ... More Fun with Dazz
-
ecTrade replied Apr 27, 2010No, I'm not sure what you're saying here? I keep hearing folks referring to opening and closing candles, but I never did pick up on that? Which of course has nothing to do with opening a new candle, right? Are you saying this is the best time to ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Apr 27, 2010Well, I always leave it set to "true,'" and haven't noticed it not working. Of course if you set the lot size too small, you will hardly notice it. This is how it is with the way I have it set up now. The lot sizes are too small that it probably ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Apr 27, 2010Oh yeah, they have this FOMC (News) meeting coming up tomorrow. I wonder if maybe I should have held off opening the trades until afterwards? I think what I'll do is suspend all trading before, and wait and see how many orders clear as a result of ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Apr 27, 2010Did you try spreading it out over several pairs? That should help minimize the risk.
Help with EA ... More Fun with Dazz
-
ecTrade replied Apr 27, 2010Thanks.
Yeah, so long as you have enough money in your account and don't set the lot sizes too high.
Then you should have nothing to worry about. Hey, I'm only about $1.00 down now ... 
Help with EA ... More Fun with Dazz
-
ecTrade replied Apr 27, 2010By the way, it's been about ten hours since since I placed the original 14 trades, and now I'm about $2.00 down. However, I've had about 28 successful trades (at $.55 each) so, it's not like nothing has happened There's been a lot of activity, which ...
Help with EA ... More Fun with Dazz