the indicator draws a channel using the high and low values of a candlestick of a higher timeframe specified in the indicator input parameters:fig. 1. the colorbarrange_htf indicat...
the expert advisor uses two zigzag indicators for analysis: a smaller zigzag with parameters (13.5,3) and a larger zigzag with parameters multiplied by eight: (13*8,5*8,3*8)to make...
the indicator marks all performed trades with short horizontal lines, if such trades have corresponding arrows.fig. 1. the autotradelevels indicator...
the indicator with the timeframe selection option available in the indicator input parameters:the indicator requires the boa_zigzag_arrows.mq5 indicator file. place it to <termi...
trading strategy: the breakout of a high/low in the selected time interval. to recover losing positions, the ea uses the "nevalyashka" strategy and a martingale technique to increa...
the indicator implements a breakthrough system using the channel.when price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. blu...
the indicator implements a breakthrough system using the channel.when price exits the gray channel, the candlestick color changes to the color corresponding to trend direction. aqu...
the trend is determined on the zero bar based on two moving averages (fast and slow). they also generate preliminary signals:if fast ma < slow mai.e. it a signal to open a sell ...
the indicator with the timeframe selection option available in the indicator input parameters:the indicator requires the color_pema_envelopes_digit.mq5 indicator file. place it to ...
the indicator with the timeframe selection option available in the indicator input parameters:the indicator requires the color_qema_envelopes_digit.mq5 indicator file. place it to ...
the expert advisor uses three indicators: ma(150), rsi(3) with levels 80 and 20, stochastic(6, 3, 3) with levels 70 and 30. you can change these parameters and set your own values....
automated calculation of stop loss levels based on the average true range indicator (atr) indicator.calculation method: the "max" level: add to the open price the atr value multipl...
an assistant expert advisor. only closing positions:positions are moved to breakeven, stop loss is calculated based on the stopatr_auto indicator, positions are closed at the inter...
the ea trades during two trading sessions, starting at the specified session beginning time. stop loss. take profit.inputs:start_hour_eu_session — the beginning of the european ses...
the expert advisor manages all open positions in the terminal (on all symbols and with all magic numbers). if the total profit has not reached "minimum_profit", the ea waits.if the...
positions are only opened at the specified time (+ shift set in "additional hour"). bullish and bearish bars are counted on period_m1 (m1). the money management classes cmoneyfixed...
the getprofitinpoints function is still available, but it is recommended to use the new getprofit function:the getprofit function returns the following information about a position...
the ea implements a hidden stop loss and take profit system. the system is run as follows:first, open the buy and/or sell orders that you desire for a particular chart symbol. seco...
this tiny helper tracks total profits for sell and buy orders separately, displays them in two buttons attached to a chart and allows one to close either all buys or all sells by c...
1. about perceptrons about perceptron:i referred to "" as the logic of perceptron.2. algorithm 2.1. inputs the w1, w2, w3and w4are weights which set the values decided by your opti...
the expert locates bearish and bullish divergence and initiates a trade at the possible beginning of a trend change, this is the first wise man. next, it will attempt to add positi...
the expert advisor is intended for automatic placing of buy stop pending orders and sell stop pending orders simultaneously, stop losses and take profits on the user specified leve...
the expert advisor is supposed to pyramid into big and fast market movements. it adds up on profitable trades and instantly trails them when in profit. trades are entered when pote...
the expert advisor looks for correlations of the market watch list symbols, calculates average true range ratios for every hedging combination and assigns different magic numbers f...
the attached files represent a class system that can be used to simulate a hidden stop loss and take profit system, however in addition to this, it also creates a live stop loss an...
as per users' requests in comments, some improvements were made, specifically:inputs to enable/disable each alert type separately. dropdown list of 30 indicators with real names in...
although there are many similar indicators out there, this particular one is based on previously published by and incorporates a number of improvements, part of which was added fol...
the indicator identifies consecutive high candles and consecutive low candles. the first candle must have an (x) pip long adjustable body for the first condition to be met, the can...
simple regression channel automatically generates regression channel, based on timeframe (user input).linear regression channel consists of two parallel lines located at the equal ...
previous candle hi-lo is used to check the last candle multi-timeframe position relative to the current price.features this indicator can be attached to any chart timeframe (mtf f...
opens buys on bullish engulfing candles when rsi is above overbought and sells on bearish engulfing candles when rsi is below oversold.when the account's profit reaches the desired...
this custom indicator will show you 28 pair's daily candle range, high-low range, candle bullishness or bearishness from real tick market. so you can understand the overall market ...
displays the number of each bar - both, relative to the most current bar and in absolute terms from the beginning of the chart.the text above the candle describes the candles posit...
csyncevent class provides a mechanism which processes can use to synchronize access to a resource. this is very useful when you for example use shared memory for communication betw...
the indicator calculates standard vwap (volume weighted average price) line, with the advantage of user defined start point.the start point is movable and can be changed by moving ...
the expert advisor robot_adx 2ma uses 4 indicators for the analysis: 2 moving average and 2 adx indicators on periods of one minute and one hour.uses a fixed volume of the lot and ...
this indicator allows you to see the moving averages from different time frames on the same chart. it helps you to spot the dynamic levels of support and resistance. it uses a cust...
this utility program is designed for recording tick quotes in the text (csv) and binary (bin) format. files are saved to the mql5\files folder. quotes are recorded with a constant ...
the indicator with the timeframe selection option available in the indicator input parameters.the indicator requires omni_trend.mq5 indicator file. save it to <terminal_data_fol...
the indicator implemented using the classes of libraries that were described in detail in the article , using current timeframe data. it provides the ratio between time elapsed sin...
the indicator implemented using the classes of libraries that were described in detail in the article , with the possibility to set a fixed timeframe, data from which the indicator...