- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Aug 6, 2009You'd have to get the AccountBalance() Then you need a loop going through every single order in your order history.
How to get my Initial Deposit value?
-
Ronald Raygun replied Aug 6, 2009Is there any reason you cannot sort by ordercomment?
Modifying Order Based on Order Count
-
Ronald Raygun replied Aug 6, 2009That there is a trade manager. This EA will manage trades that you open. Place it on the chart. Make sure the smiley face is there, and open a trade. (DO THIS ON DEMO). No SL and No TP. Watch what happens.
Need Help..EA's don't work
-
Ronald Raygun replied Aug 6, 2009Look at the top of the terminal. Note the Expert Advisors button. Is it red? Make it green
Need Help..EA's don't work
-
Ronald Raygun replied Aug 6, 2009Just set two trades to be opened. Far easier to code.
QN: How to make EA open more than 1 position?
-
Ronald Raygun replied Aug 6, 2009Note the sections marked for Close long and close short criteria? Put the open short criteria in the close long and the open long in the close short area. That way, when there is a signal to open long, there is a simultaneous signal to close short ...
QN: How to make EA open more than 1 position?
-
Ronald Raygun replied Aug 6, 2009At least 40 or so windows. Remember how many trading systems I use =P
Show your workstation!
-
Ronald Raygun replied Aug 5, 2009The turret is the console below the monitors. The monitors aren't too bad. But for ~$300 - $450 each, I bet you could find a better option. (Dell has the same size monitors for half the price). Or you can get a 40" screen. That chart on the right is ...
Show your workstation!
-
Ronald Raygun replied Aug 5, 2009EATrader, your name almost contradicts what you're asking. Did you both read this thread?
4H Box Breakout
-
Ronald Raygun replied Aug 4, 2009That's pretty much the standard setup, except most people do not have a turret.
Show your workstation!
-
Ronald Raygun replied Aug 3, 2009This is my long-awaited photo from RBS. This is the desk I sit at about 60% of the time. I figure it's only proper to have ForexFactory plastered all over the screens.
Show your workstation!
-
Ronald Raygun replied Aug 3, 2009What I don't understand is why you don't post the strategy here already? Why the secrecy?
Who can code an EA for free??
-
Ronald Raygun replied Aug 2, 2009If you want to open more than one trade at the same signal, just copy the line "OrderSend" and paste it right under the "OrderSend" line. Note the changes. //+------------------------------------------------------------------+ //| This MQL is ...
QN: How to make EA open more than 1 position?
-
Ronald Raygun replied Aug 1, 2009Getting stuck is interesting. Are there any errors in the Journal tab? Try running the backtest in visual mode and tell me what you see.
The AshFX System - Version II
-
Ronald Raygun replied Jul 26, 2009Not really. I get that sometimes in backtesting. The documentation just says "general error". I figure if it ain't broke, don't fix it.
The AshFX System - Version II
-
Ronald Raygun replied Jul 26, 2009You need to check the OrderOpenTime() function. Total = Orderstotal(); for (int i = 0; i < Total; i++) { OrderSelect(i, SELECT_BY_POS, MODE_TRADES); if(OrderMagicNumber() == MagicNumber && OrderSymbol() == Symbol() && (OrderType() == OP_BUY || ...
How to close trade in Metatrader after amount of time or bars
-
Ronald Raygun replied Jul 25, 2009Well, here are the things I notice... Modeling quality N/A. Get as close to 90% as possible. Control points. This is very inaccurate way of representing data. Another thing I notice is the sudden rise of equity in the back half of the curve. Maybe ...
Need advice, my EA produce $22 Millions in one year?