wait4signal / sharing-is-caring

MetaTrader 5 trade copier
GNU General Public License v3.0
26 stars 15 forks source link

Program tries to update positions every 500ms even though there are no changes #3

Open bgabela opened 2 years ago

bgabela commented 2 years ago

sometimes I have troubles with some positions.

1) Provider opens trade. image

2) Receiver opens the same trade (everthing alright)

3) Sometimes later (maybe some hours) the receiver tries to modify one of the positions every 500 ms. image

Can you show me a way to solve the problem?

--Submitted by Patrick Ortbauer on mql5.com

bgabela commented 2 years ago

The default update interval is 500ms, however the program should not attempt the update unless there has been changes to the position. So it seems there is a bug somewhere though I have not encountered it in my use. I will keep an eye on it and fix once I know more.

gabrielmocan commented 1 year ago

@bgabela this issue is still happening?

bgabela commented 1 year ago

@bgabela this issue is still happening?

I still have not experienced the issue, so not sure. If you do get it please share detail of how to recreate.