- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Feb 15, 2010Oh, if you want all the lot sizes to be the same just enter "Same Lot" for either Buy or Sell, and there's no need to fill in the rest. The same goes for the spread values. If you want the orders spread equally apart, you only need to enter "Same ...
Need Help with My EA ...
-
Need Help with My EA ...
Started Feb 15, 2010|Platform Tech|16 replies
From this thread Okay so, which TP did you want it to hit? The TP on the original order or, TP ...
-
ecTrade replied Feb 15, 2010Yes, I'm having the same problem when switching between modes. That's what Reset_1_0 is supposed to do (set to "1" by default), delete the previous trade so you can open a new trade in the current mode. Again, this is primarily for testing. It's ...
Need help of programming this EA
-
ecTrade replied Feb 15, 2010Well, that would seem to isolate the problem then, and suggests it isn't a problem with these two features ("slippage adjust" and "close early") as much as it's a problem with switching between modes ... well, hopefully anyway. At least we know ...
Need help of programming this EA
-
ecTrade replied Feb 15, 2010Well, it's got me thinking in the right direction anyway. Thanks!

Need help of programming this EA
-
ecTrade replied Feb 15, 2010Okay, I think I figured out a way I can do this without too much trouble. I think maybe I can store the parameters for each mode on a global variable and, once the mode is changed, it will clear all the old parameters and upload the new parameters ...
Need help of programming this EA
-
ecTrade replied Feb 15, 2010Did you try closing out the EA and starting over with the new settings? This is when I noticed it happened to me. Apparently the information from the previous mode is still left in the "buffer" (whatever) and gets transferred whenever you switch ...
Need help of programming this EA
-
ecTrade replied Feb 15, 2010I was trying to get it to latch up though, until the start of the next trend, instead of switching over for just one tick. So no, it's not really working. It won't allow you to place any trades (one possibly in "Classic" mode) until the start of the ...
Need help of programming this EA
-
ecTrade replied Feb 15, 2010Okay, I think I figured out the problem here. The slippage adjust is based on the default TP and SL settings, which are fine so long as you are using Dazz options 1-6. This is why I haven't noticed the problem. However, when you switch to Classic ...
Need help of programming this EA
-
ecTrade replied Feb 14, 2010Okay, I have modified what I was working on before. I was having problems getting the alert to work correctly, plus I added some other things to the alert. I also added the "Close Early" feature (mentioned below) and the option to disable it as ...
Need help of programming this EA
-
ecTrade replied Feb 14, 2010Great! I'm going to be giving it a shot here as soon as trading opens.
Yes, that's kind of what I was thinking too, but I wasn't sure. I see. Except of course data strings can be used as active elements in a program as well, as opposed to ...Attach Indicator to Chart using EA
-
ecTrade replied Feb 13, 2010Default Settings and Alarm — Okay guys, I just added something else. It shouldn't affect anything else (except for NULL indicator) so I'm not going to change the rev level just yet. What I've done is add an indicator default option, ...
Need help of programming this EA
-
ecTrade replied Feb 13, 2010Yes, it appears to be working on the EA side but, I didn't get a chance to verify that the Stochastic signals work. I didn't have enough time to forward test it yesterday. Neither should it make any difference, so long as you attach both indicators ...
Need help of programming this EA
-
ecTrade replied Feb 13, 2010No, I think it's supposed to wait until the current trade closes, whether you sustain a profit, a loss or, it's the second loss in a row. So, basically you have to wait until this happens. Although I thought it would be nice to close early, either ...
Need help of programming this EA
-
ecTrade replied Feb 13, 2010Okay 7bit, can you tell me if these two examples are correct, based upon the input parameters from the indicators? I figure I better get this out of the way, before I get too far along on this little project I'm starting.
Thanks in advance!
...Attach Indicator to Chart using EA
-
ecTrade replied Feb 12, 2010Ding_Dong_Dazz_V1.3_T4 — Well, there are still a few hours left to test, in case anyone is interested. Okay, basically this is the way I have it setup now. There are no Buy or Sells unless both indicators say Buy or Sell. And, if one says Buy ...
Need help of programming this EA
-
ecTrade replied Feb 12, 2010The "0" means leave it alone, unless you want to disable it. Otherwise it will stay that way (disabled) until you actually enable it. So, by default it is "enabled." But I don't want it set up as a default ... not just yet anyway. Plus you only have ...
Need help of programming this EA
-
ecTrade replied Feb 12, 2010Okay, I created an option called "Slip_Adjust_1_2" at bottom of the interface so you can disable this. If you enter "1" it disables it and will not reset (as most variables do when you open EA) until you enter "2" to enable it. That way you will ...
Need help of programming this EA