recursive moving average calls itself a number of times in order to reach the appropriate smoothing. for instance dema and tema indicators are recursive exponential moving averages...
function, draws arrows and alerts, whenrsi is overbought or soldfor a buy ect, rsi below 30, price opens above the 8 moving averageand the lower wick of the candle is greater than ...
logic goes, for buy ect. ao changes direction above zero.same time as engulfing candle , or close above last candles high.rsi filters , two. full alerts.rsi filters can be very use...
extremely simple indicator, equally extremely crucial and powerful to help traders manage their risk and help ea with automated symbol selection.this indicator uses the atr to calc...
radixsort algorithm radixsort sorts numeric data (integers or float) by considering a string of numbers where digit by digit sort starting from least significant digit position to ...
the idea of the indicator the indicator shows signals ('arrow' objects) of the 'moving average' indicator crossings. the peculiarity of the indicator: if there was an intersection ...
the idea of the indicator in the subwindow, show the filling of the areas between the two lines: the 'rsi' line and the 'rsi' line smoothed with 'ma'.rice. 1. rsi_maonrsi_filling...
trading strategythe ea uses a custom indicator - the signal is the intersection of two indicator lines. the indicator is created on the specified timeframe 'working timeframe' - th...
the idea of the indicator show on the chart 'daily change' for the last 'number of bars':rice. 1. daily change text alertwhen the specified limit is reached (on the current bar), i...
the idea of the indicatoradditional style to the isar indicator (parabolic sar, sar). filling the area between the price and the isar indicator. additionally (on the right side) a ...
the idea of the indicator two lines ('rsi fast' and 'rsi slow') smoothed using the 'moving average' indicator. signals can be the intersection of the indicator lines.rice. 1. rsi_m...
for anyone who does not understand the code provided in this library read the article linked heremultiple dynamic logistic regression challenge the biggest challenge i faced when b...
trading strategythe ea uses a custom indicator - the signal is the intersection of two indicator lines. the indicator is created on the specified timeframe 'working timeframe' - th...
mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. buy signal alerts occur when a bullish candle has formed below both the lower bollinger ba...
trading strategythis is a very simplified trading strategy based on two custom '' indicators. there is no stop loss, take profit, or trailing in the expert advisor - therefore, clo...
exports the transaction history of the current trading account.the file is saved in the terminal folder mql5/filesor in common folder for terminals common/files.the file name is ge...
adds the ability to automatically export the history of deals after running an expert advisor in the strategy tester.the file is saved in the shared terminal folder common/filesor ...
the idea of the indicator assistant indicator. as soon as a rectangle appears on the chart, the indicator draws two lines: along the upper and lower price of the rectangle.the name...
the idea of the indicator the indicator shows in the main window the signals (arrow objects) of the icho indicator (chaikin oscillator, cho) and the smoothed ichorice. 1. cho smoot...
the idea of the indicator explore the shape of a line by applying three different formulas:fast-slow fast/slow (fast-slow)/slow rice. 1. two ima formulain the figure above, three i...
trading strategythe ea uses a custom indicator 'cho smoothed' - the indicator uses two lines: the icho line (chaikin oscillator, cho) and the icho line smoothed using 'moving avera...
adds the ability to automatically export the history of deals after running an expert advisor in the strategy tester.the file is saved in the shared terminal folder common/filesor ...
utility for copying transactions from one mt5 account or mt4 account to another mt5 account. you can copy positions between netting and hedging accounts in any combination. you can...
adviser-utility for copying transactions from one mt5 account or mt4 account to another mt4 account. you can copy positions between netting and hedging accounts in any combination....
the idea of the indicator the principle of coloring the icci indicator line:rice. 1. two ima formularemember: oscillator signals must be confirmed with a trend indicator...
trading strategythe custom indicator 'pricechannel_signal_v2' ( ) generates several signals: two types of signals to open a 'buy' position, two types of signals to open a 'sell' po...
recommendations: you can use color changes as indication of momentum / trend change you can use zero line crosses in a same manner ps: when using the adxm of adxm (double) mode, t...
the idea of the indicator rice. 1. cho smoothed arrow 2please note that this is an oscillator and two strategies can be applied:* apply additional filter from trend indicator* gain...
exports the transaction history of the current trading account.the file is saved in the terminal folder mql4/filesor in common folder for terminals common/files.the file name is ge...
the idea of the indicator engulfing pattern plus one': the current bar completely engulfings the previous two bars. absorption takes into account 'high' and 'low' pricesrice. 1. en...
trading strategythe main idea of this expert advisor: is it possible to open 'buy' positions on each new bar while the 'demarker' indicator is below the 'dem: level down' level (th...
this simple, quick & dirty script code will output a csv file of all the signals' properties as reported by the functionality. with the resulting csv file opened as a spreadshe...
the idea of the indicator visual assistant for determining the trend. the indicator compares the current and previous price.rice. 1. trend two lines...
this simple, quick & dirty script code will output a csv file of all the signals' properties as reported by the functionality. with the resulting csv file opened as a spreadshe...
for an expert advisor (ea), when a new tick quote arrives, the metatrader terminal calls the default event handling function. however, there is no default event handling function f...
for an expert advisor (ea), when a new tick quote arrives, the metatrader terminal calls the default event handling function. however, there is no default event handling function f...
the idea of the indicator the indicator was rewritten at the request from the forum ( )rice. 1. trading volume linethree modes can be set in the parameters:close ratio open ratio b...
to get only highs or only lows there is an additional input of type ensearchmode:only highs:only lows:both highs and lows in one buffer:it is not restricted to indicator buffers, y...
how many bars to form a fractal? how many points away from the price should the arrows be drawn? customize wingdings character customizable via input parameter arrow size customiz...