- Search Energy EXCH
- 3,858 Results (90 Threads, 3,768 Replies)
-
Ronald Raygun replied Mar 4, 2010OrderSend returns the ticket OrderModify uses the order ticket. So.... Orange is OrderModify section Blue is OrderSend section OrderModify(OrderSend(Symbol(), OP_SELL, Lots, Bid, Slippage, 0, 0, "Sell(#" + MagicNumber + ")", MagicNumber, 0, ...
A 2 step order process
-
Ronald Raygun replied Mar 4, 2010If unchanged values are passed as the function parameters, the error 1 (ERR_NO_RESULT) will be generated. Is something changing whenever you modify the order?
OrderModify error 1 HELP PLEASE
-
Ronald Raygun replied Mar 4, 2010IMO, it's a futile effort. Those stats were generated back in 2004 I think. Surely the market has changed in light of the subprime crisis. General rule of thumb, anything developed pre-2006 has a very high chance of being obsolete today.
Help making "Forex Trader's Cheat Sheet" indicator
-
Ronald Raygun replied Mar 4, 2010Leverage is definitely capped. 1 billion gets maybe 2:1 leverage, and that's being generous
Invest 10 billion dollar with 1:500 leverage, possible or not?
-
Ronald Raygun replied Mar 4, 2010Is there a reason why you can't simply print it out?
Help making "Forex Trader's Cheat Sheet" indicator
-
Ronald Raygun replied Mar 4, 2010For starters, Sell is ask and buy is bid. -Your slippage is also quite small, it's possible the trade window passes too quickly -One of your parameters needs to be a string value. OrderSend( string symbol, int cmd, double volume, double price, int ...
EA help small problem
-
Ronald Raygun replied Mar 4, 2010System is: Buy: MACD (12, 26, 9) > 0.00050 SMA(10) < Open Price SMA(100) < Open Price SMA(50) < Close Price Sell: MACD(12,26,9) < -0.00050 SMA(10) > Open Price SMA(100) > Open Price SMA(50) > Close Price Stoploss: 30 pips Takeprofit 40 pips. ...
High probability Trading System
-
Ronald Raygun replied Mar 3, 2010High zigzag values are equal to the price's high. Low zigzag values are equal to the price's low. Using a while loop... int ZigZagFoundCount = 0; int ZigZagShift = 0; double ZigZag1[5]; while(ZigZagFoundCount < 5) { if(ZigZag(Null, 0, ZigZagShift) ...
getting last 5 zig zag values
-
Ronald Raygun replied Mar 3, 2010MQL resources: docs.mql4.com book.mql4.com www.metatrader.info/node/34 So far, your code looks fine. Just remember to end each line with a semicolon (
Although you may want to consider what action to do if say two variables are equal. Example: ...Simple Price Action Code
-
Ronald Raygun replied Mar 3, 2010Simpler to follow (for me anyway) Judging by your code, there should be no reason why an iCustom all won't work unless there's something wrong with the indicator.
Accessing More Than One Indicator in EA
-
Ronald Raygun replied Mar 3, 2010Have you tried storing the iCustom values to variables and then call the variables?
Accessing More Than One Indicator in EA
-
Ronald Raygun replied Mar 3, 2010Just put the ordersend inside the order modify function
A 2 step order process
-
Ronald Raygun replied Mar 3, 2010What do you mean at the same time?
Accessing More Than One Indicator in EA
-
Ronald Raygun replied Mar 3, 2010Multiply the initial range by the decimal value of the retracements. 50% retracement = 0.5 32% retracement = 0.32 etc.
Anyone have the code for Fibonacci
-
Ronald Raygun replied Mar 2, 2010If this EA is so good, why not submit it here: url If it's REALLY good, you'll make an easy 100k by summer's end.
Speedy Scalper - New Forex Method / EA for 2010
-
Ronald Raygun replied Mar 2, 2010plimus number... that applies to FRWC EAs I think. Did you buy the EA from them directly? Or from a pirate?
EA authentication is not completed??
-
Ronald Raygun replied Mar 1, 2010ECN broker? I doubt this is there, but is there a setting for ECN Brokers in the EA? ECN brokers require EAs to place a trade first and then modify the trade with the SL/TP. If an EA tries to do both simultaneously, the trade is rejected with no ...
Trend Finder 4hr
-
Ronald Raygun replied Mar 1, 2010That's assuming that you hold the money. Why not distribute signals? Don't sell the EA, sell the signals the EA generates. Make sure the signal distribution setup is fast and that's that. There's virtually no red tape, but you still have the option ...
Speedy Scalper - New Forex Method / EA for 2010