- Search Energy EXCH
- 1,159 Results (26 Threads, 1,133 Replies)
-
ecTrade replied Aug 9, 2009Is this so you can keep track of your profits and losses on each individual account? Of course if each individual account has a separate folder containing its own EA's (this is usually how it's setup, initially I think), you only need to retrieve ...
How to get my Initial Deposit value?
-
ecTrade replied Aug 9, 2009Okay, if you do a right hand click in the "context" area (where the data is displayed), a menu will pop up that will give you the option to select "All History."
How to get my Initial Deposit value?
-
ecTrade replied Aug 9, 2009The only problem with the Account History tab (at least with my terminal) is that it's automatically reset at the beginning of the month, and this is as far back as I can go to access any information. Not unless it can be set up differently?
How to get my Initial Deposit value?
-
ecTrade replied Aug 9, 2009Well, I almost got it to work. Here is the code that I came up with: int Prev_Open=0; for(int ii=(OrdersTotal()-1); ii>=0; ii--) { OrderSelect(ii, SELECT_BY_POS, MODE_TRADES); int Cur_Open=OrderOpenTime(); if(Cur_Open>Prev_Open) { Prev_Open+=1; ...
Modifying Order Based on Order Count
-
ecTrade replied Aug 7, 2009If you're trading from a mini or micro account, I'm guessing it might do this. The example I gave above was a standard demo account and it worked just fine. However, when I switch over to my live account, which is a mini account through InterbankFX, ...
Need Help..EA's don't work
-
ecTrade replied Aug 6, 2009Maybe you can email your broker? And no, I don't know if or where it stores this information in the program. However, once you do find out what it is, you can store this as a variable inside your EA, and call it up whenever you need to do any ...
How to get my Initial Deposit value?
-
ecTrade replied Aug 6, 2009Yes, I need to place the ticket numbers in chronological order after the machine has been shut down, or the program has closed, and it looks like the OrderOpenTime() might be what I need to use. Will see. Thanks.

Modifying Order Based on Order Count
-
ecTrade replied Aug 6, 2009The thing is, I don't know which order I've selected, except that it has to be based upon the count (in the order of succession) in order for it to work.
Modifying Order Based on Order Count
-
ecTrade replied Aug 6, 2009Yes, I did read it, but not until after I posted my response. And yes, I understand that the ticket numbers are unique and, that they're not the same as the count but, I have to find a way to associate the two in order to get it to work, I believe. ...
Modifying Order Based on Order Count
-
ecTrade replied Aug 6, 2009Hey, I got it to modify the orders when substituting 'TBS_cntZ' with 'OrderTicket().' Does that make sense? So, instead it of: OrderModify(TBS_cntZ,0,0,OrderTakeProfit()-Point*TP1,0,Blue);It should read: ...
Modifying Order Based on Order Count
-
ecTrade replied Aug 6, 2009By the way, the ticket number is just an integer value I believe. So, what I need to do is come up with this value in order to get it to work. Or, maybe not, I don't know? I don't know if can do this just by the order count alone?
Modifying Order Based on Order Count
-
ecTrade replied Aug 6, 2009Parm, what is that? ... and, if I don't have the ticket number, does that mean I can't modify it? Of course this little gem here (from the other thread), seems perfectly capable of modifying the order without a ticket number (or, so it seems). Maybe ...
Modifying Order Based on Order Count
-
ecTrade replied Aug 6, 2009No, I am not familiar with that. Also, I will most likely not know what order it is, because the orders are part of an array. So, the only thing I really have to go on is the order count. The reason I am trying to do this is in case the computer ...
Modifying Order Based on Order Count
-
Modifying Order Based on Order Count
Started Aug 6, 2009|Platform Tech|13 replies
Okay, I expect I could probably figure this out on my own (eventually) but, since I see no ...
-
ecTrade replied Aug 6, 2009Okay, so when you disable it it turns into a frown? Got it! Really, if someone hadn't mentioned it, I would never have noticed.

Need Help..EA's don't work
-
ecTrade replied Aug 6, 2009Yes... image The arrow in the upper right shows the two circles and the EA title. The arrow at the bottom left shows the trade that was placed (and modified). On second thought, maybe it is a smilie in the upper right? My resolution is set so high ...
Need Help..EA's don't work
-
ecTrade replied Aug 6, 2009Have you tried this? I tried it and can't get it to work either, on both a live and Demo account. Is it supposed to do something "after" you open a trade or, will it allow you to modify any preexisting trades? Never-mind, the trades I just opened ...
Need Help..EA's don't work
-
ecTrade replied Aug 6, 2009Did something similar here.
QN: How to make EA open more than 1 position?
-
ecTrade replied Aug 6, 2009The 'AccountEquity();' function will give your current balance. And, so long as your initial deposit hasn't changed, it will post that. double current_balance=AccountEquity();Aso, if you create a variable based on your initial deposit, it will ...
How to get my Initial Deposit value?
-
ecTrade replied Aug 6, 2009Hey, I've been trading with IBXF, and thus far, the MT4 trading platform has remained fully functional. But these guys are currently under investigation, so who knows? Oops! It looks like maybe I'm about a month off in my response, so most folks are ...
NFA - "No more Limit or Stop Loss orders"