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...
green = bullish trend red= bearish trend gray= retracement in bullish/bearish trend started used with bollinger band to detect possible reversal point in ongoing trend....
quoted from combination of 4 rsi values (rsi of high, low, open and close) displayed as candles.this implementation use less ressource and standard irsi mt5 function to calculate t...
"reversals with pin bars" naked trading price action ea draws 2 mini trend lines with "fractals" on chart and trades with the reversals of pin bars, has trailing stop loss &tak...
"broadening top" naked trading price action ea draws 2 mini trend lines with "fractals" on chart and trades with broadening top strategy,has trailing stop loss &take profit wor...
"triple top and triple bottom" naked trading price action ea draws 2 mini trend lines with "fractals" on chart and trades with triple top and triple bottom strategy,has trailing st...
the atr is a great tool. however, it cannot be used as a volatility indicator. i've bound it within 0 - 100% and compared it to the previous x days so a comparison can be made.reco...
the indicator shows the speed of price change in points per minute. the general idea is taken from the , but the code has been improved, and the functionality has been expanded. in...
that ea doesn't use any indicator, because it opens a sell and a buy trade at the same time, so it is a kind of hedging.both trades stopp loss at 99 pips and take profit at 100 pip...
it is a good trend indicator that has two lines. when white line is above the blue line then this is a buy signal, otherwise it is sell signal.based on tradingview indicator that h...
quarters theory takes full levels and divides these into halfs and quarters. you can use these levels as support and resistance.white lines - majors/wholes/fulle levelsyellow lines...
"head and shoulders" naked trading price action ea draws 2 mini trend lines with "fractals" on chart and trades with head and shoulders strategy,has trailing stop loss &take pr...
"wedge pattern" naked trading price action ea draws 2 mini trend lines with "fractals" on chart and trades with wedge pattern strategy,has trailing stop loss &take profit works...
unity is a cluster multi-currency indicator showing synchronous changes in the value of metals and major currencies in a generalized form. it was first published in the article .in...
virtual robot will open virtual trades, using them to monitor the market to determine the entry point(according to the inputs parameters), at which point virtual bot will start ope...
the comparison may serve as a reminder how some things are much simpler in mt5 now (non-repainting color line for example, since almost the whole change in this indicator is a chan...
tradertool is a tool/panel that will help any trader to perform trades quickly and easily.the product has been developed with user friendliness and ease of use in mind.it has the a...
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 price-time correlation ea uses the value and direction of the price-time correlation as a basis for trade signals. two trade strategies, trend and reversal, are available. in a...
the utility will display the high, low, open, close and time statistics for any user selected bar of any timeframe for the symbol of the chart the utility resides on. the indicator...
arrow trends by ibearspower and ibullspower indicator for mt4.hopefully useful for fellow traders.update_01: 2019/07/31 ~ added distance in input property from zero in pips....
arrow trends by ibearspower and ibullspower indicator for mt5.hopefully useful for fellow traders.update_01: 2019/07/31 ~ added distance in input property from zero in pips....
this ea uses a candle size filter to initiate a trade.attribution: ideas are mine, code is compiled using fxdreema.conceptif the candle size is > x pips, then the ea will enter ...
let say you have an ea and you want it to trade in between an interval of time but you do not have the source codes to modify the ea.this utility allows you to automatically enable...
image: modified overlay chart usdjpy vs usdchf (4hr chart)functionthe original overlay chart is used to have two currencies or 2 assets on 1 chart.the relative price of the one cur...
this is a classic trading strategy based on two moving averages crossover. buys when fast ma crosses slow ma from below and sells when fast ma crosses slow ma from above.parameters...
this utility is not a trading information utility. it will only have value for those getting bar information using the bars (or ibars, as they are near equivalent) and the copyrate...
this expert advisor is based on a very popular but dangerous strategy which doubles the stakes after each loosing trade. finally, if there is enough margin, it will reverse into th...
this expert advisor is a pure hedging system.the expert place and manage two market opposite orders.runs perfect on pairs with tight spread and low commission broker (commission pl...
the expert place and manage pending orders. runs perfectly on pairs with tight spread and low commission broker (commission plus spread equal or less than 1.0 pip).choose a broker ...
this utility is not a trading information utility. it will only have value for those getting information on the number of bars that have terminal data. this utility uses the functi...
the expert can trade up 28 (31 with yuan) pairs from one chart.expert has the option for manual strategy (user strategy) or uses one of five included strategies.expert has analyzer...
it's a multi-currency grid and martingale system that can trade all input pairs from one chart.the expert will close all orders for each pair using a profit level.the expert has th...
by definition, the standard deviation(sd, also represented by the greek letter sigma σor the latin letter s) is a measure that is used to quantify the amount of variation or disper...
one more in the series of indicators that are usually not made as adaptive : this is an adaptive atr for metatrader 4.apart from being adaptive, there is one more deviation in it -...