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...
Changes I added:1. Isolated only the Asian session.2. Allow users to modify settings such as Asian time in their local time, color of the boxes, and whether to fill boxes or not.3....
This only works for buy stops.If you find this helpful and may need the code for sell stops and other pending orders, let me know in the comment section and I'll cook one up in my ...
At the first start, you must fill in the current password of the trader and investor in "CUR" line.If you are not satisfied with the generated password, you can make a new one by c...
If you're a trader who constantly juggles multiple open positions and needs to adjust stop losses as trades progress, you know how time-consuming and stressful this can be. But wit...
Get trade history files (.csv) and put it in ..\MQL5\File folder and save the name of file (.csv). For time differences of broker's terminals, use the same broker's meta trader 5 ...
An implementation of the Commodity Channel Index using exponential moving averages, instead of simple moving averages as implemented by the its creator, Donald Lambert.The code use...
With this short piece of code you are going to learn how to subtract the time.it may be very useful to time your trades entrances and exits, also to make up strategies based on tim...
How fast does the price moves?With this very simple piece of code you may learn how many seconds it takes to complete 100 ticks.The less seconds it takes, the faster the price move...
This EA takes calculates the current account balance and based on user's input of risk and profit percentage , it can close trades either in profit or in loss.This tool might be he...
The include file "Benchmark.mqh" has a set of macros to benchmark various functions for their execution speeds to decide which is the fastest one.The library is based on public sou...
You can use this piece of code to set two different groups of volume and compare them.E.G (one minute chart example):If you set group 1 to 20.Group 1: The last 20 bars volume / 20 ...
This class allows you to create buttons on the chart as if they were chart objects(have time and price coordinates) these objects can be dragged on the chart and when scrolling the...