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 most recently closed trade, if we pass 1 then it w...
this particular expert advisor contains a very useful code which is often required by the developers. most of the time , we need the last active trade. but in this ea you can searc...
this particular expert advisor contains a very useful code which is often required by the developers. most of the time , we need the last closed trade. but in this ea you can searc...
this an indicator which understands mouse click and keyboard press, and the purpose is to create alerts at the price that the market has not yet reached. it can be very helpful to ...
hello all,this is an update of the "". in this code, i have added some helper functions for prop firm challenges.generally, to pass a prop firm challenge, you need to satisfied thr...
this library provides a few simple public methods to create and plot volume profiles:gethvprice returns the price that is related to highest volume in the range._resolution_points ...
a professional grid advisor works according to rsi( relative strength index ) indicators. and has the function of reducing the drawdownon the account by overlapping unprofitable or...
this script for mt5 how to use script :double click this script and it make order,use this script 2 minutes before high impact news pip moving faster fomc, nfp, rate bank, cpi it p...
if there are objects cluttering the chart, sometimes you might want to start afresh without having to delete the entire chart and load another one.this means it may be efficient to...
all of the functions used in the expert advisor are found in the importantfunctions.mqh include file.there are 2 expert advisors, both using the price crossing the moving average a...
after you attach this to the chart, you can take quick widescreen screenshots by pressing the 's' hotkey on the keyboard.the date is automatically appended to every screenshot imag...
input parameters:orderdistancepoints : determines the distance in points from the current ask price for placing buy orders and from the bid price for placing sell orders. tppoints ...
was checking if this one exists as a standalone function/indicator and since i did not find it, here it iswhat you need to know if you want to use it : i have seen implementations ...
input parameters:orderdistancepoints : determines the distance in points from the current ask price for placing buy orders and from the bid price for placing sell orders. tppoints ...
this indicator calculates an adaptive rsi using tick data and plots it along with fast and slow moving averages in a separate window. it provides options to customize the calculati...
in the "good old days" coders were trying to optimize all the code that could be optimized. one such example was the optimization of liner regression calculation. coder that was co...
this indicator uses the calculating method described in details here : . please check that post for more detailsthe same function from the above link is used to calculate this slop...
this indicator uses the calculating method described in details here : . please check that post for more detailsthe same function from the above link is used to calculate this line...
not all indicators are suitable to have an option to be applied to another indicator data via mt5 designed / allowed options. linear regression line (original that uses "simple" pr...
the premise of this bollinger bands indicator is that the outer bands can be individually controlled via smoothing. changing the smoothing period on the upper band does not have to...
another offshoot of the bollinger bands. the concept of post smoothing on the outer bands is to smooth the upper and lower band individually after the standard deviation calculatio...
indicator displays the value of defined stop loss and or take profit in the deposit currency. converted fromnote: it calculates an estimated value based on a simple calculation and...
this indicator creates automatically a risk/reward box on you all opened chart base on high, low price with the old candles. converted fromyou can use it easily to drag and change ...
ma modified dpo facilitate controlling all parameters of ma (ma period , ma mode , ma applied price) to change required ma curve to horizontal line and can easily used as support o...
key features: innovative calculation method: the core of the raymond cloudy day indicator features a unique calculation method, offering highly accurate and reliable points to gui...
ma modified dpo facilitate controlling all parameters of ma (ma period , ma mode , ma applied price) to change required ma curve to horizontal line and can easily used as support o...
this code demonstrates how you can modify the objects in an indicator without having the source code. there are some indicators that don't use buffers, they are only using objects....
higher confidence in candle implication rises with body to range percentage which shall be higher than or equal to 50%, therefore indicator colors these candles while leave other c...
swing high/low identifierthe swing high/low identifier is a custom metatrader 5 (mt5) indicator designed to highlight significant swing points on your chart. this indicator identif...
key features: automatic detection of arbitrage opportunities:utilizes real-time currency pair data to find profitable arbitrage opportunities.dynamic trade management:opens and clo...
the trend strength index indicator measures strength of current trend. basically it is similiar to a simplified auto regression indicator, because correlation function calculates t...
this indicator will help visualize the bid and ask prices, making it easier to decide on trade entries and exits.a custom bid and ask line is created which is labelled and visually...
the standard method of getting historical data in metatrader5 is to use "view>symbols>request" tool as shown in the picture below:however, this sometimes doesn't return all t...
the high and low line indicatoris a straightforward yet powerful tool designed to plot the highest and lowest price levels of a selected symbol directly on the chart. this indicato...
features: switch sequentially between multiple templates (as many as you want) switch template in current chart or for all charts video tutorial: how to use: open mq4 file in meta...
the script creates a text object on the chart that continuously rotates and changes its position based on price levels. while running, the text changes color and content depending ...
cdebuglogger class: a comprehensive logging utility for mql4/5 the cdebugloggerclass is a powerful and flexible logging utility specifically designed for mql4/5 environments. it is...
the prevdaylines.mq4script is a tool for metatrader 4 that automatically draws three critical price levels from the previous trading day on your chart. these levels include the hig...