20/200 pips – Simple profitable Expert Advisor – EA MetaTrader 5

20/200 pips - Simple profitable Expert Advisor
A well-known “20/200 pips” Expert Advisor is now available in MQL5. The code is well commented. The trading rules are: At some moment we look at the price difference for a certain time. If the price difference is negative and greate than some specified bias, we sell, if it positive, we buy. It’s named 20/200 … Read more

LOCLinePipsAgile a Script to display distance in pips from horizontal lines to current market price – script MetaTrader 4

LOCLinePipsAgile a Script to display distance in pips from horizontal lines to current market price - script for MetaTrader 4
Description: The script runs in background and writes the distance of pips from horizontal lines on the chart to the current market price. You can drag lines to see the distance. Image: LOCLinePipsAgile a Script to display distance in pips from horizontal lines to current market price – script MetaTrader 4

Script to StopLoss and TakeProft in Pips, use your EA Number – script MetaTrader 4

Parameters Screen
Script that contains both Stop Loss as Take Profit. Getting your choice only use stop loss or stop loss with take profit. Real author: Valdir Nogueira This script is recommended for robots that do not have stop loss, mainly scalpers and martingales. It will only affect the robots corresponding to the number entered in the … Read more

10 pips – EA MetaTrader 5

10 pips - expert for MetaTrader 5
Author of the idea — Yuri, author of the MQL5 code — barabashkakvn.  Pipsing EA. Take Profit is set at 10 pips. Different Stop Loss and Take Profit levels are provided for Buy and Sell orders. The peculiarity of the strategy is the lack of indicators use. The algorithm of trading strategy: Open the Daily chart of the EURUSD pair, … Read more

10 pips EURUSD – EA MetaTrader 5

10 pips EURUSD - expert for MetaTrader 5
Author of the idea — Roman Yushkin, author of the MQL5 code — barabashkakvn.  The “10 points on EURUSD” Forex strategy has countless many variations and is somewhat similar to the Session Breakout strategy, and it also is used by many professional traders. Therefore, good results can be obtained when combining it with a proper risk management. The essence of … Read more

20 Pips Opposite Last N Hour Trend – EA MetaTrader 5

20 Pips Opposite Last N Hour Trend - expert for MetaTrader 5
The author of the idea: slacktrader, the mq5 code author: barabashkakvn. Trading against the trend direction as of N hours ago. Only one position a day can be opened at a certain hour. Input Parameters Max positions – the maximum number of positions (values below 2 are not recommended); Lots (if “Lots”<=0.0 -> use “Risk”) … Read more