this indicator is used for stop loss placements with atr as reference and comes in two lines with equal distance from a moving average.the indicator can also be used for safety mea...
the hlc trend indicator is a confirmation indicator with sub-type as a two-line-crossover.buy signal: long line (white) crosses and closes above short line (red).sell signal: short...
i wrote this function as an easy template for accessing the current day's trading history. can be expanded upon by the user by adding additional doubles, i.e. volume, or for differ...
this indicator shows trend line and channels using the bsi indicator.first, it will check the trend by bsi. then, draw the trend line or channels by condition. the trend line uses ...
the roofing filter indicator was created by john ehlers ("cycle analytics for traders" pg. 80 - 82). when the indicator crosses over its signal then it is a short term uptrend and ...
the attached .mqh files are designed to export orders and trades from one ea and import them into another one (copying trades), which can be run both in the same terminal and in an...
it is known that the market is mainly driven by two emotions: fear and greed.this script implements a class with variables and functions to embody these emotions in a mathematical ...
input parameters 2. local variables initialization 3. main code explaining the strategy, everyday bot will delete all the old orders and find highest and lowest value of the previo...
introspective sortintro or introspective sort is a hybrid sorting algorithm that provide fast performance. it is a comparison based sorting algorithm based on three phases. it uses...
original code and description here:modifications:corrected errors that prevent compiling indicators that won't due to errors in the <smoothalgorithms.mqh> file.i've also chan...
typical unassuming volumes indicator, but divided by spread. i removed the color changing, as it became useless after dividing by spread. edit: ability to use spread or not. to be ...
samy thuillier, trader spécialisé sur les forward, warrant et turbo. recommandations de samy:assurez vous de ne pas être en position directionnelle pour éviter la catastrophe en ca...
this indicator is based on the original “time segmented volume (tsv)” developed by worden brothers, inc. however, i added an extra few features to this one.one can choose the price...
xoshiro256** random number generator xoshiro256** (named after its operations: xor, shift, rotate) is a pseudorandom number generator designed by sebastiano vigna in collaboration ...
forex trade manager grid mt5 helps you to managing orders and achieve the goal. you only need to place first order with take profit, run ea and set in params profit (pips) you want...
forex trade manager mt5 simplifies managing open orders in metatrader 5. if you open a new order, the manager automatically sets stop loss and take profit. when price will move, th...
1. shows moving last price on bid line + symbol name + countdown of candle closing + timeframe2. last 24 hours percentage change3. time based on input selection to the price line :...
strategy tested on eurusd pair, works best on m15 period.indicators used:- ema (default period 34)- cci (default ma period 50)- macd (default mt5 settings)the strategy goes as foll...
this indicator implements the original “average true range (atr)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].it ...
this indicator implements the “relative strength index (rsi)” developed by john welles wilder jr., as described in his book—new concepts in technical trading systems [1978].this in...
this ea is a sample for multicurrency system for metatrader 5.entry is just using a simple candle logic on d1.hope this ea can be a help for others to learn....
highest high fetch - script.1 file - size : 1.62 kb.the code defines a function "rangehighs" that takes 4 integer inputs: pstarthour, pstartmins, pendhour, and pendmins, which repr...
this line tries to reflect the main direction of the trend and it is calculated based on japanese candlestick data.if the trend is up, then the line is closer to the high prices of...
the function takes two arrays of integers as parameters: "allowedperiods" and "periodstocheck". "allowedperiods" is an array containing all the time periods allowed by the system, ...
the dd_relative function calculates the relative profit or loss (drawdown) of the current trading account in percentage. to do this, it uses the current_lossorprofit() function to ...
this weighted deviation is a sort of all linear weighted deviation. it uses linear weighting in all the steps calculated (which makes it different from the built in deviation in a ...
variation of the bollinger bands but it uses linear weighted average and weighted deviation (see the description of weighted deviation here : )recommendations:use it as any bolling...
this expert identifies macd divergence whenbuysstochastic main line > signal line stochastic is between oversold levels ( control over duration how long has stochastic between t...
includes ea & alert only with arrows.this ea buys whenmacd divergence occurs on 5 minute timeframe 1 hour stochastic main line is greater than signal line & between upper l...
this expert advisor uses three indicators to identify reversal of the price of a symbol. it uses a simple moving average along with a standard deviation and the rsi.it sends a buy ...
this script will refresh all open charts in mt5, usually custom symbols in mt5 needs to be refresh sometime so this script will help to refresh all open chart at once. we can also ...
include file contains moving average group, a moving average group with 6 moving averages in period_w1, and a moving average group with 6 moving averages in period_current.ma group...
the onnx model requires the model's input and output sizes to be defined. the sizes are specified via the and functions, respectively.not all models have fixed input and output dat...
a simple script that creates a timer in the form of a clock in the main chart window and shows how much time is left until the start of the next bar....
this is a snippet of a larger code that is based on finding break of market structure.it identifies the most recent fractal price value and comments the result on the charts.it doe...