• 概述
  • 评论
  • 评论
  • 新特性

Rep Trick Trader

Support tools for repeat trades

Set the direction of the trade,the desired price range, and the number of repeats( or pips ) in the parameters.
The EA will then automatically repeat the buy and sell according to your settings.
The range can be set for both selling and buying, which broadens the range of strategies.

This EA is just a support tool that allows the user to trading; the EA does not use indicators or other means to judge the situation internally.

Functions and Usage

Save the downloaded file in the MQL4/Experts folder as you would with a regular EA, and apply it to the chart of the symbol you wish to trade.

Basic operation

  • Set any price range and number of repeats (or pips width) with parameters.
    Automatically trades according to TP and SL settings.

  • The EA internally maintains entry level information and make a position by market order.
    ( A range of plus or minus 5 points is acceptable because price of pinpoints may not be executed. )

  • The installation time frame is created assuming M1 to M5. (However, there are no restrictions.)

  • All trading operations by the EA are performed with market orders.

Operation by buttons on the chart

Each button on the lower left of the chart can be used to pause, close all transactions, etc.
(Please see also attached image.)

  • Run/Pause button
    Click to start/pause building a new position.
    Since the EA itself is not stopped, existing positions will be closed according to the TP/SL settings.
    By default, green = Running, orange = Pausing.

  • BUY button / SELLbutton
    It appears next to the Run/Pause button when Both is selected in Trade Direction.
    The functions is the same as the Run/Pause button, whth B applying to the buy direction only and S to the sell direction only.
    By default, green = Running, orange = Pausing.

  • CLOSE button
    Clicking on the button displays a confirmation dialog box for closing all open positions, and clicking OK executes the closing of all open positions.
    Only works during pause to prevent unintended entries after settlement.


Remote operation with pending orders

Even when running on a VPS, you can pause, close all positions, etc. by sending limit orders from MT4 on your local PC or smartphone app.
However, due to the use of non-EA orders (magic numbers and comments are not available), there is a possibility of malfunction if multiple patterns are running on the same account and with the same symbol, so please use the button operation on the chart.

Executes a combination of order type and price as a command. (Please see also attached image.)
To make it as easy as possible to remember, the orders used are BuyLimit at the top of the MT4 limit order list and SellStop at the bottom.

  • Sent as the order price that the price 0 of the symbol plus the price (points) in the table above.

    Example:
    In the case of USDJPY, place an order at "BuyLimit / Price 0.001" -> Pausing (both)
    In the case of EURUSD, place an order at "BuyLimit / price 0.00012" -> Pausing (sell only)

    BuyLimit order is not deleted after operation. Also, even if a restart command is sent while an order remains, it will be pausing again.Please delete it manually before restarting.

  • To settle the entire transaction, SellStop is sent after a pause.

    Example:
    In the case of EURUSD, place an order at " BuyLimit / price 0.00011" -> pause (buy only), then place an order at "SellStop / price 0.00001" → close all(buy only).

    Positions in the direction not paused will not be closed by sending SellStop.
    The SellStop order will be automatically deleted after the settlement process is completed.

  • If you want to use the query of the operation status, please allow push notification from [Tools]-[Options]-[Notification] of MT4 running the EA.
    If you allow push notifications on your phone app, you will receive them almost in real time. If you do not allow them, the data is received when the app is restarted.


Initialization (e.g., setting changes) with open positions held

We try to reacquire position information after loading whenever possible, but positions may overlap in price ranges that are close to those after the setting change, because if the price range or number of repeats is changed, or if slippage on the broker's side occurs at execution time, it is difficult to reflect all of them.

If you do not want positions to overlap, please refer to "How to transfer open positions that were omitted from being acquired due to initialization" below.

Even if positions are not reflected in the CSV, this will not affect TP/SL and other close processing, as well as breakeven and trail operations.


Import from CSV

If you wish to keep the price range and repeat settings but change other parameters, you can use import from CSV .

The advantage over initialization by parameters is that the state of the most recent open position can be inherited as-is.

  • The CSV is saved in the "MQL4\Files\RepTrickTrader_UsrData" folder as "Symbol Name Magic Number_PriceB" for buys and "Symbol Name Magic Number_PriceS" for sells.

  • The information to be read is the [ split entry level ] and [ ticket number of the corresponding position ].

How to transfer open positions that were omitted from being acquired due to initialization

Although it is like a subterfuge, it is possible to take over the position information by writing the ticket numbers of open positions that were omitted from the acquisition by initialization directly to CSV and read them back in.

< Procedure >

  1. Turn off the MT4 auto-trading icon (stop the EA itself)

  2. The ticket number of the omitted position should be replace with -999 in the corresponding entry-level row in the CSV, and save.

  3. Open the EA configuration and set the parameter "Initializing Rate Level by" as "CSV".Then, reapply the EA to the chart.

  4. Turn on the MT4 auto-trading icon.

    *If you change CSV manually, be sure to stop the EA itself (the changes will not be reflected because the EA overwrites the CSV).
    *Ticket numbers must be entered that exist as open positions. Entry levels with non-existent numbers will not build subsequent positions.

Parameters

BASE SETTINGS

  • Comment
    Comment

  • Run/Pause Button's Initial State
    Initial state of the Run/Pause button when EA is installed. The default setting is “Pausing” to prevent entries immediately after placement. Please set it to “Running” for backtesting.

  • Trade Direction
    Select either BUY Only / SELL Only / Both.

  • Slippage(pips)
    Slippage (enabled if setting is allowed by broker)

  • Max Spread ( points )
    Maximum Spread. An order is placed only when it is less than or equal to the specified value.

  • Max Positions ( per One Side )
    Maximum number of positions per side.

  • Max Trade ( Daily / Closed Base / per One Side )
    Maximum number of positions per day (closed basis/per side)

  • Trade Interval ( Bars )
    The interval until the next position is opened is set by the number of installation time frame bars.(If set to 0, positions may be opened in quick succession in the event of a sudden change.)

REPEAT SETTINGS

  • Initializing Rate Level by

    Parameter Set (initialize) the entry level from the parameters.
    CSV Loads entry-level and existing position information from a saved CSV.
    The most recently saved state is reflected.

  • Repeat Set Type

    Set by Times Specified by the number of repeats within the specified range.
    Set by Pips Specify in pips width.

  • Magic Number

    magic number
    Set for buy and sell positions, respectively.

  • Lots
    Lots
    Set for buy and sell positions, respectively.

  • Upper Rate
    Upper limit price
    Set for buy and sell positions, respectively. There is no problem even if the buy and sell ranges overlap.

  • Lower Rate
    Lower limit price
    Set for buy and sell positions, respectively. There is no problem even if the buy and sell ranges overlap,

  • Repeat Count ( Times )
    Number of repeats
    If "Set by Times" is selected under Repeat Set Type, this value will be referenced.
    Set for buypositions and sell positions, respectively.

  • Repeat Span ( pips )
    Repeat width
    If "Set by Pips" is selected under Repeat Set Type, this value will be referenced.
    Set for buy positions and sell positions, respectively.

  • Rangeout Behavior
    Sets the behavior when the upper and lower price limits are exceeded.

    No Action No setting. If it comes back within range, position building will resume.
    Pause Stop building new positions. Existing positions will be maintained as usual until TP/SL.
    Close All & Pause All existing positions are closed (by sell/buy) and new positions are stopped being built.

TP / SL SETTINGS

  • Takeprofit : Behavior
    Take-profit movement type

    Individual
    Each position is closed individually at the specified pips.
    Total Current open positions are closed together when the specified profit (positions multiplied by specified pips) is reached.

  • Takeprofit : Pips
    Take-profit value

  • Stoploss : Behavior
    Stop-loss movement type

    Individual Each position is closed individually at the specified pips.
    Total Current open positions are closed together when the specified loss (positions multiplied by specified pips) is reached.

  • Stoploss : Pips
    Stop-loss value

BREAKEVEN / TRAILING STOP

  • Starting Count of Position
    The break even/trail operation starts when the number of positions set in this item is reached.

  • Break Even
    Set to true if break even is used.

  • Break Even : Distance ( pips )
    The break even is activated when the price changes favorably up to this set value.

  • Trail : Start Distance ( pips )
    Trailing is initiated when the price changes favorably up to this set value.

  • Trail : Loss Distance ( pips )
    Sets the width of the stop loss to be used for trailing.

  • Trail : Modifying Span ( pips )
    After the start of the trail, the stop position is updated each time the price changes favorably by this set value.

EA START OPTION

  • Trading Term
    Set to true if you want the EA to run for a specified period of time.

  • Start Date ( Server Time )
    Set the start date and time in server time.

  • End Date ( Server Time )
    Set the end date and time in server time.

TRADE DAY SETTINGS

  • Day/Time Filter
    Set to true if Day/Time filter used.

  • Day Filter : Trade Month ( Server time )
    Set the month in which trades are enabled.

  • Day Filter : Trade Day ( Server time )
    Set the date in which trades are enabled.

  • Day Filter : Trade Weekday ( Server time )
    Set the day of the week in which trades are enabled.
    Monday=1, Tuesday=2, Wednesday=3, Thursday=4, Friday=5

  • Time Filter : Trade Hour ( Server time )
    Set the hour in which trades are enabled.(Corresponds to daylight saving time.)

  • Time Filter : Trade Minute ( Server time )
    Set the minutes in which trades are enabled.

    Day/Time Filter Common Format
    The method of describing each period individually, such as "1,2,3,4,5," and the method of describing the period collectively, such as"1-30," are employed.("-" is a half-width hyphen)
    Both formats can be mixed, such as "1,2,5-10,15,20-31".
    Only when all items are matched will they take effect. For example, if you want to use only the day of the week , you can leave the date as 1-31.
    All dates and times used in the setting are server time (the same as displayed in the charts).

  • Summer Time
    Select from OFF / ON : Type USA / ON : Type UK

    When daylight saving time is used, the time entry field is based on winter time.
    (For GMT2/GMT3, input "1" = winter "Server time 1 o'clock (8 o'clock JST)" = summer "Server time 2 o'clock (8 o'clock JST)")
    The GMT offset is automatically obtained. (Except for back testing. Also, if the market is closed, the exact value will not be retrieved.)
    Type UK planned to abolish the system in 2022, but left it in place.

  • GMT Offset ( for backtest )
    GMT offset for backtesting.

DISPLAY SETTINGS

  • Show Upper/Lower Line ( BUY )
    Display the upper and lower price lines in the buy direction.

  • Upper Line Color ( BUY )
    Color of the upper line in the buy direction.

  • Lower Line Color ( BUY )
    Color of the lower line in the buy direction.

  • Show Upper/Lower Line ( SELL )
    Display the upper and lower price lines in the sell direction.

  • Upper Line Color ( SELL )
    Color of the upper line in the sell direction.

  • Lower Line Color ( SELL )
    Color of the lower line in the selling direction.

  • Show Average Price Level
    Displays the average open price line.

  • Average Level Color
    Color of average open price line.

  • Button(Run) : Background Color
    Run button background color.

  • Button(Run) : Border Color
    Run button border color.

  • Button(Run) : Text Color
    Run button text color.

  • Button(Pause) : Background Color
    Pause button background color.

  • Button(Pause) : Border Color
    Pause button border color.

  • Button(Pause) : Text Color
    Pause button text color.

  • Button(CLOSE) : Background Color
    Close button background color.

  • Button(CLOSE) : Border Color
    Close button border color.

  • Button(CLOSE) : Text Color
    Close button text color.




推荐产品
Easy Open and manage your orders and positions – Calculate risk and lot size – Build your expert adviser from the integrated indicators – Trail your profits in various ways Key Features: Virtual Trading Lines: free changeable in any direction to build resistance, support, channels, triangles,… Order Types: Buy, Sell, Buy Limit, Sell Limit, Buy Stop, Sell Stop, OCO, Bracket Order Virtual Profit Trailing Strategies: Static, Percent, Exponential, Scaling up, Scaling down, Fifo, Bulk, Bollinger Ch
Candle EA MT4
Mansour Babasafary
4.42 (48)
This expert is based on patterns The main patterns of this specialist are candlestick patterns Detects trends with candlestick patterns It has a profit limit and a loss limit, so it has a low risk The best time frame to use this expert is M30 time frame The best currency pairs to use with this expert is the EURUSD, GBPUSD, AUDUSD, USDCAD currency pairs Attributes: Can be used in the EURUSD, GBPUSD, AUDUSD, USDCAD  currency pairs Can be used in M30, H1, H4 time frames Has profit limit an
Trend Power Bot
Lachezar Krastev
2.56 (9)
Trend Power Bot is a unique combination between highly efficient breakout detecting algorithm and very effective drawdown compensation money management. The money management could be considered a martingale, but used with low risk, the strategy survives 20+ years trading with acceptable drawdown. The default /safe/ risk is 0.2% (0.02 lots per $10k account equity) and this is extremely safe. However, if you decide to try your luck, you can bump the risk up to 1% (0.1 lot per $10k account equity)
FREE
Perceptrader AI
Valeriia Mishchenko
EA has a live track record with 48 month of stable trading with low drawdown: Live performance MT5 version can be found here Perceptrader AI is a cutting-edge grid trading system that leverages the power of Artificial Intelligence, utilizing Deep Learning algorithms and Artificial Neural Networks (ANN) to analyze large amounts of market data at high speed and detect high-potential trading opportunities to exploit. Supported currency pairs: NZDUSD, USDCAD, AUDNZD, AUDCAD, NZDCAD, GBPCHF Timefra
该交易专家的主要目的是执行追踪止损的功能。它不会开仓或平仓,而只会设置和移动止盈和止损水平。为了计算止盈和止损,使用了价格变动的统计数据和 D. Bernoulli 的道德期望。因此,专家设定的新水平在风险/回报率方面提供了最好的(可能的)选项。让我们看一下交易机器人的参数。 Tracked Symbols - 将由 EA 跟踪的货币对。输入您感兴趣的所有字符,用逗号分隔。例如:欧元兑美元、英镑兑美元、美元兑瑞郎。如果您将此字段留空,则顾问将仅在安装它的符号上工作。启动时,机器人会在终端的“专家”选项卡中显示受监控的符号。 Estimated Timeframe - 设置 EA 将收集价格变动统计数据的时间范围。对于使用大量入场而利润微薄的交易策略(剥头皮等),您需要使用较小的时间范围。对于趋势策略,您需要选择更大的时间范围。一般的规律是这个参数越大,持仓的时间越长,利润就越高。但我们绝不能忘记不断增加的风险。 Sensitivity - 设置 EA 对价格变化敏感度的参数。随着这个参数的增加,专家设置的第一个止损将离开盘价越来越远。这可以增加交易的盈利能力,但也会增加持仓时间和
MaxProfitDz v4
Hafis Mohamed Yacine
MaxProfitDZ Expert adviser MaxProfitDz v1.4     Recommendations Symbol: ALL PAIRS ..i Recommended    EURUSD. Time Frame:1M. Brokers: ALL brokers .  low spread/commission, 1:500 leverage Minimum Deposit Recommended :   $500 USD  Lot Size for 500$   : 0.01  Use a broker with good execution and with a spread of 0.1-2 points. A very fast VPS is required Parameters EA TrendON=true (Read the  note ) MMType = 2 LotMultiplikator = 1 LotConst_or_not = TRUE Take profit :5-10 pips  for accounts with fi
This TraderMaster EA is super helpful for professional trader.  Input Parameter Section: 1) Allow trader to set different line style, such as color, width; 2) Apply our chart style, if set false, it will not change the chart style; 3) Select different panel mode 3.a) Simple Mode, for trader immediately place a market order, pending order, delete and close orders; 3.b) Draw Line Mode, for price action traders who want to trade for trend and reverse in his trading plan; 3.c) Advanced Mode, inclu
Diamond PRO
Fanur Galamov
5 (16)
Diamond PRO is enhanced powerful version of Diamond for advanced traders. Pro version includes optimized cores, new impoved entry points filters, new multistage profit closure algorithm and сontains number of external control parameter that allows build and fine tune own tradind decisions and algorithms. The system provides more accurate market entries, analyzes and filters upcoming economic news, contains spread protection and an advanced position management algorithm. Main goal of Diamond PRO
Ksm
Andriy Sydoruk
Ksm is a modern and effective tool for automated trading on the Forex market. This multi-currency robot, developed using an advanced system for analyzing temporary information flow, is a reliable assistant for traders of any level. It provides the opportunity to make money on currency fluctuations, working on any timeframe and with various currency pairs. Key Features and Benefits: Multi-currency : Ksm can trade most currency pairs, allowing you to diversify your portfolio and increase your
Trend Catcher with Alert
Issam Kassas
4.84 (62)
趋势捕捉器: 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 具有警示指标的趋势捕捉器策略是一种多功能的技术分析工具,可帮助交易员识别市场趋势和潜在的进出点。它采用动态趋势捕捉器策略,根据市场条件进行调整,清晰地呈现趋势方向。交易员可以自定义参数,以符合其偏好和风险容忍度。该指标有助于识别趋势,发出潜在的反转信号,充当跟踪止损机制,并提供实时警报,以便及时应对市场。 特点: 趋势识别:信号牛市趋势和熊市趋势。 趋势反转:当蜡烛颜色从牛市变为熊市,反之亦然时,提醒可能的反转。 实时警报:为新趋势识别生成警报。 建议: 货币和货币对:EURUSD,AUDUSD,XAUUSD... 时间框架:H1。 账户类型:任何ECN,低点差账户。
FREE
Prosperity MT4
Mr James Daniel Coe
High growth, low draw-down bot. Great for beginners AND pros. 5 COPIES LEFT - NEXT PRICE $999 Contact me after purchase for group info, manual and a personal bonus! Prosperity live fund, real money (>$2,000) signal:  CLICK HERE ABOUT A rare diamond in a sea of EAs - 4x improvements in most backtest stats. We read descriptions saying 'no martingale, grid, or 'AI'' - I offer alternate parameters... Original EA No history reading No .set files changing constantly, all built-in as default Not an 'e
Perfection
Mikhail Senchakov
Perfection is a multicurrency, fully automated and secure trading robot. The robot is designed for both portfolio trading and trading a single instrument. The EA does not use averaging methods, the volume of positions is strictly regulated. Orders are opened only in the direction of market movement in a grid. Due to this, the robot operates efficiently on any strong movements. The decision making algorithm does not use indicators. Instead, the robot automatically calculates the key levels, which
I present to your attention a powerful utility for predicting the future movement of an asset based on W.D. Ganna’s law of vibration. This utility analyzes the selected market model and provides codes for future possible market movement patterns. If you enter the selected code into the appropriate box, you will receive a forecast of the potential market movement. The utility has the ability to display several potential forecast models. The forecast is not yet tied to time and price and gives th
Dear Trader It is my pleasure to introduce to you my tool called the " Forex Sniper Indicator" . The major aim of this tool is to help serious traders and investors in all type of Financial Markets to catch price next movement right at the moment the price direction is about to change. This tool can be used to snipe the price direction in both down trend, uptrend and ranging markets. This tool can be used as the stand alone tool though it may be combined with other tools as well. My goal is to h
MODIFIER V.11 The EA Modifier is based on the Pending Position (PPS) strategy and highly sophisticated secret trading algorithms. The Modifier EA strategy is a combination of secret custom indicators,Candlestick Patterns, Trend Lines, Support & Resistance (Price Action) levels and the most important secret trading algorithms mentioned above. Modifier is a unique and sophisticated EA, can receive and forward manual orders that you send via gadgets and home PCs, anti-floating (if floating occur
In a trend trading system, find the right entry and exit points. In forex trading, a trading strategy is a fixed plan designed to make a decent return by going long or short the market. The main reason a properly researched trading strategy is helpful is because it is verifiable, quantifiable, consistent, and objective. For each trading strategy, you need to define the assets to be traded, the entry/exit points, and money management rules.
Stay Tuned Gold
Dmitriq Evgenoeviz Ko
STAY TUNED(黃金)顧問是一種真正的智慧演算法,其工作原理是經過驗證的頭寸交易策略水平,而人類交易者無法達到這一水平。該顧問能夠以前所未有的準確性分析黃金市場的歷史和當前數據。 STAY TUNED 是專為貨幣交易而設計的全自動顧問。工作對 XAUUSD(主要)、EURUSD、GBPUSD、AUDUSD、USDCAD。 敬請關注 黃金是頭寸交易——一種風險很小、多次入場的進入市場的方法。這意味著初始交易入場的準確性並不重要,重要的是顧問在入場後如何管理交易。市場是不可預測的,幾乎不可能以長期可持續的精度確定時間變動,這就是大多數交易策略和交易者失敗的原因。一旦第一筆交易完成,顧問將在達到指定的利潤水平時自動關閉交易,或將其轉變為頭寸交易,為您擴展至市場結構變動的下一階段。 主要特徵: 請關注 GOLD 是您在貨幣交易領域最偉大的盟友,為您提供一套全面的工具來優化您的交易策略、最大化利潤並實現您的財務目標。利用技術和分析知識的力量來改善您的外匯交易體驗。 Forex STAY TUNED GOLD 由 7 種獨特的交易策略組成,可根據您的交易偏好和風險,對每個貨幣對
MaxScalper
Moses Maina Muriithi
About this EA Demo Signals: Option: put money in your account (at least $5000) I will trade it for you. After a month, we split up 50/50. Possible profits of over 50% per month. 1.  https://www.mql5.com/en/signals/2147305?source=Site +Signals+From+Author 2.  https://www.mql5.com/en/signals/2155270?source=Site +Signals+From+Author Even though the bot can work with small accounts with, I urge to use $1000 accounts. The monthly profit from this bot is 50%, though this is a rough figure. Ti
Greedy Golden MT4
Mihails Babuskins
Important: Please use in accounts with lower swap or swap-free accounts. Real monitoring signals: Signal 1 Contact me after payment to send you the user manual PDF file See the real monitoring signal in my profile. Use only on gold and on the  BUY direction. Trading gold is attractive to many traders due to the high volatility and depth of the market. Should we invest in gold or just scalp it? Answering this question is a big challenge for many traders. X trading robot is the answer to this cha
Assistant MT4
Agus Santoso
对于 MT5: https://www.mql5.com/en/market/product/97828 ASSISTANT Expert Advisor (EA) 旨在补充手动开仓,可以显着简化交易流程。 例如,仅针对货币对,该 EA 可以在 MetaTrader 平台内运行。 以下是其特性和功能的概述: 补充手动交易: 当交易者手动建仓后,EA 就会被激活来协助和管理该特定交易。 可定制设置: 可以在开始时设置参数来定义 EA 将如何处理后续仓位。 这些可能包括: 手数调整:基于风险承受能力或账户余额。 止盈 (TP) 和止损 (SL) 水平:设置预定义的退出点。 追踪止损:随着交易的有利走势锁定利润。 基于时间的管理:设置交易的持续时间。 技术分析整合: 利用技术指标(移动平均线、RSI、MACD 等)来触发操作,例如平仓或修改仓位。 风险管理: 实施风险回报率,以确保相对于潜在收益而言,潜在损失受到限制。 提供对冲或部分平仓的选择,以确保利润,同时最大限度地降低风险。 通知和警报: 根据特定交易事件(例如,达到止盈位或止损位)向交易者的首选平台或设
Introducing "Forex Strength Investing" Greetings Traders! I'm Pablo, a trader in the stock market, forex, and indices for over 12 years. As an investor and trader, I often use the eToro platform. While I rarely use MT4, I realized that I have coding skills and know how to code an expert advisor. Recognizing this, I decided to create an expert advisor that can trade in the market automatically, especially in forex. I am aware that many traders struggle with market analysis, and a significant numb
FIBO Price Calculator 功能简介 1. 自动绘制斐波那契回调线 本指标可自动在MT4图表上绘制斐波那契回调线,助您快速识别潜在支撑和阻力位。 2. 自定义斐波那契数列 用户可自定义斐波那契数列的数值,指标会根据当前市场价格自动换算成相应价格水平。 3. 灵活调整指标窗位置 指标窗可放置在图表的四个角中的任意位置,方便用户根据个人喜好和交易习惯调整布局。 综上所述,本指标不仅能够帮助交易者自动绘制斐波那契回调线,还提供了自定义输入斐波那契黄金数列换算成价格以及自定义指标窗位置的功能,为交易者提供了更便捷、更灵活的技术分析工具。无论是初学者还是经验丰富的交易者,都能够通过本指标更好地把握市场趋势,提高交易成功率。
Draw Horizontal Ray
JUAN LUIS CIENFUEGOS RUIZ
5 (1)
Sometimes we want to draw a horizontal ray from any given price based on a candlestick, and this tool solves that with just 1 key! In order to draw an horizontal ray you just need to drag and drop the indicator over any chart you want and then: 1) Click over ANY candle and then 2) Hit any of the following keys: O - It will draw an horizontal ray right at the OPEN price of the clicked candle H - It will draw an horizontal ray right at the HIGH price of the clicked candle L - It will draw an horiz
NickZ Tool
Nicolas Zouein
This is a must have tool for a serious trader. It saves your precious time spent for opening/closing trades, creating pending trades and modifying your TP/SL in bulk according to either pips or price. If you need to quickly open several pending orders (Buy Stop, Sell Stop) at a certain distance from each other, this script will do all the routine for you! The first time you use this handy tool, you will realize it has already paid for itself. Instructions: Drag and drop this script onto a chart.
The Grid Inside
Luiz Godoy
5 (1)
The Grid Inside works on a counter trend mode, automatically opens a new order when it hits the price target due to the Fibonacci levels at 23.6 and 73.6. If the price goes the wrong way it opens another order with a calculated lot and position. All the positions are closed when it reaches the target profit defined on settings. As TGI does not use stop loss, I don't recommend you put on your account more than you can afford to lose, the higher the timeframe safer it gets. Once an order is trigge
顧問助理「損益平衡快速停損」是一種旨在幫助交易者維持利潤並降低風險的工具。它可以快速、可靠地設定盈虧平衡水平,使您可以在手動交易和使用交易顧問進行交易時避免巨額損失。與拖網不同,它不會移動止損,而只是保護未平倉頭寸免受回滾或趨勢急劇變化的影響。由於報價變化的速度很快,手動執行此操作非常困難。使用突破策略的交易者會特別欣賞這一點。 在預設設定中,損益平衡點設定為 3 個點。一旦價格朝預期方向突破 15 點,保護性停損就會被觸發。還安裝了標準TP。 透過該計劃,交易者可以確保即使市場發生突然變化,他的存款也將受到保護。 「損益平衡快速停損」可讓您將損益平衡設定在一定水平,以最大程度地減少損失並保護交易者的投資。 有了這個不可或缺的助手,交易者可以對自己的行為充滿信心地進行交易,因為他知道自己的資本受到保護。快速可靠的顧問「損益平衡快速停損」將成為金融投資領域的可靠盟友。
FREE
TradeButterfly
Evgeniy Zhdan
The MT4 trading advisor calculates the formed Gartley Butterfly shapes and makes a decision at the start of trading. "Butterfly Gartley" - one of the figures of graphical analysis, popularized by technical analyst Larry Pesavento, taken from the author's publication "Profit in the stock market", published in the mid-thirties. To date, there are 12 basic "Gartley patterns" - graphic figures with the construction, based on the application of Fibonacci levels and ratios. The algorithm of track
FiboPlusWaveRunner
Sergey Malysh
3.29 (7)
Expert.   Automatic and manual trading. Ready-made trading system based on   Elliott waves   and Fibonacci retracement levels . It is simple and affordable. Display of the marking of Elliott waves (main or alternative option) on the chart. Construction of horizontal levels, support and resistance lines, a channel. Superposition of Fibonacci levels on waves 1, 3, 5, A Alert system (on-screen, E-Mail, Push notifications).    visual panel for opening orders in manual trading. visual panel for sett
Asteroid
Evgeniy Zhdan
The basis of the work of the adviser is to use the change in trend strength to determine the optimal entry points to the market. The logic of the advisor’s work combines two strategies: control of price consolidation and its “explosion” and control of the trend end to work in the channel. The EA does NOT use dangerous trading methods. Each trade has a stop loss and take profit. Recommended trading tools (5m): EURUSD, GBPUSD, USDJPY, USDCAD. Settings: MaxRisk - Value for calculating the tr
ReitakFX ProTrend EA
Boris Sedlar
5 (1)
This is automated version of my ProTrend Indicator (20x5* reviews) - so please look on indicator first how it works ----  https://www.mql5.com/en/market/product/47367  ---- It works based on the result of multiple EMAs, with some specific averaging and algorithm . Output of an EMA is the input for another EMA. Works on Forex, Commodities, Indicies, Stocks, Crypto, ... on all timeframes (but recommend 1H or 4H) and on every brooker. If you want this and all my other products for FREE ,
该产品的买家也购买
The product will copy all telegram signal to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal, s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to
News Trade EA MT4
Konstantin Kulikov
4.38 (16)
在此向大家介绍一款我本人使用多年的机器人。该产品支持半自动和全自动交易模式。 本程序包含基于经济日历新闻的灵活交易设置功能。不支持策略测试器检验。仅可进行实际操作。需在终端设置允许URL 列表中添加新闻网站。点击服务 > 设置 > 智能交易系统。选中“允许WebRequest对下列URL发出请求:”。添加下列(删除空格): https://  nfs.faireconomy.media 全自动模式下默认设置监控: https://www.mql5.com/zh/signals/1447007 。请将交易系统与任意时间框架(时间框架无影响)英镑美元/GBPUSD图表绑定,以获得类似结果。 请参考博客中各类参数说明自行实现个性化设置   : https://www.mql5.com/en/blogs/post/748545   。 主要默认设置说明 单一图表英镑/GBP(英镑美元/GBPUSD、欧元英镑/EURGBP、英镑日元/GBPJPY、英镑加拿大元/GBPCAD、英镑澳大利亚元/GBPAUD、英镑瑞士法郎/GBPCHF)货币对操作。英镑/GBP是波动性最大的货币,能够为用户
将信号从您所属的任何渠道(包括私人和受限渠道)直接复制到您的 MT4。 该工具在设计时充分考虑了用户的需求,同时提供了管理和监控交易所需的许多功能。 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  |     MT5版本  |     不和谐版本 如果您想尝试演示,请参阅用户指南。 Telegram To MT4 接收器在策略测试器中不起作用! Telegram 至 MT4 功能 一次复制多个通道的信号 从私人和受限频道复制信号 不需要机器人令牌或聊天 ID(如果出于某种原因需要,您仍然可以使用这些) 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
RedFox Copier Pro
Rui Manh Tien
4.75 (12)
FREE SIGNAL CHANEL:  https://t.me/redfox_daily_forex_signals Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4  p
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.95 (21)
多功能工具:超过65个功能,其中包括:手数计算,价格行为,盈亏比,交易管理,供需区域。 演示版   |   用户手册   |  MT5版 该实用程序在策略测试器中不起作用:您可以在此处下载 演示版来测 试产品。 任何问题 / 改进意见 / 如果发生了故障或错误  都可以联系我 Trading functions require permitted auto trading (including on the broker's side) 简化,加快并且自动化你的交易过程。利用这款工具的控制功能就能增强普通交易端的执行力。 建立一笔新的交易:手数 / 风险 / 盈亏计算 1. 手数计算工具 (基于风险规模的交易量计算) 2. 风险计算工具 (基于手数大小的风险额计算) 3. 盈亏比 4. 订单的激活和触发,买入或卖出限价/买入或卖出止损:MT4也适用 5. 虚拟的止损/止盈 (隐藏的止损,止盈:交易商不可见) 6.  智能的止损/入场点:当价格柱在收盘时已超越了才入场 (避免无效触发) 7. 隐藏掉挂单 (虚拟的订单) 8. 预订挂单:在市场关闭的时候你也可以下挂单 (适
The product will copy all  Discord  signal   to MT4   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT4. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrade
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
Mentfx Mmanage
Anton Jere Calmes
5 (16)
The added video will show you the full functionality, effectiveness, and simplicity of this trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool c
MT4 Alert Signal Trader  is an EA that helps you trade MT4 Alert popup. Some indicators can provide signals by showing an alert popup containing signal texts. This EA will read and trade these signal texts. The alert texts should contain at least 2 elements:  (1) a symbol text   (ex: "EURUSD") and  (2) a command type   (ex: "Buy", "Sell", "Close") that trigger EA's trading activities. Some other contents that may have or not are open price, stop loss, take profit values... The EA needs an aweso
Unlimited Trade Copier Pro is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not b
What Exactly Is A Smart Trading Tool? Smart Trading Tool was developed for fast and comfortable trading of the financial markets especially for ORDER BLOCKS TRADERS . It provides traders functionalities, such as: A Drawing Tool One-Click Trading Panel Automated Lot Sizes Calculation based on your risk appetite & Money Management ( Watch this video , how this tool can help manage your risk per trade better!) Built in PRICE LEVELS (Fibonacci, Round Numbers, Daily hi-low, etc) Shows Trading Informa
Averaging Helper
Sergey Batudayev
5 (2)
Averaging Helper - This sort of trading helper instrument will help you average out your previously unprofitable positions using two techniques: standard averaging hedging with the subsequent opening of positions according to the trend The utility has the ability to sort out several open positions in different directions at once, both for buy and for sell. For example, you opened 1 position for a sell and the second for a buy, and they are both unprofit, or one is in the unprofit and one is in
This is a multi-pair and multi scanner dashboard to find the key signal of BBMA Oma Ally Strategy BBMA consists of the use of 2 indicators: Moving Averages Bollinger Bands BBMA consists of many types of entries: Reentry Extreme Rejection EMA50 GAP (EMA50 to Upper/Lower BB) MHV Full Setup (CSE>TPW>MHV>Direction>Reentry) There are many multi timeframe signals based on this strategy. RRE (Reentry - Reentry - Extreme) REE (Reentry - Extreme - Extreme) REM (Reentry - Extreme - MHV) RRM (Reentry - R
ADAM for FTMO 40
Vyacheslav Izvarin
ADAM EA Special Version for FTMO  Our 1st EA created using ChatGPT technology Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Tested on EURUSD and GBPUSD only  Use 15MIN Time Frame Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 ---------------------------------------------------------------------------------------------------------------------------
Custom Ultimate Sniper Dashboard
Hispraise Chinedum Abraham
5 (2)
这个自定义终极狙击手仪表盘是原始终极狙击手仪表盘指标的一个EA升级。它与多达98种不同的算法一起工作,以确保它能捕捉到你工作的资产类别上的趋势的真实性质。 它是对我们几个月来从大多数客户那里得到的很多建议和意见的直接回应。   这个自定义版本是完全可定制的。 由98个独立的自定义算法提供。 非常漂亮的视觉界面,因此你可以轻松和自信地跟踪任何货币对或时间框架的整体市场趋势 可以向telegram发送实时警报 允许你根据你所交易的货币对创建自己的指数 可以向你的手机实时发送警报,所以你不必在电脑前就知道有一个动作正在酝酿。 让你从输入设置中设置8个指数 让你设置你想获得警报的指数和时间框架 当检测到没有互联网连接时,会显示警报   自定义终极狙击手仪表盘已经进行了大量的优化,在动作开始后立即显示。这样,你就不会错过你感兴趣的货币对的任何变动。它的速度非常快,可以在移动发生时迅速捕捉到,并实时向你发送警报,这样你就可以利用移动的优势,而不必整天坐在办公桌前。 它是任何交易策略的一个超级补充,你可以将这个工具与任何其他交易策略和指标一起使用。它主要是为了与我们的其他
News Trader Pro
Vu Trung Kien
4.41 (17)
新闻操盘手专业版 是一个独特的机器人,让您使用您预先定义的策略进行消息交易。它从几个流行的外汇网站加载的每条消息的片断。您可以选择任何消息和预设的策略进行交易,之后新闻操盘手专业版根据选定的策略,在新闻来临时自动进行交易。 新闻发布给出了赚点数的机会,因为在那个时刻,价格通常有大动作。现在,利用这款工具,新闻交易变得比以往任何时候更容易,更灵活,更令人兴奋。不要等待,不要错失,不要再迷惑了。每周只需针对重要新闻设置一次,这个工具将完全按照您的计划进行精准交易。 演示版: 由于这不是一个自动交易机器人 (它是半自动), 您需要下载单独的演示版本: https://www.mql5.com/zh/market/product/5931 参考: 如果您只需要加载新闻 (无需交易), 您可以购买新闻加载机专业版: https://www.mql5.com/zh/market/product/5463 功能 包括所有 新闻加载机专业版 的功能 (查看详情)。 针对每条新闻构建您自己的策略,具有非常灵活的参数。 支持五种高级策略,带有大量控制参数 (止损, 止盈, 尾随, 网格间隔, 手数缩放
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Build
Pro Arbitrage EA   trades based on Arbitrage Strategy. The strategy is like a scalping technology but on three cross currency pairs at the same time. Each trade basket involves three pairs (all open at the same time) and they will close at once when any desired profit reaches. The strategy has no SL technically because all opened currencies are hedged. SL can happen if high slippages on order execution on the broker side. So the strategy is one of the safest ones in the world. MT4 Limitation :
Reward Multiplier is a semi-automatic trade manager based on pyramid trading that opens additional orders with the running profit of your trades to maximize return exponentially without increasing the risk. Unlike other similar EAs, this tool shows potential profit/loss and reward to risk ratio before even entering the first trade! Download Demo here  (starting lot is fixed at 0.01) Guide + tips here MT5 version   here You only open the first order. When your trade goes into profit RM opens
EasyFX Trader
APTHUR MONTGOMERY MCCAMMON
The EasyFX Trader is a very unique and customizable dashboard for manual trading. It is placed in the Expert folder but is not an auto trading robot. You input all the parameter and the dashboard will monitor and let you know when there is a good trading opportunity. The tool is simple to use whether you're experienced or just a beginner. It was designed for all types of trading styles including price action, day, swing, trend trader, or scalper. Each column is described below. When you load the
EA for Cycle Sniper Indicator This utility is designed to open/close auto trades according to the Cyle Sniper indicator's signals. Different entry rules  with various stop loss, take profit options can be applied. You will find the details in this blogpost.  https://www.mql5.com/en/blogs/post/749655 Some important issues are explained in the video. Please do not hesitate to contact us if you need further information. IMPORTANT NOTE: You can not test the full functions of the EA on the strategy t
将信号从任何您是会员的渠道(无需机器人令牌或管理员权限)直接复制到您的 MT4。 它的设计以用户为中心,同时提供您需要的许多功能 该产品采用易于使用且具有视觉吸引力的图形界面。 自定义您的设置并在几分钟内开始使用该产品! 用户指南 + 演示  | MT5版本 | 电报版本 如果您想尝试演示,请参阅用户指南。 Discord To MT4 在策略测试器中不起作用。 Discord MT4 功能 从您是会员的任何频道复制。 无需机器人令牌或聊天 ID 使用风险百分比或固定手数进行交易 排除特定符号 选择复制所有信号或自定义要复制的信号 配置单词和短语以识别所有信号(默认值应适用于 99% 的信号提供商) 配置时间和日期设置以仅在需要时复制信号 设置一次打开的最大交易量 交易和头寸管理 使用信号或自动设置的管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止过度交易 确保仓位的每日最大利润目标(%) 最大开放交易以限制风险和敞口。 使用 RR、点数或价格自动获取部分内容 使用固
Online Accounts Manager MT4
Kyra Nickaline Watson-gordon
5 (1)
OneClick Online Account Manager is a powerful utility that helps you to manage all your accounts from a centralized panel. It is suitable for all single account traders and specially for multiple accounts traders. The utility help you to : Monitor status of all accounts on a private web page. Some information such as account connection status, account profit, DD, Balance, Equity, Margin Level, Number of positions and orders, Daily and Weekly profit/loss and also overall summation of all these
Trade Copier Pro
Vu Trung Kien
4.6 (15)
Trade Copier Pro 是一个强大的工具,多账户之间进行远程复制的贸易超过互联网不同的位置。这是一个信号提供商的理想解决方案,谁想要与全球范围内对自己规则的人分享他的贸易。一个供应商的交易可以复制到多接收器和一个接收器可以得到贸易额从多供应商也是如此。 供应商和接收器可与供电内置的数据库管理系统来管理他的合作伙伴名单。 这个工具允许全局配置模式(copy过来互联网)和本地模式(在同一台PC/服务器内复制)之间进行选择。 要求: MetaTrader4的4.00版构建670或以上。 参考: 如果你只需要在本地复制与更低的价格,你可以检查Auto Trade Copier在: https://www.mql5.com/en/market/product/4676 以下是亮点功能:     在一个工具提供商或接收器之间转换角色。     一个供应商的交易可以复制到多接收器和一个接收器可以从多个供应商收到交易。     供应/接收器可通过供电数据库管理系统,而无需额外的工具管理自己的接收器/供应商名单(添加,删除,编辑,启用/禁用)。     全球模式(copy过来互联
FTMO Protector 7
Vyacheslav Izvarin
PROTECT YOUR FTMO Account in a simplest way Must-Have   Account Protector for any Prop-trading Account and Challenge MT4 / MT5 Expert Advisor that protects your Forex Prop Trading account from an unexpected drawdown! FTMO Protector  is a Tool that lets you manage trades and control your profit and loss across multiple Robots and currency pairs using a simple parameters and settings. Use as many EAs and Instruments you need, the Protector will: 1.   Calculate your midnight (01:00 System time) Bal
FX28 Trader
Tsvetan Tsvetanov
5 (1)
介绍FX28 Trader Dashboard – 您的终极交易管理工具 通过FX28 Trader Dashboard,解锁您交易体验的全部潜力,这是一款全面而直观的交易管理工具,旨在将您的外汇交易提升到新的水平。无论您是经验丰富的交易员还是刚刚开始您的金融之旅,这个强大的工具旨在简化您的交易活动并提高您的决策过程。 主要特点: 用户友好界面: FX28 Trader Dashboard拥有用户友好的界面,适应各个层次的交易员。通过几次点击轻松导航各种功能和工具,确保您只需轻松几下就完全掌控了交易。 实时市场数据: 利用实时市场数据源,始终保持领先地位,为您提供有关货币对、趋势和市场波动的最新信息。做出明智的决策,充满信心地执行交易。 高级交易分析: 通过高级分析深入了解您的交易绩效。跟踪交易历史,分析趋势,并识别模式,以优化您的策略和改善您的结果。 风险管理工具: 用我们强大的风险管理工具保护您的投资。轻松设置止损和获利订单,自定义仓位大小,并轻松实施风险收益比,确保自律和受控的交易方法。 多时间框架分析: FX28 Trader Dashboard允许您同时分析不同时间框架的市
FTMO Sniper 4
Vyacheslav Izvarin
Dedicated for FTMO and other Prop Firms Challenges 2020-2023 Trade only GOOD and checked PROP FIRMS  Default parameters for Challenge $100,000 Best results on GOLD and US100  Use any Time Frame Close all deals and Auto-trading  before  US HIGH NEWS, reopen 2 minutes after Close all deals and Auto-trading  before Weekend at 12:00 GMT+3  Friday Recommended time to trade 09:00-21:00 GMT+3 For Prop Firms MUST use special Protector  https://www.mql5.com/en/market/product/94887 -------------------
Click Trade Manager
Hispraise Chinedum Abraham
5 (1)
点击交易经理是我们到目前为止最好的产品! 对初级和专业道具公司交易员来说都是最好的解决方案! 保护您的FTMO/MFF道具公司或个人账户不突破缩减限额。EA自动关闭所有交易,因此它们永远不会触及您的缩减限额。 如果某笔交易可能突破您的缩减限额,会向您发出警告。 当您的利润目标被击中时,自动关闭交易。 可设置为向经纪人隐藏神奇数字。 计算风险,只需点击一下就可以用SL和TP进行交易。 一键下达止损和限价订单。 一键设置多个纤维级别的交易,每个交易都有不同的SL和TP。 只需按下键盘上的一个键,就可以进行部分交易,将SL移至BE,关闭所有未结交易,删除所有挂单。 在一天中预先设定的时间内关闭所有交易。 向Telegram发送所有交易的警报。 高度可定制 - 选择最适合您交易风格的设置   首次设置。为了实现正确的功能,在第一次使用之前,请确保你设置以下内容 重置全局设置=True(在EA设置并运行后,回到输入设置并设置为False。除非你得到一个新账户,否则你不需要再次设置)。 在保护设置中。 保护模式 = True (打开保护模式)
Trade Copier Agent 旨在复制多个 MetaTrader(4/5) 账户/终端之间的交易。 使用此工具,您可以充当提供者(源)或接收者(目的地)。所有交易行为都将立即从提供者复制到接收者。 该工具允许您在同一台计算机上的多个 MetaTrader 终端之间复制交易,复制速度快如闪电,不到 0.5 秒。 贸易复印机代理安装和输入指南 请在开始复制之前或没有订单时在提供商帐户上应用设置! 有订单时的任何更改都会影响收款人帐户。 例如:如果提供者账户应用买单然后禁用接收者账户上的所有买单将被关闭。 如果您想获得有关 EA 添加 URL (   http://autofxhub.com   ) MT4 终端的通知(请参阅屏幕截图)。 MT5版本 https://www.mql5.com/en/market/product/77134 以下是亮点功能: 在 MT4 和 MT5 账户之间复制。 在一个工具内切换提供者或接收者。 每个账户既可以作为Provider又可以作为Receiver,因此账户之间可以通过2种传输方式相互复制。这就像一个贸易共享网络。 一个提供者可以将
MT4至电报EA将文本从MT4发送至电报通道 MT4电报信号提供商EA是市场上最好的MT4电报实用程序,适合任何想要成为专业电报信号提供商的人 简单,但功能强大且专业 它将根据您在Metatrader 4程序中的订单将信号和报告发送到您的电报通道 是否想将信号发送到Facebook,Twitter,Blogger,Wordpress等许多平台?没问题,让我们使用IFTTT将您的Telegram频道与这些平台相连,并轻松发送信号。 * 主要特点: 将信号发送到许多渠道:多电报频道,电子邮件,并将推送通知发送到移动终端 快速扫描订单:以秒为单位扫描,而不是滴答 发送所有订单类型的信息:未平仓(包括待处理订单),取消,平仓(包括部分平仓百分比),触发和修改订单 按以下条件过滤发送的订单:订单类型(待定,已触发,已修改,已平仓),符号,幻数和注释 手动或自动发送图表画面 可以在发送信号中自定义图表屏幕快照的属性:分辨率,背景图像,模板... 5种发送图表屏幕截图的模式:基于符号,注释,幻数,模板和不发送 发送报告:运行报告,每日报告,每周报告 完全自定义您的信号文
作者的更多信息
SimpleTPT
Zhi Zi Ma Chang
Product Overview This tool is discretionary trading aid that executes a one-time entry when the conditions are set. Action after the newest bar is fixed (opening action) For example, there is no need to worry about being pruned by the shadow of the same price before that if you set it in the condition of when the closing price was broken. It is not possible to set complicated conditions, and it is not designed for continuous automatic trading, but since it works after the time period
FREE
筛选:
无评论
回复评论
版本 1.3 2024.01.01
Lighter internal processing.
版本 1.1 2023.06.01
Minor corrections.