- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Oct 18, 2009Just have the EA scan through all the trades and see if the magicnumber matches the EA's magicnumber. If it does, then don't trade...
Code to prevent Rogue Trades
-
Ronald Raygun replied Oct 16, 2009I'm submitting an old EA for sure. But I have so many to choose from
I'm still going to try my web-based signal generation.Forex Robot World Cup?
-
Ronald Raygun replied Oct 16, 2009There are plenty of ways to manipulate an MT4 backtest in addition to overoptimization. Just look at what I did here. I have until the end of the month, so I'll play with the concept and post here if there any favorable results.
Forex Robot World Cup?
-
Ronald Raygun replied Oct 16, 2009You know Fulltime, I think if I move the logic to a webserver, (ea just feeds data), I stand a better chance of hiding my logic, while exposing my code within the rules. I'm gonna play with this...
Forex Robot World Cup?
-
Ronald Raygun replied Oct 16, 2009Well, I'm looking at the rules: B(14) - Should the entrant of a submitted EA be announced as a winner of any prize category, said entrant (as the acknowledged owner), hereby agrees to unconditionally grant to the FRWC organization sole, exclusive ...
Forex Robot World Cup?
-
Ronald Raygun replied Oct 16, 2009tkimble's daily system sounds almost exactly like yours: url
I need an EA Coded
-
Ronald Raygun replied Oct 14, 2009Not in MT4. A nice workaround would be to click on the chart, press "enter" and type in: EURUSD, 15 Just put the pair in, a comma, and the timeframe you want.
Can this be done?
-
Ronald Raygun replied Oct 13, 2009OrderSelect(BuyTicket, SELECT_BY_TICKET, MODE_TRADES); Also, a suggestion to detect order type... if(OrderType() == OP_BUY) { do whatever it is you do when the pending order converts to a market order } if(OrderType() == OP_SELL) { do whatever it is ...
Setting closing price for pending orders
-
Ronald Raygun replied Oct 13, 2009What really sucks is I now have to convert my EA library. What sucks even more is the strategy tester may be crippled even further (can't use your own tick data).
MT5 For Download
-
Ronald Raygun replied Oct 13, 2009I think something is happening to ticket between OrderSend and OrderModify Another possibility is: OrderModify(OrderSend(),0,0,Blue);
Setting closing price for pending orders
-
Ronald Raygun replied Oct 12, 2009Yes. The EA is running on the platform, and thus, needs the platform open. Yes, in order for the EA to send signals to the broker (change stoploss/takeprofit send order, etc), it needs to be connected to the internet.
How can one use the expert advisors?
-
Ronald Raygun replied Oct 11, 2009I'm curious, when you say you have a friend on the street, do you mean works in a wall street building (janitor, receptionist, "waste management engineer") or something like that? I had the pleasure of working on the street for a trading desk as a ...
55 day channel and 21 day Trailing Stop by Van Tharp
-
Ronald Raygun replied Oct 11, 2009It is your right to decide whether to read or not to read a thread. I will not deny that to you. To act as if you deserve that this thread's information be summarized for you and given to you on a silver platter is simply too far. You do not deserve ...
4H Box Breakout
-
Ronald Raygun replied Oct 11, 2009I heard about this in the past, but reliability was shot. Maybe it's improved.
Open Source Forex Platform - OFxP
-
Ronald Raygun replied Oct 9, 2009Fairly simple... string BearishEngulfing = "Not Found"; if(Close[1] > Open[1] && //Check if the previous was was an long bar Close[0] < Open[0] && //Check if the current bar is a short bar High[0] > High[1] && //Check to see if the high of the ...
Bearish Engulfing Pattern
-
Ronald Raygun replied Oct 8, 2009You asked for our opinion, and we gave it. If you think we're wrong, then prove it to us. Find, develop, steal, get a way to predict tomorrow's closing direction, and I will pledge my programming skills and computing resources to further your ...
Reading next day high / low
-
Ronald Raygun replied Oct 7, 2009I've tried the crystal ball, and tarot cards. I've since dumped those for a magic 8 ball.
Reading next day high / low
-
Ronald Raygun replied Oct 4, 2009Ironically enough, last october was when the bailout was signed. Thus, the increased volatility.
4H Box Breakout