- Search Metals Mine
-
phuclockbs replied Apr 11, 2026Sunshine today
. Welcome back, Al-Otaibi 
i wonder what you have been through recentlyRSI-Trading (Nasdaq)
-
phuclockbs replied Feb 21, 2026Dear Al-Otaibi, do you set a specific % for SL on daily basic or not (the whole account is your SL)?
RSI-Trading (Nasdaq)
-
phuclockbs replied Feb 6, 2026Thank you very much for sharing the code, Al-Otaibi.

RSI-Trading (Nasdaq)
-
phuclockbs replied Feb 5, 2026Great!!! It's consistent across pairs and much easier to read.
RSI-Trading (Nasdaq)
-
phuclockbs replied Jan 25, 2026yes, i think that any price above 10,000,000 we should divide it by 1,000 Once again, thank you for sharing your D-theory and MCP concept. It is so powerful.
RSI-Trading (Nasdaq)
-
phuclockbs replied Jan 15, 2026i don't know if this is a solution or not bool last_order_select=OrderSelect(OrdersTotal()-1,SELECT_BY_POS,MODE_TRADES); double last_account_margin=AccountMargin(); if(OrderTicket()!=last_order_ticket) { orders=OrdersTotal(); ...
RSI-Trading (Nasdaq)
-
phuclockbs replied Dec 4, 2025There is a historic flood in my hometown and my house was almost in the water. It impacted me much. Luckily, i and my family is safe. We are still concerned about the next coming flood in these days. i think i can't be online with FF for a long ...
MT5 Basics
-
phuclockbs replied Nov 15, 2025file i update some code to make it work with CENT account also image image image
MT5 Basics
-
phuclockbs replied Nov 14, 2025Please test if it works as what you want file By the way, for converting this Mql4 code: image i added 2 new functions image then the convert is image
MT5 Basics
-
phuclockbs replied Nov 14, 2025i add some code to the ZZZ_XXX_YYY_DDD() function which i posted in the Post#301 to make it be able to outcome: Value_Of_ZZZYYY Value_Of_YYYDDD Value_Of_XXXDDD Value_Of_YYYXXX Value_Of_ZZZXXX image image image file
MT5 Basics
-
phuclockbs replied Nov 13, 2025Regarding to the NormalizeDouble(), it is ok if your steplots > 1, but when steplots >=10 lots, let's say steplots=10 then -MathLog10(stepVol) = -1 it is a negative number, which is invalid to the 'digits' parameter of the NormalizeDouble() function ...
MT5 Basics
-
phuclockbs replied Nov 13, 2025i make this function to identify ZZZ, XXX, YYY, DDD of a specific symbol image i tested it on all the brokers that i am using and it gives me correct results (that's what i thought) void ZZZ_XXX_YYY_DDD(string temp_pair){ string ZZZ, XXX, YYY, DDD; ...
MT5 Basics
-
phuclockbs replied Nov 12, 2025By the way, regarding to the accBase, i think we should add this code to it image
MT5 Basics