GetCurrentProfit Module – Real-Time Floating Profit Calculation for MetaTrader 5 The GetCurrentProfit Module is a practical utility desi...
Showing posts with label Get. Show all posts
Showing posts with label Get. Show all posts
MetaTrader 5 Expert Advisor | Get trend
0
Author of the idea — Yuri, author of the MQL5 code — barabashkakvn. Attention! The Expert Advisor will only work on the M15 timef...
MetaTrader 5 Expert Advisor | Get Rich or Die Trying GBP
0
Author of the idea — John Smith, author of the MQL5 code — barabashkakvn. Positions are only opened at the specified time (+ shift...
MetaTrader 5 Expert Advisor | Get M1 OHLC data for MetaTrader 4 backtesting
0
Usually most brokers do not provide M1 data over 3 months in MetaTrader 4, but they provide M1 data over 3 years in MetaTrader 5. So ...
MetaTrader 5 Script | Get Last Deal History
0
This is just a script to get the last deal history data, for example : profit, deal type, swap, commission, etc. You can modify thi...
MetaTrader 5 Libraries | Function to get Next Open Time and Closing Time for the market.
0
MetaTrader 5 Libraries | Function to get Next Open Time and Closing Time for the market.
RobotFX
25.6.25
A Simple Call to this function will return the next Opening Time and Closing Time of the Asset, if no from time input it will search...
MetaTrader 4 Script | Get Last Round Time And Date Acc To TF
0
This Custom Function Will Help To Get Round Time For Any Given Timeframe And Time. Code :- //+-------------------------------------...
MetaTrader 4 Script | Get Comma Separated Things From String
0
Custom Function To Get Comma Separated Things From String. This Custom Function Will Require a Integer Input 1.) if You give -1 th...
MetaTrader 4 Script | Get message of Popup Alert MT4 using
0
this is small script using external DLL "user32.dll". 1. Import Dll and its functions #define WM_GETTEXTLENGTH 0xE #de...
MetaTrader 5 Script | Get Position commission OrderCommission (mt4 term) of an active position in MT5
0
MetaTrader 5 Script | Get Position commission OrderCommission (mt4 term) of an active position in MT5
RobotFX
19.6.25
Get commission of an active position in mt5 , its easy to use function. use function. double PositionCommission( ulong pTicket...
MetaTrader 5 Script | Get info about inputs and outputs of onnx-model
0
Create model from mnist.onnx with debug logs ONNX: Creating and using per session threadpools since use_per_session_threads_ is ...
MetaTrader 4 Expert Advisor | Get Nth Active Trade from the end in MT4
0
This particular expert advisor contains a very useful code which is often required by the developers. Most of the time , we need the...
MetaTrader 4 Expert Advisor | Get Nth Closed Trade from the end in MT4
0
This EA will scan all closed trades in the history. And check which trade closed most recently. If we pass 0 , then it will fetch mo...
MetaTrader 5 Expert Advisor | Get Nth Active Trade from the end in MT5
0
This particular expert advisor contains a very useful code which is often required by the developers. Most of the time , we need the...
MetaTrader 5 Expert Advisor | Get Nth Closed Trade from the end in MT5
0
This particular expert advisor contains a very useful code which is often required by the developers. Most of the time , we need the...
MetaTrader 5 Script | Get min margin in to csv
0
Description of Purpose: The script MinMargins.mq5 is designed to help traders quickly calculate and document the minimum amount...