Commit graph

56 commits

Author SHA1 Message Date
darashikoh
fb5ce9481d Added v2.0 in the header to reflect function change from Compile 1 Debug 2025-07-20 17:37:34 +01:00
darashikoh
ac6089b898 Compile 1 Debug
Position Selection in MQL5: Unlike MQL4, MQL5 doesn't have PositionSelectByIndex(). You must use:

PositionGetSymbol(i) to get the symbol at index i
PositionSelect(symbol) to select a position by symbol
PositionSelectByTicket(ticket) to select by ticket


Commission Handling: In MQL5, commission is stored at the deal level, not the position level. To get the total commission for a position, you need to sum up the commissions from all deals related to that position.
Type Casting: When converting between numeric types, explicit casting is recommended to avoid warnings.
2025-07-20 17:22:58 +01:00
darashikoh
7aaae3f1a1 ERMT modules v6.0 2025-07-20 17:02:39 +01:00
darashikoh
aebe367724 new files added 2025-07-20 16:41:20 +01:00
darashikoh
4ab54de5f6 new files added 2025-07-08 23:34:12 +01:00
5a3d4c4d30 Initial commit 2025-06-09 08:52:01 +00:00