| / | Forum |
|
jcklontz
2008.02.28 01:35
Could someone please explain what the following error means: 14:14:29 '10140': instant order sell 0.10 GBPCAD at 1.9571 sl: 0.0000 tp: 0.0000 How can I avoid this? Thanks! |
|
Expert Advisors Based on Popular Trading Systems and Alchemy of Trading Robot Optimization (Cont.) In this article the author continues to analyze implementation algorithms of simplest trading systems and describes some relevant details of using optimization results. The article will be useful for beginning traders and EA writers. |
|
phy
2008.02.28 01:42
"How can I avoid this?" Try again, it says... If you get this often, it may be a sign the Dealer doesn't want to play. |
|
jcklontz
2008.02.28 21:26
The problem is, in trying to make a hedge, I'm entering an order with a pair that is different than the pair being tracked by the graph. (sym3 != Symbol()). Am I correct in my understanding that RefreshRates() applies only to the pair displayed on the graph? The following code I've been trying to use just goes in an infinite loop of error #136: ticket = -1; Sugguestions? |
|
phy
2008.02.28 22:24
Hmm... between your code and the error I don't see a problem. Possibly the Dealer does not want to process GBPCAD orders... Can you open a trade on it manually? |
|
jcklontz
2008.02.28 23:51
phy wrote: Hmm... between your code and the error I don't see a problem. Possibly the Dealer does not want to process GBPCAD orders... Can you open a trade on it manually? No, I can't open trade orders manually for GBPCAD. I haven't had any trouble with any other pairs. Any idea why it doesn't like this pair? |
|
phy
2008.02.29 00:01
Sometimes the off-the-wall pairs are not active... GBP-CAD is a synthetic of USDGBP and USDCAD. Call the dealer... Check the MarketInfo() values, some may apply...
Not sure if that gets updated or not, but I have seen pairs get turned on and off. |
|
jcklontz
2008.02.29 02:39
Thanks for your help!
|