Rejoignez notre page de fans
The drawing of the moving average is performed on the basis of Demark's method "Daily Range Projections". Indicator on a zero bar points at the future price change.
It closes an order by the intersection of two MAs (5 and 7 on default). Read the full description...
The algorithm of tuning (optimization) by two ranges with the two-level three-stage optimization is used in the EA.
A signal indicator based on the signal from AO and AC - the changing of the hystogram color.
Calculation of the number of lots by Anton Trefolev.
After wrote many EAs of many strategies, I think maybe this one has more potential, I post it here to you for testing and verifing, wish you can find and reply bugs or improvements.
This EA is intended to be less prone to big drawdowns than former RUBBERBANDS EA and RUBBERBANDS_2 EA. Awaiting for your comments and suggestions for improvement.
Program for logging of non-market quotations from brokerage companies with MetaTrader platform.
The moved panel with the indicators of B.Williams, for strategy Trading chaos. It shows a direction of indicators AO, AC, and MACD.
This indicator displays on the current (lower) timeframe the overall trend on a higher timeframe. It also displays & alerts RSI overbought oversold conditions.
KMSI is short for Kolier Market Sessions Indicator. It can be use to check time periods of market sessions.
This bands Are used by me for the calculation of the stop loss for a breakout entry and for indicate 2 things: the expected volatility and the trailing stop
A simple tick data collector written in MQL4 for you to collect tick data on any symbol you choose.
You can either be long or short at any given time. You buy and close a short position if the market makes a new 100-day high, and sell and close a long position if the market makes a new 100-day low.
A kind of hedging style play base on "BaseSymbol" and hedge "Hedge.Symbol" to reduce the risk including the auto-calculate-correlation-function for all BaseSymbol-Hedge.Symbol.
Simple EA template to export trade details from a backtest or live trading to a CSV file.
The indicator is a histogram of the lowest/minimum spread only, given in a candle whilst the indicator has been running. Example scripts for placing buy or sell at the lowest spread are included.
The strategy of this EA is daily breakout which is compare previous high or low previous day candle then place a pending order for breakout.
This is a conversion factor. It is used to detect whether broker is 4 or 5 digits. As MetaTrader 4 calculates everything using point basis, coder can use this function to convert pips to point for machine reading.
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 the new chart. This script helps to save the objects into a file and show the objects on a new chart.