one of the "classics" but with a twist - unlike the built in fractals indicator, this one allows you to :adjust the fractals period (the built in fractal indicator is using period ...
this indicator allows trader to calculate the proper lot size based on percentage risk and stop loss. the stop loss can be defined either using average true range ratio or fixed si...
this expert advisor is a tool to be used for closing all open positions by ticket in profit.does not open positions, can only close positions. you can select the type of profits (p...
his expert advisor closes all open positions and pending orders.it is possible to close only buy or sale orders, market or pending orders, positions with profit or loss....
this expert is a tool to check broker execution and spread.attach expert in any chart and wait to finish check.expert sends a pending order (buy stop) away from the current price (...
this indicator shows information about your account and your broker on the chart. parameters sizebackground – background size.positionupdn – position to show info on the chart. ...
this expert is a tool which helps every trader to see the historical results by magic number or orders' comment.parameters magicnumber - here we put the orders' identifier id we wa...
cci in ma is an indicator to change color in ima if icci crosses level up (uptrend) or crosses level down (downtrend). it helps any trader to see the trend of pair. parameters ma_p...
rsi in ma is an indicator to change color in ima if irsi crosses level up (uptrend) or crosses level down (downtrend). it helps any trader to see the trend of pair. parameters ma_p...
macd in ma is an indicator to change color in ima if imacd is upper of zero (uptrend) or lower of zero (downtrend). it helps any trader to see the trend of pair. parameters ma_peri...
stoch in ma is an indicator which applies the stochastic changes to the ima. it helps any trader to see the trend of pair. parameters ma_periods - ima period. ma_method - ima meth...
this indicator uses moving average to detect markets trend. it's a very useful tool for manual trading. update v1.2: added popup alert. parameters barscount—how many bars used to s...
this indicator uses bollinger bands lines to detect markets trend. it's a very useful tool for manual trading. parameters barscount- how many bars used to show the line.bbperiod- p...
this utility is a tool to manage level of profits or losses for each order without using stop loss or take profit.the utility applies virtual levels to close orders in profit or lo...
this indicator is a tool to show history orders on chart.indicator show open time and price, close time and price and profit in pips on chart.it can to help the trader to see all h...
this expert advisor is a tool for managing orders. the ea can place/remove a take profit. place/modify/delete a stop loss. manage all orders or specific ones having a certain id. ...
sell relative strength index (srsi or “sell gravitation index”) by howard wand as featured in the february 2019 issue of tasc magazine.“traders accumulate profits trade by trade, w...
do you rely on your analysisand just want help on position sizing and how and when to take profit ?do you have a lot of open positions and you need to reduse your ddand release som...
by definition :by alan hull back in 2005 when i was working on a new indicator i was temporarily sidetracked by trying to solve the problem of lag in moving averages, the outcome o...
this is a script to close all market positions and/or pending orders.optionally, you can disable algo-trading buttonto prevent other running experts from opening further positions ...
this utility allows monitoring of multiple symbols and positions on one chart, with one group for long (buy) symbols, and another group for short (sell) symbols. there are 7 defaul...
the script exports summary of closed trades selected between two dates grouped by each currency pair. the resulting file is csv that can be opened/imported with any spreadsheet sof...
the standard deviation is a measure of how much a dataset differs from its mean; it tells us how dispersed the data are. a dataset that’s pretty much clumped around a single point ...
the standard deviation is a measure of how much a dataset differs from its mean; it tells us how dispersed the data are. a dataset that’s pretty much clumped around a single point ...
welford’s method for computing variance (published here : ) is using single pass method for calculation, but it is still using a loop.this method is avoiding loops after initial va...
"cryptocurrency " ea trades with 4 fibonacci mas has trailing stop loss &take profit can work on all time frames cryptocurrency , major forex pairs, and stocks nasdaq.works wel...
the script exports summary of closed trades selected between two dates grouped by each trading day. the resulting file is csv that can be opened/imported with any spreadsheet softw...
the script exports summary of closed trades selected between two dates grouped by each currency pair. the resulting file is csv that can be opened/imported with any spreadsheet sof...
ea based on parameters of the book of john bollingerwith lot size calculator and position overlaping.recommendations: tf:15m pair:any pls let me know how do you think of it....
here is the code if you directly wants to copy ,if you have downloaded the code from the above you need to set the chart in 5 min mode but in case you want to drag and drop , then ...
handy functions for comparison of doubles handy functions for rounding of doubles miscellaneous handy functions for doubles handy functions for low-level binary operations on doubl...
introductionit doesn't happen very often, but every once in awhile one needs to iterate over all of the combinations or permutations of a set of objects. or more specifically, give...
this indicator is used to create signals for the connector. an arrow indicator can be connected to it, and when a signal appears, an arrow will be drawn.this indicator can be used ...
"crypto s&r" ea uses 2 different time frames and fractals as support & resistance ,has trailing stop loss &take profit works with all time frame major forex pairs,crypt...
"crypto analysis" ea uses 2 different time frames bb&rsi as overbought and oversold indicators ,has trailing stop loss &take profit works with all time frames major forex p...
the script downloads the historical quotes data of a single timeframe for all symbols in the market watch. this is convenient to conduct more backtesting on a single timeframe that...
the code of the adviser, excluding the position opening algorithm, is copied from the advisortrading settingsin the expert advisor, you can both enable and disable the take profit,...
"crypto scalper" ea uses mfi indicator as overbought and oversold indicators ,has trailing stop loss &take profit, it is for 5m timeframe but can also work with all time frames...
"cryptocurrency divergence" ea draws 2 mini trend lines with "fractals" on chart and trades with divergence\convergence of rsi & macd indicators ,has trailing stop loss &ta...
mathrand() function the standard random number generator in mql has a fairly limited number of possible values from 0 to 32767 (15-bits usable, 2^15 = 32,768 values).it is classifi...
the trading algorithm for the support resistance trader requires: (1) a minimum of the standard deviation indicator; (2) a breakthrough of the support (for sell) or resistance (for...
ps: it is one in the "need-for-speed" series - suitable for usage using custom calls. setting the ema period to <=1 will produce something similar to "regular" cci, but do not c...