Dear all,
Do you have any 'requote' experience by your EA? What can I do and how can I minimize it using code in our EA? Can someone help to add the standard code into any EA to resolve it?
Is there any standard coding so I can add it into any EA to prevent it? or Is there any MM EA (or plugin) so it retries to enter the trade if it detect any requote.
Thank you
Requote
-
forex.rapheal
- Trader
- Posts: 46
- Joined: Mon Feb 13, 2012 6:46 am
- hopfi2k
- Trader
- Posts: 35
- Joined: Tue Nov 15, 2011 11:03 pm
- Location: Germany
Re: Requote
There are to ways of dealing with requotes:
1. Put your OrderSend() together with a RefreshRates() into a while loop until you get a valid ticket number
2. Use a decent broker that doesn't requote!
Cheers,
hopfi2k
1. Put your OrderSend() together with a RefreshRates() into a while loop until you get a valid ticket number
2. Use a decent broker that doesn't requote!
Cheers,
hopfi2k
forex.rapheal wrote:Dear all,
Do you have any 'requote' experience by your EA? What can I do and how can I minimize it using code in our EA? Can someone help to add the standard code into any EA to resolve it?
Is there any standard coding so I can add it into any EA to prevent it? or Is there any MM EA (or plugin) so it retries to enter the trade if it detect any requote.
Thank you
-
forex.rapheal
- Trader
- Posts: 46
- Joined: Mon Feb 13, 2012 6:46 am
Re: Requote
Hi Hopfi2k,
Thank you. I am not a programmer. Is it possible I upload the EA and you can modify it? Thank you very much,
Thank you. I am not a programmer. Is it possible I upload the EA and you can modify it? Thank you very much,
You do not have the required permissions to view the files attached to this post.