the "gonna scalp" ea is a scalper , works with all time frames major forex pairs and stocks nasdaq.try it on demo first. this ea trades only with the price of open candle! if you d...
assumptions market conditions are indeterminable. billions of factors are affecting market in different ways. at any instant evenly spaced upward or downward movements have same p...
simple risk management tool, that calculates required lot size according to amount of money trader affords to lose and stop-loss in points.inputs risk-money: money to sacrifice. s...
two variations are available;[scalpall]this script opens random positions with multiple symbols on marketwatch. take-profit and stop-loss levels are calculated by multiplying curre...
this is an updated indicator i came across from an old forum thread back in year 2013, you find the forum thread here :i thought it was an interesting indicator and maybe it could ...
it's an expert to use prices action and trade level to open each order.expert can to trade up 12 pairs, uses the corresponding default setting for each pair.default settings are go...
this is a multi-asset expert adviser based on martingale trading strategy. its original idea is taken from another expert adviser - available for mt4.warning. martingale is easy ye...
it's a two (2) pairs correlation system to use 3 currencies to make 2 pairs to open hedge orders on those. the expert starts opening four orders for each couple (2 plus and 2 minus...
this ea demonstrates the use of a virtual pending order class library (virtpndords.mqh) by means of a scalping program. the implementation of simulated buy stop and sell stop order...
we have a free ea base on an idea here for you.fifo strategyhow it works:when a candle move more than a special size (volatility in input parameter) then we have a big/fast market ...
this is not a real world indicator, but a simple demo of bpnn library, originally written in c++ and ported to mql.the demo shows training and testing a neural network for timeseri...
the marks show the level of the mark with a small white dot for level one, a red circle around the white dot for level 2, a yellow circle around both the white dot and red circle f...
this indicator predicts possible future price movements by searching for similar candle patterns in the rate history.this is an adaptation of original indicator wmifor 3.0 (with dy...
work logic if the last candle was bullish, the ea will enter the market with a buy order. if the last candle is bearish, then the ea will enter the market with a sell order. in thi...
work logic if the last candle was bullish, the ea will enter the market with a buy order. if the last candle is bearish, then the ea will enter the market with a sell order. in thi...
classic "macd sample" ea with a little twist, you can use it as hedging grid ea or a single trade ea.try it on demo first. this ea trades only with the price of open candle! if you...
usage(updated 7.6.2020):the variables such as kijun,chikou... also contain their respective values at the specified shift as well. remember to put " #include <ichimoku2_kinko_hy...
this header provides the irsionarray function known from mt4. it works with both mql 4 and 5 code. a reason to use it also under mt4 could be that it fixes a bug known in the origi...
"x man" ea uses equity stop from total equity, you can use it as hedging grid ea or a single trade ea.try it on demo first. this ea trades only with the price of open candle! if yo...
it's an expert to open and close orders on specific day and time.expert open and close orders only with the same symbol it attached.can set time open and close orders based day of ...
usage : you can use the arrows (dots) as early signals you can use the appearance of the color candle as signal for entry or re-entry as usual : some experimenting with the param...
there were requests for this to be converted to mt4.the formulae used are:resistance 3 = high + 2*(pivot - low)resistance 2 = pivot + (r1 - s1)resistance 1 = 2 * pivot - lowpivot p...
welcome to the binary testinator. the purpose of this ea is for testing different indicators to optimize a trade scenario.everyone has an opinion on what is the best trade setup, a...
i use the indicator mainly in my advisors to divide the market into volatile and flat.recommended m5 timeframe.the indicator is displayed by a straight line in a separate one under...
do you want scalp in safe market trend??many traders don't trust robots... they just use technical analysis and make manual orders.so what happens if this technical analysis and us...
i want to remind you that for you to see the maximum data history on the screen, you need to set unlimited in the settings "max bar in chart"(tools ->options->charts).the pos...
this indicator is a pseudo-indicator w/o buffers. its only purpose is to demonstrate multi-threaded calculations technique. the indicator can issue commands for lenghty calculation...
3d is applied without the use of direct x only by means of the icanvas class.there is only one parameter in the indicator - a maximum number of circles displayed.to change the peri...
dynamic stop-loss is a tool for traders who trade without a stop-loss. it gives the traders a trick to trade as if there is no stop-loss but actually using one....
chistorypositioninfo class provides an easy access to the closed position properties.the class has a similar interface to cpositioninfo class of the standard library.here is a samp...
the script selects all open orders of the symbol and can modify stoploss or takeprofit or both at the desired level (price). if the input parameters are left to zero , the stop or ...
if you open for a swap earning positions only. this is an extra income on top of the trading income. if the pairs that you want to trade is not in the list, you can simply insert ...
the indicator management is simple and intuitive.there are two color modes:color varies with price color changes depending on the ma period. switching between the two color modes i...
class to provide simple reading mechanism from metatrader set files.usage scenario: an expert advisor is to be added to multiple charts with different symbols or timeframes.each in...
each individual trade request is written to "traderequest.csv" file in real time.this file will become long with all trade information and will have its name updated automatically ...
the good old mt4 indicator! now for metatrader 5.automatic summer time (dst) detection on trade server, display of economic calendar events and many improvements.gmt and est hours ...
the indicator consists in an rsi and bollinger bands calculated on it, it also plots arrows when rsi value was out of bands and came again in bands....
get the time of the daylight change, (start/end of the summer time).daylight saving time (dst) changes do not necessarily occur on the same date every year.validations:...