Copier & bridge · MT4

TeGi Trading Panel

by guaponi

TeGi is a manual trading panel and management utility for MetaTrader 4 that bridges local trade execution with Telegram groups or channels.

GitHub stars1
Forks8
Last update6 years ago11 Aug 2020
LicenceNone stated

Overview

TeGi Trading Panel allows users to open buy or sell orders with predefined stop loss and take profit levels while automatically broadcasting trade signals and screenshots to a connected bot. The expert advisor includes an automated breakeven system that can close a portion of the position once a specific profit percentage is reached. Risk management features include static or percentage-based lot sizing, trailing stops, and customizable slippage settings.

Details

Author

guaponi on GitHub

Type

Copier & bridge

Platform

MetaTrader 4 (MQL4)

Markets

Any symbol

Timeframes

Any timeframe

Risk profile

No grid, martingale or hedging logic was found in its code or README. That says nothing about how it performs: backtest it first.

EA files

Input parameters

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

NameTypeDefaultDescription
noteistring<----->TELEGRAM SETTINGS :
TelegramDelaySecondsint300Delay For Sending Trade Signal (in seconds)
TelegramSignalsbooltrueSend Telegram Signals ?
TelegramCloseDeleteInformbooltrueInform on Close + Delete ?
TelegramScreenshotbooltrueSend Screenshot ?
screenie_xint600Screenshot X size (max 2000)
screenie_yint600Screenshot Y size (max 2000)
screen_alignENUM_ALIGN_MODEALIGN_RIGHTimage align
emailstringEmail
notezstring<----->OPEN ON START SETTINGS
IMMEDIATEboolfalseAuto Open, On Start ?
IMMEDIATE_PENDING_ONLYboolfalseAuto Open , Pending Only (OnStart)
Show all 40 inputs
NameTypeDefaultDescription
IMMEDIATE_DIRECTIONorder_directionod_buyAuto Open, Direction :
IMMEDIATE_PENDINGdouble0Auto Open, Pending Price :
IMMEDIATE_SLPRICEdouble0Auto Open, SL Price :
IMMEDIATE_TPPRICEdouble0Auto Open, TP Price :
SATP_SEND_PACKEDboolfalseSend Same Direction Instant + Pending on BUY/SELL click ?
OrderCompensationLogicbooltrueUse Order Compensation Logic for Orders Sent Together ?
OrderCompensationLogicPercentagedouble100% for Closure of Limit Order (affects close price)
SafeDistanceForBEPApplicationInPointsint10Safe Distance for reCalculation of BEPoint (if price is invalid and needs readjustment)
SATP_LOT_MODElot_modelot_mode_staticLot Mode :
SATP_LOT_AMOUNTlot_amountlot_amount_balanceLot Amount :
RiskOrLotdouble0.1Risk Or Lot
InstantLotPercentagedouble30Instant Lot %
PendingLotPercentagedouble70Pending Lot %
SATP_BEbooltrueBreakEven System :
SATP_BE_Trigger_Percentagedouble20% In Profit To Trigger BE
SATP_BE_Portiondouble50BreakEven Close % :
SATP_TRAILINGbooltrueTrailing System :
SATP_TRAILING_DISTANCEint100Trailing Distance :
BrokerECNboolfalseIs Broker ECN
SATP_SLIPPAGEint100Slippage
SatpCommentstring@axidentaltraderComment
SATP_MAGICint1231214Magic Number
SATP_OPEN_ATTEMPTSint1Open Attempts
SATP_OPEN_TIMEOUTuint500Open Timeout (ms)
SATP_CLOSE_ATTEMPTSint1Close Attempts
SATP_CLOSE_TIMEOUTuint500Close Timeout (ms)
SATP_MODIFY_ATTEMPTSint1Modify Attempts
SATP_MODIFY_TIMEOUTuint400Modify Timeout (ms)

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone guaponi/tegi 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

Trade Copy MT4

by vobornik
256 stars

This MetaTrader 4 expert advisor functions as a local trade copier, allowing users to replicate trades from one terminal to another. It operates by sharing a data file between a master and a slave instance on the same computer or filesystem. The slave EA manages order execution, including market, limit, and stop orders

MT4 Copier & bridge Martingale High risk
Updated 3 years ago GPL-2.0 GitHub repository of Trade Copy MT4

Darwinex DWX Connect

by darwinex
232 stars

DWX Connect is an open-source bridge that links external trading strategies written in Python, C#, or Java to MetaTrader 4 and 5. It functions as a server EA that facilitates communication via file-based messaging, allowing users to execute trades and subscribe to market data without coding in MQL. The EA manages trade

MT4MT5 Copier & bridge
Updated 1 year ago BSD-3-Clause GitHub repository of Darwinex DWX Connect

Telegram API Signal Bot

by sholafalana
220 stars

Telegram API Signal Bot is a notification utility for MetaTrader 4 designed to broadcast trading activity to external communication channels. The EA monitors the terminal for order events, including executions and partial closes, and transmits the details to a Telegram group or channel using the Telegram Bot API. It of

MT4 Copier & bridge
Updated 3 years ago None stated GitHub repository of Telegram API Signal Bot

MetaTrader 4 Bridge

by BonneVoyager
84 stars

This expert advisor provides a communication layer between MetaTrader 4 and external software applications via the ZeroMQ protocol. It operates as a server that listens for remote commands to open, modify, or delete market and pending orders. The system features a request-response mechanism and a dedicated push server

MT4 Copier & bridge
Updated 6 years ago None stated GitHub repository of MetaTrader 4 Bridge

Hitback ZMQ Bridge

by EricSchles
59 stars

This expert advisor functions as a data bridge for streaming real-time market information from MetaTrader 4 and 5 to external applications. It utilizes the ZeroMQ library to transmit price ticks and order book updates to a remote server. The tool is intended for developers building quantitative trading platforms or dat

MT4MT5 Copier & bridge
Updated 6 years ago Apache-2.0 GitHub repository of Hitback ZMQ Bridge

Neo Trader

by diliproshitha
51 stars

Neo Trader is an order execution bridge that facilitates the transfer of trade data from TradingView to MetaTrader 4 and 5 terminals. Operating through a local socket server and a browser extension, it allows users to execute trades directly from TradingView position drawing tools. The expert advisor handles market and

MT4MT5 Copier & bridge
Updated 1 year ago Apache-2.0 GitHub repository of Neo Trader

More copiers and bridges

Need a broker for MT4?

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

Compare brokers