exemple button help
-
hello friends help my project works on the tester but I want to focus on a real account heeelp
-
More info about your problem would be appreciated ;). What's the specific problem?
-
@ken-0 Works for me, only it's too slow, i don't know why
-
@ken-0
I want the order to execute on one click and immediately,
when I trade in real or demo mode ..
what is not the case for my project it works well in the tester but in a real account or demo when I press the button the order takes time to execute -
@ken-0 It takes time, because the EA updates on every tick (see the "on Tick" tab on top). If next tick happens 4 seconds later, your trade opens 4 seconds later.
If you absolutely need faster execution (even if market is still), use the "on Timer" tab and modify the refresh time from project settings.
-
roar
thank you very much
it works