- Search Metals Mine
-
phuclockbs replied Nov 3, 2025yes, they go by pairs together. if you look at the "Order" column, you will see that they have the same number image
MT5 Basics
-
phuclockbs replied Nov 3, 2025i don't know, too so let's do some test together
image and after click, here is the Trade Tab, we've not moved to the History Tab yet, we're still in the Trade Tab image let's put them in the same image for easy to figure it out image ...MT5 Basics
-
phuclockbs replied Nov 2, 2025Thank you very much, Al-Otaibi. Then we do not need this code line image And no need for Create_Button_0() also image
MT5 Basics
-
phuclockbs replied Nov 2, 2025yes, i think it is weird too, in term of its function but i don't know how to make a button works like a label to display text only do you know which parameter of Object Properties can do that? (no react with mouse click)
MT5 Basics
-
phuclockbs replied Nov 2, 2025image you can click here using the EA from my code and then do the same click on your EA to see the difference
MT5 Basics
-
phuclockbs replied Nov 2, 2025as you can see, that is the code inside the Create_Button_0() which is a new kind of button that i created it is different from the Create_Button() and Create_Button_W() that we already have before image
MT5 Basics
-
phuclockbs replied Nov 2, 2025it is Time for the button to bounce back after being pressed if you remove that sleep then you can not see the pressed status of the button when you click it
MT5 Basics
-
phuclockbs replied Nov 1, 2025To me, this is the extremely valuable information. i have been concerning about it for a long period of time. Thank you very much, Mucky.



MT5 Basics
-
phuclockbs replied Nov 1, 2025i think there are some changes that can make EA faster and no lagging. 1. move BUTTONS_PADDING() to OnInit() and seperate avgPrice() out of BUTTONS_PADDING() and place it in OnTimer() we just create all buttons once time at the initialization only, ...
MT5 Basics
-
phuclockbs replied Oct 31, 2025Have you tried to use the EA today? (Today, Saturday, the forex market (currency pairs) is close)

MT5 Basics
-
phuclockbs replied Oct 30, 2025that means it is valid for deleteing pending orders at once also, isn't it?
MT5 Basics
-
phuclockbs replied Oct 29, 2025sorry, i have no knowledge about "Bulk Operation". this is the first time i hear about that aspect. i am a newbie
MT5 Basics
-
phuclockbs replied Oct 29, 2025Do you encounter to this kind of lagging sometimes? url although i set to the minimum timer already image
MT5 Basics
-
phuclockbs replied Oct 29, 2025Thank you for sharing your process of work and code, Al-Otaibi. there is a part of code that i don't understand. image that is "dummy_number=(st)" i wonder if it should be "dummy_number=st" what is the role of the "()" in this case?
MT5 Basics
-
phuclockbs replied Oct 27, 2025//+------------------------------------------------------------------+ double avgPrice(string symm, ENUM_POSITION_TYPE typee){ double result = 0; if(PositionsTotal()<=0){ result = 0; } else { double Total_LOTS = 0; double Total_PRICExLOTS = 0; ...
MT5 Basics
-
phuclockbs replied Oct 27, 2025By the way, i wonder if my calculation is incorrect image i am using this version image
MT5 Basics