this is the source code of the free mql4 utility 'manual trading lightweight utility', that you can download from .the utility allows you to place fast orders with predefined stop-...
i know you're not going to read everything so i'm saying this at the start : it's a script ! so it goes to the script folder so this is it, the following code is based on the follo...
the smoothed correlation indicator provides an indication of price trending and ranging through a bar to bar correlation coefficient. a indicator value approaching one is an indica...
this script is made to disable the ea on the chart from trading, its made to click the following buton on the image, automatically :in the following code, its getting the handle of...
it's a triangular arbitrage system (three pairs correlation system) to use 3 currencies to make 3 pairs to open hedge orders on those. the expert starts opening six orders for each...
the vr sync chart lite indicator is written for demonstration purposes and shows how it is possible to synchronize the rectangle object (obj_rectangle) on all open charts in the me...
the vr sync chart lite indicator is written for demonstration purposes and shows how it is possible to synchronize the rectangle object (obj_rectangle) on all open charts in the me...
it's a triangular arbitrage system (three pairs correlation system) to use 3 currencies to make 3 pairs to open hedge orders on those. the expert starts opening six orders for each...
it's a two (2) pairs correlation system to use 3 currencies to make 2 pairs to open hedge orders on those (like eurusd/eurgbp).the expert starts opening four orders for each couple...
this indicator to detect length of candlestick. the length is calculate from high-low price. value show is in percentinput shift: for the length detection...
virtual profit close with this expert adviser you can control an already existing open position (by another ea or a manual order) and close it by desired profit level virtually. ad...
update 1 :16-05-2020 the gmt time on chart indicator is written for users who likes to see gmt time on-screen.for convenience and modifications,this indicator code is written clear...
the logic to find peak and bottoms explain:when low of candle(i) bigger than maximum of (lips , jaws , teeth) we get peakwhen high of candle(i) lower than minimum of (lips , jaws ,...
the cci expert is based on the cci indicator and can be traded on every symbol in marketwatch.the expert is trading fixed position volume, and has a fixed stoploss and takeprofit.i...
here is one option that will work in mql.the technique is called 'copy constructor'. make sure that all fields are copied, including complex data types, recursively.please refer to...
this ea can trades up to 28 currency pairs simultaneously using built in currency strength indicator.please note that this ea has martingale features and should be used as learning...
trade with no need to calculate lot size! this script calculates the proper lot size and opens the position(s) for you.set risk percent or risk amount of your equity and other para...
placing pending orders with no need to calculate lot size. script calculates the proper lot size and opens the pending order(s) for you.set risk percent or risk amount of your equi...
i also added history mode to indicator. set "historymode" parameter to true then "double click" on any point in price chart to see support and resistance zones in that point.indica...
usually when we close all trades, it is always from the last trades to the first one. therefore, there will be positive and negative trades jumble up your closing trades history. i...
list of controls who performed in this function:have you any symbol in marketwatch? the for the given executed program. the permission to trade for the terminal. are transactions a...
this structure provides quick access to sets of lowercase and uppercase latin, russian characters, digits, punctuation, brackets, whitespaces, and special sets of symbols after/bef...
this a library for a quick and easy encryption and decryption using base64. the usage is very simple and can be done in a few lines of code. <<< the return value of a meth...
the spread parameter has been coded as a list of section variables, with an option to open all symbols on the market-watch.usage is still simple.we loop through the market-watch an...
you can use binary flags to minimize bool parameters in a function signature.for example, mql int size is 32 bits, so you can pack 32 1/0 parameters in a single int flag variable.b...
this indicator is using the exponential moving average calculation applied to the rsi data, and allows users to choose the number of periods for the rsi and the number of periods f...
following modifications have been made: converted indicator code to strict mode; added a drop-down list of 4 base indicators to choose from (macd, rsi, cci, and stochastic); indic...
this structure provides quick access to sets of lowercase and uppercase latin, russian characters, digits, punctuation, brackets, whitespaces, and special sets of symbols after/bef...
using this indicator you can specify your all drawing object to a specific symbol and timeframe.example if you draw any object ( trendline/ text/ line / anything ) on the gbpusd h4...
general description : in his june 2020 tasc article "correlation as a cycle indicator" john ehlers describes one possible way to determine trend in the marketshis article describes...
general description : in his june 2020 tasc article "correlation as a cycle indicator" john ehlers describes one possible way to determine trend in the marketshis article describes...
general description : in his june 2020 tasc article "correlation as a cycle indicator" john ehlers describes one possible way to determine trend in the marketshis article describes...
based on source file from nikolay kositsin, i modified this expert into a basket profit/loss closer.this expert can be used for closing all positions if reach selected conditions.h...
indicator wavemtf bull and bear system with signal and alert for metatrader 5 with options to display signal on the chart.hopefully useful for fellow traders.~ fix buffers error...
a tiny class to compare floating point variables the right way with desired precision.let's say you have two doubles with a value of 1.15.when you compare them, you expect them to ...
sometimes we need to add an element to array, or insert an element.standard mql array functions are efficient but do not provide such functionality.for example, if you need to find...
the script is best use to clean up all drawings(horizontal line, vertical line, arrows etc) on current chart.please feel free to modify based on your needs.recommendations:create k...
this mt4 indicator is to count down the remaining time of the current bar as the format hh:mm:ssthe label can be positioned with 2 ways:follow_price --- the label always follows th...
this mt5 indicator is to count down the remaining time of the current bar as the format hh:mm:ssthe label can be positioned with 2 ways:follow_price --- the label always follows th...
this is a simple indicator calculating most close to real average price per bar on timeframes higher than m1. it uses prices from corresponding m1 bars to get the "effective" (aver...
draws pivot points level lines for formula'sfloor fibonacci camarilla woodie all pivot points time-framesdraw long or short lines.option to show floor mid pivot pointsoption to sho...
volatility scanner in very raw form for number of currency pairs.descritpion: indicator shows volatility starting from actual candle on the right side (next to the symbol) to older...
consecutive identical candles for number of currency pairs.descritpion: indicator shows how many consecutive identical candles have appeared on currency pairs.you can change size o...