- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
Converting from 4-5 Digits to 3 Digits
Started Feb 27, 2010|Platform Tech|19 replies
Hi, Am having a problem getting my EA to convert from a 4-5 digit account, to 3 digit pairs, ...
-
ecTrade replied Feb 26, 2010Right now it's setup so that every two pips it moves away it adds one pip to the gap. That way the gap gets larger and larger the further it goes in the opposites direction. The order open price stills moves with the action, you are just adding more ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 26, 2010Nope, I just tried ... something tells me it's not going to be that easy. Not unless somebody else has had experience with it and can tell us what to do? Although I have one idea, that might work temporarily. Will try that real quick ... Nope, that ...
Need help of programming this EA
-
ecTrade replied Feb 26, 2010Okay so, the USD/JPY only shows up with 3 digits on a 5 digit account. I wasn't aware of that or, if I was, it's so long since I've traded that pair. It may just be a matter converting it to 3 digits, hopefully. I might even be able to check that ...
Need help of programming this EA
-
ecTrade replied Feb 26, 2010Hey, thanks guys!
Do you mean delete the pending orders when it says NULL? Yes, I did. I don't know if it actually works though, because I haven't had a chance to check. I pretty much set it up the same way I did with Dazz II, however. Will some ...Need help of programming this EA
-
ecTrade replied Feb 26, 2010The New Dazz is Here! ... V1.4.0 — Hurray!
I haven't really done anything new here, except restructure it and make it cross-compatible with Dazz II. Boy that was a lot of work! It might be a bit buggy, but I think I got most of it ...Need help of programming this EA
-
ecTrade replied Feb 26, 2010How about this? ... int Total=OrdersTotal(),cnt=0,TBS_cnt=0,TB_cnt=0,TS_cnt=0; for(cnt=0; cnt<=Total; cnt++) { if(OrderSelect(cnt,SELECT_BY_POS,MODE_TRADES)==true) { if(OrderSymbol()==Symbol()){ if(OrderType()==OP_BUY) { TBS_cnt+=1; TB_cnt+=1; } ...
Need code for allowing only one trade per signal.
-
ecTrade replied Feb 26, 2010Really? I just checked and it wasn't working right. But, believe I fixed it though ... Yeah, I don't know about that. That might require some work.

Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 26, 2010Yeah, that's not right either. I noticed it on the version and thought I fixed it, but didn't realize it was doing it on this version as well. Maybe I can fix that real quick?
Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 26, 2010Well, I've modified it a bit since yesterday. And to be honest, I'm not sure exactly what I did. I'm trying to make it easy to work with, between this and the other version of Ding Dong Dazz. I did two or three things that are questionable and I ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 25, 2010Yeah, we can look at some of these things later. Right now I just modified EA (again) so juannie can change the Classic input settings. I also modified 4 digit to 5 digit conversion so it does all the converting before EA starts. I tried doing this ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 25, 2010Which feature is that? Yeah, I think you're right. I need to think about it a bit though.
Or, maybe measure how far it's gone (in pips) in terms of the overall trend ... that is, to see if it's still trending in the same direction?Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 25, 2010Yeah, it appears to be working. And when the indicator signaled a reversal it deleted the first pending and opened a second one in the opposite direction. Cool!
Oh, I'm also thinking this may work well on its own without an indicator ... ...Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 25, 2010Actually it will just keep opening and deleting, but that isn't necessary. I just changed it so it won't open any orders at all when it says NULL. I also modified it so that "the gap" between the current price and pending opening price gets larger ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 25, 2010You're right, it should be modified to delete pendings when in NULL mode. In fact, I just did.

Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 25, 2010Yeah, but if it keeps going in the same direction, the new pending order won't open (hopefully). I don't know. You can only anticipate so many things, and try to optimize the things you do have. Yes, possibly.
Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 25, 2010Oh, there's also the letter "D" or the letter "E" next to the Time Out display, that tells you whether the Time Outs have been enabled or not.
Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 25, 2010Yes. Two minutes? Perhaps. I don't know for sure. Of course if it's not trending or doing anything, I don't know if it will matter that much. If the order is still pending it shouldn't matter or, if it spikes in the other direction then take your ...
Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 25, 2010Temporary Time Out Fix? ... — One thing at a time. I'm still not sure how that's supposed to work (with both indicators) but I'm sure I'll figure it out. Oh Really?
Well, it's not quite exactly what I wanted, but I think it will do ...Help with EA ... More Fun with Dazz
-
ecTrade replied Feb 24, 2010Hey, did you that if a pending order hasn't opened and the indicator signals a reverse, it gets deleted automatically and it immediately opens a pending in the opposite direction? Pretty cool huh?
Also, if you switch over to Dazz Classic from ...Help with EA ... More Fun with Dazz