Collection · MT4

LIVMOR Trading Collection

by davejlin

LIVMOR is a MetaTrader 4 expert advisor found within this repository of over fifty automated trading tools.

High risk

GitHub stars109
Forks70
Last update8 years ago1 May 2018
LicenceNone stated

Overview

LIVMOR Trading Collection utilizes technical indicators such as MACD, Stochastic, and moving averages to identify entry points, while also offering manual price entry options. The EA manages risk through user-defined stop loss and take profit levels, complemented by a sophisticated trailing stop mechanism that tightens as profits increase. It features a recovery system that uses lot size multipliers and grid spacing to handle drawdowns. The repository includes various scripts and indicators, though the documentation is minimal.

Details

Author

davejlin on GitHub

Type

Collection

Platform

MetaTrader 4 (MQL4)

Strategy

Indicator crossover, Martingale, Grid, Multi-strategy

Markets

Forex

Timeframes

Any timeframe

Risk profile

  • Uses martingale lot scaling: losses can grow fast
  • Opens a grid of orders: exposure builds up in a trend

Input parameters

Read from LIVMOR.mq4. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
__________Close_Allstring*** Close All Trades ***
Close_All_Tradesboolfalsetrue: close all open trades
__________ID_Numberstring*** Unique Trade Set ID Number ***
Trade_Set_ID_Numberint10choose unique magic number ID for EA's trade set
__________Entry_Methodstring*** Entry Method ***
Use_Entry_Market_Orderboolfalsetrue: use market order entry
Use_Entry_Exact_Priceboolfalsetrue: use exact price entry
Use_Entry_1booltruetrue: use entry condition #1
Use_Entry_2booltruetrue: use entry condition #2
Use_Entry_3booltruetrue: use entry condition #3
Use_MACDStochbooltruetrue: use MACD & Stoch conditions
__________First_Directionstring*** First Direction for Exact Price Entries ***
Show all 40 inputs
NameTypeDefaultDescription
First_Longboolfalsetrue: BUY
First_Shortboolfalsetrue: SELL
__________SL_TPstring*** SL TP Parameters ***
Mode_Stop_Lossint11 = use pips, 2 = use price
Mode_Take_Profitint11 = use pips, 2 = use price
Stop_Lossint500pips stop loss
Take_Profitint100pips take profit
Stop_Loss_Pricedouble1.00000exact Stop Loss price
Take_Profit_Pricedouble1.00000exact Take Profit price
__________Trailstring*** Trail Parameters ***
Use_Trail_Stopboolfalsetrue = use trailing stop, false = don't use trailing stop
Use_Trail_After_Break_Evenboolfalsetrue = start trailing stop only after SL moves to BE, false = start trailing stop immediately
Use_Tightening_Trailboolfalsetrue = use tightening trail, false = don't use tightening trail
Use_Move_SL_Profitboolfalsetrue = use move SL to BE after Move_Break_Even_Profit is reached, false = don't move SL to BE when Move_Break_Even_Profi
Trail_Stopint30pips to trail
Tightening_Trail_50int20pips to trail after 50% of profit reached, used when Use_Tightening_Stop=true;
Tightening_Trail_80int10pips to trail after 80% of profit reached, used when Use_Tightening_Stop=true;
Move_Stop_Loss_Profitint30pips profit after which to move stop loss to break even+Move_Stop_Loss_Amount
Move_Stop_Loss_Amountint0pips to move SL past break even, use 0 for exactly break even
__________Price_Entrystring*** Exact Price Entry Parameter ***
Exact_Entry_Pricedouble1.60000exact entry price
__________Lots_Recoverystring*** Lots & Recovery Parameters ***
Use_Level_Recoveryboolfalsetrue = use level recovery, false = do not use level recovery
Use_Timed_Recoverybooltruetrue = use timed recovery, false = do not use timed recovery
Use_Level_Round_Numbersboolfalsetrue = use round numbers at closest sweet spots for level recovery, false = use acutal entry prices for level recovery
First_Lot_Sizedouble0.10initial lot size
Lot_Size_Multiplierdouble2.0multiplier for recovery progression
Level_Spacingint10pips spacing between recovery levels

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone davejlin/trading from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
  3. 3Copy the filesCopy the .mq4 file into Experts, and any .mqh files into the Include folder the code expects.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.

Similar expert advisors

Mql Projects Collection

by PranavSonar
3 stars

This repository features a collection of MetaTrader 4 expert advisors, primarily focused on a multi-strategy system named Complete Robot. The main EA utilizes a combination of technical indicators including Moving Averages, MACD, Bollinger Bands, and Stochastic oscillators for market entry. It employs a grid-based appr

MT4 Collection GridMartingaleIndicator crossover High risk
Updated 8 years ago None stated GitHub repository of Mql Projects Collection

MQ4 Master Collection

by hairibaba
3 stars

This repository provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,

MT4 Collection Trend followingScalpingIndicator crossover High risk Archived
Updated 7 years ago None stated GitHub repository of MQ4 Master Collection
3 stars

This repository contains a collection of MetaTrader 4 expert advisors, including robots based on RSI, Bollinger Bands, and moving averages. The primary featured expert advisor implements a dual-symbol statistical arbitrage strategy using indicators such as ZigZag and Moving Averages to identify entries. It employs a ma

MT4 Collection ArbitrageMartingaleIndicator crossover High risk
Updated 5 years ago None stated GitHub repository of Clunique Experts Collection
2 stars

This repository functions as a large collection of over 170 MetaTrader 4 expert advisors provided in source code format for further development. The library includes various automated trading robots based on popular technical indicators such as Heiken Ashi, RSI, Stochastic, and MACD crossovers. The included files utili

MT4 Collection Indicator crossoverTrend followingMean reversion High risk

MQL5 Expert Advisors Collection

by AmonCheruiyotHQ
1 stars

This repository features a collection of MetaTrader 5 expert advisors, with a primary focus on a multi-currency ring trading system. The flagship EA executes trades across several currency pairs simultaneously, utilizing triangular hedging logic to manage exposure. It incorporates various lot management modes including

MT5 Collection Multi-strategyHedgingMartingale High risk
1 stars

This repository features a collection of expert advisors for MetaTrader 5, primarily focused on the Blessing 3 grid strategy. The system enters trades based on market conditions and manages them using a grid with martingale lot multipliers. Risk controls include maximum drawdown percentages, equity-based trading stops,

MT5 Collection GridMartingaleIndicator crossover High risk

More collections

Need a broker for MT4?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers