Function to check and load history: This is slightly modified CheckLoadHistory function from MetaQuotes. Title: #include <komposte...
Showing posts with label Check. Show all posts
Showing posts with label Check. Show all posts
MetaTrader 5 Libraries | Class for set and check your trading time
0
CTimeControl class for include to your EA for easy setting and checking your own trading time. An example of usage: Include: #in...
MetaTrader 4 Script | Check Current Open Orders With Profit
0
This script lists current open orders with profit. The result is displayed in a message box. If there is at least one open order wit...
MetaTrader 5 Expert Advisor | OHLC Check
0
Idea by : Alexey Lopatin MQL5 code author : barabashkakvn The EA only operates when a new bar emerges. Trading system sign...
MetaTrader 5 Script | Lot Check
0
Idea by: Airat Safin Code mq5 by: barabashkakvn This is a utility script. The lot size is set in the inputs. As a result, we obtai...
MetaTrader 5 Script | Check And Delete Chart Object Script
0
Code To Check And Delete Chart Objects For MT5: - The script scans through the current chart for any available chart objects, - Coun...
MetaTrader 4 Expert Advisor | Basic check-up of Experts for MQL4
0
List of controls who performed in this function: have you any symbol in MarketWatch? The permission to trade for the give...
MetaTrader 5 Script | Check Margin
0
This script calculates required margin to open a trade by examining specified volume. It also calculates maximum amount of lots tha...
MetaTrader 4 Expert Advisor | Check Trade Time
0
This code base is a simple function to check if current time lies within two specified times. Many times it is required by the Ea t...
MetaTrader 4 Expert Advisor | Check Binary Options Symbol
0
In the market watch in MT4, there are several symbols. Some of them could be binary Options. Different brokers have different meth...
MetaTrader 4 Expert Advisor | Check Trading time
0
This code base is a simple function to check if current time lies within two specified times. Many times it is required by the E...
MetaTrader 5 Expert Advisor | Check the time periods used
0
The function takes two arrays of integers as parameters: "allowedPeriods" and "periodsToCheck". "allowedPer...
MetaTrader 5 Libraries | Check if there are any new bar
0
1、There is only one class function without additional variables. Please declare class CCheck before use class CCheck { public...
MetaTrader 4 Expert Advisor | Simple check open orders filter boolean function for Expert Advisors
0
MetaTrader 4 Expert Advisor | Simple check open orders filter boolean function for Expert Advisors
RobotFX
18.6.25
It is common for novice developers to face the challenge of making the Expert Advisor able to detect if there are open orders indep...
MetaTrader 5 Libraries | Check for Market Open Hours
0
The MarketOpenHours.mqh file checks the Market Open Hours against the server time at the broker. Its input is only the Symbol name a...
MetaTrader 5 Expert Advisor | Check Last Closed Trade (Profit / Type / Symbol etc.)
0
With this code block, you can get the last closed trade data without using loops. Create a variable to set the current day start ...
MetaTrader 4 Script | Check trading day end is reached
0
This script will detect an end-of-trading day and notify the end user in a message box 49592
MetaTrader 5 Script | Code To Check And Delete Chart Objects For MT5
0
To Check And Delete Chart Objects For MT5 Check And Delete Chart Object Script Scans through the current chart for any available ...