this is a grid system which opens first trade with market order and next orders of the grid with limit pending orders.parameters first trade type is specified by the user, and afte...
two indicators are required:- trainingchartgenerator.mq4 to be added to a chart where all bars are to be based on.- trainingchartcontroller.mq4 to be added to the training/controll...
it is a manual trading system consisting of 5 indicators. open long position when all indicators are in blue, and open short when all indicators are in red.indicators auto turn cha...
the underlying algorithm can be described in the following way. consider it on the minimalistic example with one currency pair (eurusd) and gold (xauusd).at every moment, the marke...
you can send pending order on closed market between starttime and endtime at specific minumum and maximum price.you can also use it on open market to setup time and price of your c...
this indicator was already published, but in these times of perpetual complaints that the terminal (mt5 or mt4 does not matter) is slow, this one is one more in the "need for speed...
this expert is to help any user of the system to try some different settings of indicators easy and quickly.expert need indicators to generate signals. has the ability to use all o...
the indicator is shown in a histogram the rsi up and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand out is that...
the indicator is shown in a histogram the cci up and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand out is that...
did you ever want to pass the time or to stretch your brains while awaiting important news event or monitoring open position in metatrader? it's easy with . this nontrading expert ...
the indicator is shown in a histogram the atr uptrend and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand out is...
the indicator is shown in a histogram the bull and bears uptrend and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it s...
the indicator is shown in a histogram the stochastic uptrend and downtrend uses a different way.you can set period of indicator and levels for trend.the feature that makes it stand...
the indicator is shown in a histogram the adx uptrend and downtrend uses a different way.you can set period of indicator and bars count averages levels....
• inheritance is not always flexible. • composition and delegation is sometimes a good alternative to dynamically add new behavior. • decorator type matches component type. • decor...
this expert is a tool to test any of my histo indicator (8) for testing and find better settings to trade.you can use separately one by one indicator or more of one or all together...
a good architecture is extendable, supportable, and reusable. patterns help build hq systems. patterns are proven to be good by experience. patterns are generic solitions for soft...
subjects update observers through interface. subjects knows nothing about the observers (one-to-many weak relation). new data can be broadcast by the subject, or requested by the ...
the code is based on indicator zigzag which is in-built in mt4, developed by metaquotes.i have changed it slightly so that it isn't calculated on highest highs and lowest lows, but...
basic rsi template ea - market entries by signal from relative strength index indicator, basic default values of overbought 70 and oversold 30. it's a template to use for further s...
many architectures start with factory method, then evolve to af, prototype, builder builder makes complex objects step-by-step. af makes families of related products. builder retu...
"nld_main" is a trend indicator, designed to identify the most relevant trends and trend reversals for the currently selected time-frame."nld_chart" is a custom price indicator, wh...
trend indicator based on calculations similar to those found in "ichimoku kinko hyo", with a wide range of drawing styles and parameters to fine-tune the calculation. it can be use...
this is a highly customizable monster trend indicator, which calculates standard deviations, moving averages and a number of other potential support and resistance zones. by defaul...
scans multiple symbols looking for when the price crosses a pivot point or when xxpoints near or bounce off pivot then it alerts the trader.put scanner on a separate chart tab from...
average price indicator that helps the trader to calculate the price for closing all the orders without loss and profit.with the help of the indicator, the trader creates the virtu...
average price indicator that helps the trader to calculate the price for closing all the orders without loss and profit.with the help of the indicator, the trader creates the virtu...
"nld_backprop.mqh" contains the implementation of a very simple artificial neural network that has one hidden layer and uses back-propagation for training/learning. the advantage o...
"roc" ea trades with "roc" indicator, has trailing stop loss &take profit works on all time frames major forex pairs and stocks nasdaq.try it on demo first. this ea trades only...
this script calculates and prints out the instance_id for mt4/mt5 installations.the instance_id is used in the roaming folder names such asplease, find more details here:- mt4: - ...
the "martingale smart" ea trades with 2 strategies , if we lose a trade then the ea will change strategy and take a new trade with a multiplied/increased lot size, this martingale...
first script selects symbols having spread below specified value on the marketwatch, then opens corresponding charts by appyling timeframe and template stated.second script closes ...
the "smart ac trader" ea trades with currency strength, finds the strongest\weakest currency from 8 major currencies and trades with moving averages, and uses several indicators. w...
simple script to help selecting a signal based on parameters.user will input the parameters and the script will look up the signals base, 1 by 1 to find the matches....
the ea does a set of n number of trades and then:this ea will scale up if all the trades were consec losses and will reset aftera set with all consec wins has occurred.the set size...