- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Aug 4, 2009Well, let me know if it works. I've only gone so far as back testing it, but haven't tested it live. Also, I wasn't sure about using decimals for multiplying the TakeProfit and StopLoss values, but it worked fine when I tested it. You can always ...
EA to close a percentage of lots per trade
-
ecTrade replied Aug 4, 2009Here is the actual file if you don't feel like doing a copy and paste. file
EA to close a percentage of lots per trade
-
ecTrade replied Aug 4, 2009Multi-Lot_Trader — Hey Taz, I think I have something that will work for you here. Basically it allows you to open three trades simultaneously of the same lot size (albeit you can change that too if you want) which have varying Take Profit and ...
EA to close a percentage of lots per trade
-
ecTrade replied Aug 3, 2009Wow, I just downloaded the Alpari (US) demo platform, and it takes about 5 seconds to process each order. Of course this is what it's like when you do it manually, I don't know what it's like when the order is pending. It's been my experience though ...
MT4 Brokers' Virtual Dealer Plug-In
-
ecTrade replied Aug 3, 2009Yeah, the same thing happened to me. It's too bad I gave out my telephone number (except I think it was required). It was a quick way to part with 2,500 bucks.
Newbies, beware of over aggressive brokers
-
ecTrade replied Aug 3, 2009Here's what I use when I want to open a trade based upon the order count (0-whatever). //---- Check for Open Orders int total=OrdersTotal(),cmd,TBS_cnt=0; for(int cnt=0; cnt<=total; cnt++) { if(OrderSelect(cnt,SELECT_BY_POS)==true) { ...
QN: How to make EA open more than 1 position?
-
ecTrade replied Aug 3, 2009I've been using IBFX, although I haven't heard too much good about them as of late, and when they fill my orders, at most it's about a half-second delay. I've also had some slippage problems when they fill the order (over last month), but thus far ...
MT4 Brokers' Virtual Dealer Plug-In
-
ecTrade replied Aug 3, 2009Hey, I don't like getting ripped off anymore than the next person.
IBFX Fined By The NFA Today -- No Surprise
-
ecTrade replied Aug 3, 2009Oh well, since I made a deposit with a credit card, it will take at least a month before I can get my funds out. Do you still think these guys are going to fold? Am beginning to feel a bit leery about it now. Even if I do get my money out, I still ...
IBFX Fined By The NFA Today -- No Surprise
-
ecTrade replied Aug 2, 2009I don't mean to stir things up, but if these guys are such a crappy broker, why do I see their ads plastered all over these forums? I was under the impression that Forex Factory listed only the reputable brokers. This is why I signed up with IBfx ...
IBFX Fined By The NFA Today -- No Surprise
-
ecTrade replied Aug 1, 2009So, is there some sort of manual available for MQL4 programming language? Although the MQL4 Reference in the MT4 MetaEditor is fairly helpful, it's not all that extensive. There was only one example given of the Comment() function, and no reference ...
Adding New Comment Line
-
ecTrade replied Jul 30, 2009Try doing it with the backslash character ... "" It won't work, unless you type it in twice.

Adding New Comment Line
-
ecTrade replied Jul 30, 2009Okay, I took a snapshot here to show what I did to get it to work. It works just fine! image
Adding New Comment Line
-
ecTrade replied Jul 30, 2009There it is! Comment(info_0,Lots0,info_4,com_2,info_5,"n",info_6,TS_Hi,com_5,info_7,TB_Lo,com_6); But, then again, maybe not? The slash preceding the "n" doesn't show up in the post? That's weird... Maybe this is what happened to twj1usa's post? ...
Adding New Comment Line
-
ecTrade replied Jul 30, 2009Okay, this is the only thing remotely close to what twj1usa is saying, that the program will compile. But, all it does is display the two additional "n's" as part of the comment... ...
Adding New Comment Line
-
ecTrade replied Jul 30, 2009Aha! The slash may be the way to go about it. I tried the "n" within quote marks and it just treats it like text. If I don't include the quotes it says there is no variable. Will try it with the slash. Thanks.
By the way, here is the actual ...Adding New Comment Line
-
Adding New Comment Line
Started Jul 30, 2009|Platform Tech|17 replies
Hi, Am new to this forum and have a quick question, hopefully. I'm working on an EA ...
-
ecTrade replied Jul 26, 2009Yeah, the same thing happened to me. I had an open buy position and tried placing a pending sell which, would have opened after the buy position closed. Instead I got an error message saying they no longer allowed hedging. They could probably allow ...
No More MT in U.S ??
-
ecTrade replied Jul 26, 2009If you wish to hedge they (IBFX) advise you to open up a second account. However, it won't protect you from any margin calls. This is the only drawback. But, if you have enough money in both accounts, it shouldn't make any difference. Or, if your ...
No More MT in U.S ??