trailing stop allows you to automatically protect the profits with your positions. it adjusts itself according to the current market rate and the amount of pips you give it to trai...
the "test_chartevent.mq4" expert advisor is an example demonstrating the various types of chartevent: keyboard keys events, mouse click & move events, custom events. you can pr...
tipu macd is one the popular indicators in the market. it is based on the macd oscillator that was devised by gerald appel in late 1970s. macd is a momentum oscillator that is calc...
this is a binary options simulated trading indicator on metatrader 4 client, novice traders can use to practice trading strategies, program interface have simplified chinese and en...
this indicator is designed to draw a standard deviation channel.mt4 provides a tool for standard deviation channel in the metatrader 4 menu (insert -> channel -> standard dev...
this indicator helps to move charts one by one to the the front, just like slide show,and make your hands free.click the button to run it (on), and click again to stop it (off)....
there is only one external variable and that is maximum spread. set this to the maximum spread you wish to see inside of your market watch window. i built this script because i got...
filelog is a simple mql4 class for flexible logging to files and the terminal console.github repository:log file will be saved in:<data folder>\mql4\files\ <data folder>...
this is an indicator that i implemented for my personal use. it aims to show the bollinger bands from different timeframes to help me find the dynamic levels of support and resista...
this is a simple ea based on and indicators found in the market. this ea is for educational purposes only and does not guarantee any profit.ea rules the following are the rules of ...
this is an indicator that i implemented for my personal use.it allows you to define a checklist that helps you check your rules before opening a trade.keep in mind that this is not...
i added colored bars just for more clarity. green bars show increasing of rsoand red bars show decreasing. rsoor rsicurves cannot show little changes, while colored bars can. for e...
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 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...
it is a dream of mine to have a robot that optimized itself, that way i would know that it was always working with the best values. this is my humble attempt to bring a piece of my...
cequityhstbar is the library for showing the equity of ea back-testing on an offline chart. the class is designed to write the equity data in back-testing into .hst file, and then ...
indicator displays the value of defined stop loss and or take profit in the deposit currency.note: it calculates an estimated value based on a simple calculation and does not take ...
added:channel adjustments: press 1 to widen, press 2 to tighten channel. modified:movable red dot (see the screenshot below). lines on the chart. input parameters. arcs:channel:s/r...
note:the current chart symbol can be switched by writing the desired one in the symbol box.used fonts arial arial black calibri tahoma trebuchet ms webdings wingdings wingdings 2...
regular rsi, but it will show the divergency or the convergency between the 2 last peaks.you can choose the icon's size as well as the excess limits....
generates a random number, and if this number is even, it will buy, if odd - it will sell.only 1 position at a time.settings choose the sl distance. choose the tp distance. choose...
when we do back-test, we usually download m1 data from a third party, and then convert m1 data to other timeframes.this script helps to convert history data from m1 to m5, m15, m30...
inputs to enable/disable each alert type separately. instead of only momentum, implemented a drop-down list of indicators you can choose from. minor optimizations and fixes. input...
signal candlesindicator lets you filter candles by your predefined criteria (direction, minimum size, upper tail to candle ratio, lower tail to candle ratio etc) and get alerts whe...
currency strength meterindicator gets rsi (relative strength index) values from four different instruments of your choice and displays them in indicator window.features ability to...
the ea downloads the quote history of the current chart symbol and period by "pressing home button". the method is based on the idea implemented in the s-downloader от talex script...
the script downloads history for all timeframes and symbols in the market watch. download is performed by emulating pressing the home button. if the download by pressing the button...
after back testing, we usually need to analyze the testing result on a new chart which we have loaded our template,in this case we need to copy the objects on the testing chart to ...