SoberCanadian
Newbie
- Messages
- 3
- Likes
- 0
Hello Everyone
I am having a problem with my ordersend() function, and I hope someone will help me.
I have developed my own expert advisor with my own strategy. What actually happened, during the fast price movement my expert advisor does not place an order, but in case of slow movement it works very well and place an order. For example, I want to place a buy order 20 pips away from the current price which is 1.2300 including spread, and order must be placed at 1.2300. After that, the price moved little bit fast because of news release, and in fraction of seconds the price went 60 pips away, which was 1.2240 and order, should have placed at 1.2300, but it did not. I was sitting in front of the computer, and was watching the price movement very carefully. I knew that when the price will come to 1.2300 the order will place but for whatever the reason, the order was not placed and the price value went little bit far away. As a matter of fact, I saw when the price went back to 1.2300 after a while, which I knew; at that time it placed an order. I have no idea how to fix this problem.
Your cooperation is highly appreciated.
SoberCanadian
I am having a problem with my ordersend() function, and I hope someone will help me.
I have developed my own expert advisor with my own strategy. What actually happened, during the fast price movement my expert advisor does not place an order, but in case of slow movement it works very well and place an order. For example, I want to place a buy order 20 pips away from the current price which is 1.2300 including spread, and order must be placed at 1.2300. After that, the price moved little bit fast because of news release, and in fraction of seconds the price went 60 pips away, which was 1.2240 and order, should have placed at 1.2300, but it did not. I was sitting in front of the computer, and was watching the price movement very carefully. I knew that when the price will come to 1.2300 the order will place but for whatever the reason, the order was not placed and the price value went little bit far away. As a matter of fact, I saw when the price went back to 1.2300 after a while, which I knew; at that time it placed an order. I have no idea how to fix this problem.
Your cooperation is highly appreciated.
SoberCanadian