(on chart) object drag
-
Hiho.
I have button which can be moved. When you move the button the block '(on chart) object drag' will recognice this move only when the EA is in 'Starting ..." mode.
As soon as the EA shows 'Working' on top of the window I can move the button but the block won't react anymore to it!Can you help me!?
PS: I just deleted the object and use the '(on chart) object delete' block and it also didn't recognice the deletion of the object...
-
What a nice panel, so this EA builder can create something fancy

It's probably something wrong with these settings: http://prntscr.com/5aid3f Set this to "Tick mode".
I added these settings back then to simulate Trade and Timer events, but at that time all the native events were init, start (tick) and deinit. I will remove these settings anyway and it will always work on "tick mode". Because for that "Period mode" there is an endless loop that now obviously prevents the native Chart and probably the Timer events from firing. -
It's just the beginning.

Thanks for the hint. Now it works. Will test the rest when I got some sleep.Good support man!!!