- Search Metals Mine
-
phuclockbs replied Nov 12, 2025yes, this is what i learned from his post Trade Tab: POSITON_IDENTIFIER History Tab: DEAL_POSITION_ID image image
MT5 Basics
-
phuclockbs replied Nov 10, 2025i think this code line should be replaced by this one image with CheckSessionTrade() is the one in the post #229 by Mucky
MT5 Basics
-
phuclockbs replied Nov 8, 2025Please check the PM Feel free to execute orders if you want to do some test

MT5 Basics
-
phuclockbs replied Nov 8, 2025i know the reason
image Is it ok if i add this line? image And here is the result image MT5 Basics
-
phuclockbs replied Nov 8, 2025image Thank you very much for your gift, Al-Otaibi. But why is the digo still 10 instead of 1000 like yours? image
MT5 Basics
-
phuclockbs replied Nov 5, 2025Come to the button for showing the RSI value the way we get the RSI value on the MT5 differs from the MT4 so i made some changes about that 1. Deactivate this code image 2. Get the RSI value image 3. Update the RSI text image
MT5 Basics
-
phuclockbs replied Nov 5, 2025Beside the button arrangement, i add resizeable function for the dashboard also Please test it by resizing the chart and see how it works No matter how small you resize the chart, all the buttons are always inside it image image
MT5 Basics
-
phuclockbs replied Nov 5, 2025this is what i can do with the button arrangement my laptop's DPI=90, so please ignore if there is any illogical problem on laptop's DPI=120 file
MT5 Basics
-
phuclockbs replied Nov 5, 2025Dear Al-Otaibi, How about PdS? Do we need it at this stage yet? url
MT5 Basics
-
phuclockbs replied Nov 5, 2025are these what we will add to our avgPrice() function? image
MT5 Basics
-
phuclockbs replied Nov 4, 2025Dear Mucky, Is there any MQL function (method or way) that we can read this commission value BEFORE open order or WITHOUT open order? image
MT5 Basics
-
phuclockbs replied Nov 3, 2025Is this post missing some images ? i ask that because after "ans: we use this function ...", i don't see any function
MT5 Basics
-
phuclockbs replied Nov 3, 2025is it correct if i calculate MCP for the whole account by this way ? double MCP; if(ALL_PipValue>0) { if(AccountInfoInteger(ACCOUNT_MARGIN_SO_MODE)==ACCOUNT_STOPOUT_MODE_PERCENT) //Account stop out mode in percents MCP = ...
MT5 Basics
-
phuclockbs replied Nov 3, 2025can we try this way? this is inside the OnChartEvent() image
MT5 Basics