usually the first thing a trader should consider when opening a new position is money management. one of the ways traders often control risk and manage their capital is to use a ce...
this indicator summarizes the volatility of multiple periods.the periods used are 3, 4, 5, 6, 8, 10, and 13.display: red bold line — summarized the volatility. red line — volatil...
introduction : most newbies and immature traders keep losing money because they don't know how important to calculate and see things in terms of percentage. seeing in terms of perc...
introduction : most newbies and immature traders keep losing money because they don't know how important to calculate and see things in terms of percentage. seeing in terms of perc...
the indicator uses up to three named label objects, with selectable color, font size, offsets, date formatting and a statistical text showing last and current candle amplitude (min...
in a technical analysis of stocks and commodities article, may 2021, john ehlers proposes a fm demodulation indicator that extracts the fm component of price movement. the am porti...
this is a re-write of the old solar winds indicator for mq5. there has recently been some 'excitement' about using this with other indicators for entry signals, and after a request...
this ea, ask you to put price, whatever price you put, in "zen" field, you will get that price on all open orders either sl or tp value, that would help to close all orders at one ...
reasons for an upgrade :new builds of metatrader 5 require from time to time some code "refreshment" in order to be up to date regarding the way how code works options for some "fa...
this is a continuation of a series of indicators that might benefit from discontinued signal line calculating modethis is the cci that can (and by default it does) use average of p...
recommendations:use it in any way you used the regular rsi(oma) to have it similar to "simple slope mode" (but just similar, you can use very short period : like period 2 - lower e...
this is a variation of discontinued signal line rsi of average (posted here : ) one step furtherrecommendations: same recommendations apply to this one as the "regular" dsl rsi of...
tipu macd ea is based macd indicator that created by gerald appel in 1979. macd is a momentum oscillator, calculated by subtracting the two price moving averages calculated on the ...
cclock - extend of cfile class to work with the .set installation put fileset.mqh into your include\files folder put test.set into your files\ folder put fileset test.mqh into you...
introduction : most newbies and immature traders keep losing money because they don't know how important to calculate and see things in terms of percentage. seeing in terms of perc...
introduction : most newbies and immature traders keep losing money because they don't know how important to calculate and see things in terms of percentage. seeing in terms of perc...
this indicator will show the amplitude [minimum; maximum] of a given period and can act as a substitute of the atr indicator. the indicator can be used to observe volatility and th...
this is a logging library to quickly add logging capabilities to your code without much hassle. the library's default behavior matches most cases however most of the functionality ...
sometime we have to work with custom angles based trendline for price action analysis e.g. 45 degree angle is considered more important for up or down trend.this indicator will hel...
aquarium canvas background this script adds cool colorful live canvas background on the chart like aquarium add canvas_shader.mqh in mql5/include/canvas folder extract files.zip in...
shows symbol name, percentage change of price from last day, and time time has input options, you can select gmt, localtime or tradeservertimeyou can also set label to any corner y...
this script draws fibonacci retracement obj_fibo with options to add your own custom valuesadd custom values seperated by commas and the script will draw fibonacci retracement leve...
averaging-down a double-histogram represents the (green) average positive and (red) averagenegative ma speed, each one averaged-down with a period of # (user input).example:if aver...
trades three moving averages in trending conditions , opens trades when bar crosses over the smaller moving average.standard inputs, all modifiable.buy tradesinput 1 , 5 greater th...
this script draws fibonacci fan obj_fibofan with options to add your own custom valuesadd custom values separated by commas and the script will draw fibonacci fan levels with your ...
this script draws fibonacci expansion obj_expansion with options to add your own custom valuesadd custom values separated by commas and the script will draw fibonacci expansion lev...
description measures current bar's moving average speed, in relation to the average of # (averaging period) past bars.this oscillator can be visually described with .calculations c...
validate me framework my interpretation of how to code a robot using market buy and sell orders to cope with market validation. this framework deals with some checks that a trading...
risk reward tool calculates risk reward like 1:2 1:3 1:4 and 1:5 just drag and drop script to the chart and your risk reward tool is readyyou can also set custom levels by adding t...
closing partially scriptand stop loss to break even pointinput parameters are as follows.input bool particalclosed=false;input int closedvolume=50;//percentage of lots to close %in...
colored candlestick exemplifying a gradient. it was somewhat hard to find a good working example of draw_color_candles that was understandable, most of the comments were useless, a...
inputs 1 rsi is below value 30 when divergent for buy/bullish divergenceinput 2 divergence settings buysinput 3 lots and stop loss , target in pips. long trades.input 4 rsi is abov...
inputs 1 rsi is below value 30 when divergent for buy/bullish divergenceinput 2 divergence settings buysinput 3 lots and stop loss , target in pips. long trades.input 4 rsi is abov...
this is the lightest expert advisor for beginners to learn about market buy sell types and execute it on the strategy tester or live market.this expert advisor will add market, lim...
a collection of useful string manipulation functions immuable strings: all functions in the library will return a modified copy of the source string.the source string is not modifi...