• Visão global
  • Comentários
  • Discussão

Output Positions and Deals

#property copyright "小天"
#property link      "https://www.mql5.com"
#property version   "2.01"
#property strict
#property description "test"

input int hlength=85;
input int vlength=25;
input int DX=-340;
input int DY=-80;
input string InpDirectoryName="Data"; // directory name

input double lots_default=1;
input int    pc_times_default=2;
input double deposit_minimal=1;
input double floating_loss_percent=0.1;
input double margin_occupied=0.2;
 
input int    tradingnumber=1;//控制买卖交易数量

 input  double sell_price1=1.06;
 input  double sell_lots1=2;
 input  double sell_tp1=1.05;
 input  double sell_sl1=0;

 input  double buy_price1=0;
 input  double buy_lots1=2;
 input  double buy_tp1=1850;
 input  double buy_sl1=0;

input string group1="";//按钮控制参数
input int    selltype1=0;
input int    selltype2=1;
input int    selltype3=0;
input int    buytype1=0;
input int    buytype2=1;
input int    buytype3=0;
input int    sell_pctype1=0;
input int    sell_pctype2=0;
input int    buy_pctype1=0;
input int    buy_pctype2=0;
input int    trade_allowed=0;//0代表模拟器测试模式
input datetime sell_end_time=__DATETIME__;
input datetime buy_end_time=__DATETIME__;
input int      sell_end_mark=0;
input int      buy_end_mark=0;


bool    showbutton=TRUE;
struct  edit_update
{
string symbol;
int    type; //0代表buy,1代表sell
int    magic;//代表magic
double price;
double lots;
double tp_price;
double sl_price;
int      pc_times;
double   pc_pips; 
trade_info[20]
;
void OnTimer()
   {   
Produtos recomendados
All what you need before start a trade network connection/broker's/symbols/historical orders benchmarks/currnet orders status 01. symbol's trading privilege 02. order execution mode 03. trade session hours 04. min lot/max lots 05. max pending orders 06. freeze point pending order's distant points (zero is good) 07. Min SL/TP points required by broker if open an order (zero is good) 08. account leverage 09. Margin call open an order must > 100% 10. MarginStopOut forced to close som
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
SA Assistant Demo
Aleksandr Svetlakov
2 (1)
SA Assistant is an intuitive tool without complicated settings, designed to facilitate the trading operations in the MetaTrader 4 terminal. SA Assistant is not designed for working in the strategy tester. The demo version works only on the USDCAD pair. Please test the EA on a demo account before using it on a live account. The SA Assistant EA is visually divided into 4 blocks: 1. "Information" - displays in real time: trading account balance leverage spread of the instrument the EA is attached
FREE
GS spread
Aleksander Gladkov
The indicator calculates the current spread for each tick using the formula Spread=(ASK-BID)/Point. Schedule of changes in the boundaries spread over the timeframe displayed in a separate window from the date of accession of the indicator. Two lines corresponding to the minimum and maximum spread values are displayed. The indicator window is self-adjusted according to the minimum and maximum values from the moment of launch. The minimum and maximum values for the entire period of the indicator o
FREE
ABCMarketsControldemo is a demo version of the ABCMarketsControl utility that manages already opened trades on any symbol by moving them to a breakeven when the price reaches a certain level. Besides, if the price goes further in favorable direction, the utility moves Stop Loss and Take Profit accordingly. You can check the utility operation in the strategy tester on any symbol on a period from January 1 to December 21, 2017 by setting the time_start_buy_demo and/or time_start_sell_demo paramete
FREE
The "InfoBox" utility is designed to display the presence of open orders, the number of lots, current profit and much more in one window. The version for the MT5 platform   is here . You've probably encountered a situation where you have an advisor that works on a currency pair, but information about its operation: - orders and their number, the size of the spread for the instrument, the volume of lots on the market, drawdown and much more - are scattered in different places of the terminal an
FREE
Follow The Line
Oliver Gideon Amofa Appiah
4 (13)
FOLLOW THE LINE GET THE FULL VERSION HERE: https://www.mql5.com/en/market/product/36024 This indicator obeys the popular maxim that: "THE TREND IS YOUR FRIEND" It paints a GREEN line for BUY and also paints a RED line for SELL.  It gives alarms and alerts of all kinds. IT DOES NOT REPAINT and can be used for all currency pairs and timeframes. Yes, as easy and simple as that. Even a newbie can use it to make great and reliable trades. NB: For best results, get my other premium indicators for more
FREE
Kali FigChartiste
ALAIN MICHEL AUGE
4 (1)
Small free indicator to detect certain chart patterns, shoulder head shoulder / reverse, triple top / bottom, cup, flags and others... I designed it a while ago, it detects figures in m1, m5, m15, m30 and h1. I hope it will be useful to you because I don't trade much with this indicator, I have a few others that I will try to put online quickly maybe you will find it useful, good Trade friends.
FREE
CCI Currency Strength Meter uses CCI (Commodity Channel Index) to monitor how strong a currency is, or in other words, if it's being bought or sold by the majority compared to the other currencies. If you load this indicator on a chart, it will first display the strength-lines of the currencies (base and counter currency of the chart) with changeable solid lines. Also, you can add up to ONE additional currency (only 1 for the DEMO version, but on REAL up to 5) to the "comparison pool" that alrea
FREE
SuperTrend V
Muhammad Hassaan
5 (1)
*This is TradingView indicator converted to mql4* The SuperTrend V indicator is a popular technical analysis tool used to identify trends and potential trend reversals in financial markets. It is based on the concept of the SuperTrend indicator but incorporates additional features and variations. The SuperTrend V indicator uses a combination of price action and volatility to determine the trend direction and generate trading signals. Here are the key components and features of the indicator:
FREE
Mad Trailer EA
Calvin Andile Mahlangu
The mad trailer is an expert advisor for MT4  developed by KALIFX the mad trailer ea automatically trails stop-losses of trades filtered according to your preferences and adjusts the stop-loss level as the market price moves in a favorable direction. Instead of setting a static stop-loss, the magic trailer EA allows traders to “trail” their stop-loss at a certain distance below the current market price. This automated approach helps traders lock in profits while protecting against potential r
FREE
You can check out comment #1 how does it work This is a very useful tool, enter the currency charts you need to open, use the symbol "/" to distinguish them, and select the periodicity /TF of the chart, press the button and they will open the charts for you in batches without you having to manually open them each! Because some EA use multiple currency pairs strategy, but do not support one chart to support all currency pairs, so I developed this tool, hope you like it, if you are satisfied with
FREE
AQ RiskOptimizer
HIT HYPERTECH INNOVATIONS LTD
5 (2)
Risk Optimizer is the absolute solution for applying risk management on your account. Bad risk management is the main reason that causes traders to lose money. Risk Optimizer calculates and suggests the correct lot size for each position according to your personal, customized risk profile. You can give directly your preferred risk as percentage (%) for each position or you can trust our algorithms to calculate and optimize according to your risk category selection. But it is not only that! Selec
FREE
This program calculates the average opening price for sell and buy positions separately. Program allows you to modify the stop loss value to the calculated breakeven price, this value could also be modified by a user-defined integer value in points. All you have to do is press the button. You can also choose Logs_Display_Enable input value if you need to get some additional, useful informations. Enjoy using !!!
FREE
The Cossover MA Histogram indicator is a simple tool showing the trend based on crossover of moving averages. Simply specify two mobving averages and addicional parameters like MA method and Applied price. When fast MA is above slow MA the histogram is green, indicating an uptrend. When MA fast is below MA slow the histogram is red, indicating an downtrend.
FREE
The TLR indicator is a market trend identification indicator. The idea behind this indicator is to use 3 linear regression lines, one short-term, one medium-term, and one long-term. The UPTREND will be determined when: The long-term linear regression line and the medium-term linear regression line have an uptrend. The long-term linear regression line has an uptrend, the medium-term linear regression line has a sideway, and the short-term linear regression line has an uptrend. The DOWNTREND will
FREE
RSX Signal 2 AM
Andriy Matviyevs'kyy
The indicator displays the signals of the RSX oscillator on the price chart. (To display these signals in a separate window, along with the oscillator, another indicator is used -  RSX Osc 4 AM ). It is optimal to use the indicator signals as signals to open a trade when the price overcomes the maximum or minimum of the bar at which the signal was given. An opposite signal cancels the previous signal. Settings: Data period for indicator calculation - data period for indicator calculation; Data
FREE
FFx Fractals
Eric Venturi-Bloxs
4.6 (5)
The purpose of this new version of the MT4 standard indicator provided in your platform is to display in a sub-window multiple timeframes of the same indicator. See the example shown in the picture below. But the display isn’t like a simple MTF indicator. This is the real display of the indicator on its timeframe. Here's the options available in the FFx indicator: Select the timeframes to be displayed (M1 to Monthly) Define the width (number of bars) for each timeframe box Alert pop up/sound/ema
FREE
FFx Stochastic
Eric Venturi-Bloxs
4.7 (10)
O objetivo desta nova versão do indicador-padrão em MT4 fornecida em sua plataforma é exibir em uma sub-janela vários períodos do mesmo indicador. Veja o exemplo mostrado na imagem abaixo. Mas a exibição não é como um indicador MTF simples. Esta é a exposição real do indicador no seu intervalo de tempo. Eis as opções disponíveis no indicador FFX: Selecione os prazos a serem exibidos (M1 para Mensal) Defina a largura (número de barras) para cada caixa de tempo Alerta pop up/som/email/push (Stoch
FREE
The Hull Moving Average (HMA), developed by Alan Hull from 2005, one of the most fast-moving Average, reduce lag and easy to use to identify Trend for both Short & Long term. This Indicator is built based on exact formula of Hull Moving Average with 3 phases of calculation: Calculate Weighted Moving Average (WMA_01) with period n/2 & (WMA_02) with period n Calculate RAW-HMA: RAW-HMA  = 2 * WMA_01(n/2) - WMA_02(n) Weighted Moving Average with period sqrt(n) of RAW HMA HMA = WMA (RAW-HMA, sqrt(n
FREE
This is a regression tree indicator for MT4/MT5. This indicator classificate nodes on the time period so that the deviation becomes smaller, and displays regression line and channel for each node. It's free! Attached CartDemo.ex4 and CartDemo.ex5 is a Demo version and has the following limitations: Method is RandomForest only Maximum number of bars is 200 Maximum number of trees is 2 Maximum tree depth is 2 Calculated waste lines are shown Not display correlation coefficients Fu
FREE
COG LR Osc AM
Andriy Matviyevs'kyy
The presented indicator allows you to determine potential entry points into the market and set protective orders at reasonable levels. This product can be useful for both beginners and experienced traders. The indicator is based on calculation methods proven by time and practicing traders. The indicator is calculated in two stages: At the first stage, linear regression (LR) of the selected price type is determined for a given number of chart periods. At the second stage, the obtained data is p
The utility Filled Area Chart adds to the standard set of price presentations. It is a brand new, nice price chart. You will certainly like it if you want to feel yourself a trader born under the Bloomber lucky star. The Properties allow to set the colors and other things: Color preset - choose a preset or set to "Custom" and set your own colors using the properties below. Custom area color - color of the area below the price line. Works only with Color preset = Custom. Custom chart color -
FREE
UPD1 D Levels
Vitaliy Kuznetsov
5 (1)
O indicador de níveis baseia-se nos dados do dia anterior. A fórmula matemática determina os níveis de entrada e saída.  Recomendações de negociação. Os níveis são negociados no início da sessão europeia quando a volatilidade aparece. Em caso de volatilidade insuficiente, use metade do take profit para sair. Se o preço inverteu a metade do take profit, então na inversão procure um objetivo também ao nível de metade do take profit. Se o preço saltou do nível de entrada, então na direção oposta
FREE
Dashboard Super MA RSI CCI Demo is the demo version of Dashboard Super MA RSI CCI, which have full functionalities of the paid version, except timeframe of MA1, MA2, RSI, and CCI has been fixed to be TF_MA1=M30, TF_MA2=H1, TF_RSI=M30, TF_CCI=M30 (full version has ability to adjust/select full range timeframe for MA1, MA2, RSI, and CCI). To access the full version, please re-direct to this LINK . Entry Signal Refer to screenshot2 Make sure completing the following action items to make this da
FREE
Safety
Sergey Ermolov
4.67 (3)
Eu acho que todo mundo conhece a regra da Gestão de dinheiro como "cofre". Para aqueles que não estão cientes, o cofre envolve o fechamento de metade da posição depois que o lucro da transação foi igual ao tamanho da parada. Assim, mesmo que o preço se desdobre e pegue o stop, você não perderá dinheiro, porque exatamente o mesmo tamanho de lucro foi obtido ao fechar parte da posição anteriormente. O Safety Advisor tem apenas uma configuração-Um lote de fechamento. Deixando - o na posição 0, O
FREE
Trailing by SAR
Konstantin Kulikov
5 (1)
Tracking positions using trailing on the Parabolic SAR indicator. It is necessary to allow automated trading in the terminal settings. In testing mode, the utility opens Buy or Sell positions on the first ticks, which allows you to visually observe the given logic, changing the utility parameters. In real mode, the utility does not open positions. Parameters magic  - magic number. If less than 0, positions with any magic number are tracked. only_this_symbol  - only chart symbol. If  false , posi
FREE
The indicator helps to identify possible rollbacks and reversals. Shows the direction of the price movement and is painted in the appropriate color. Allows you to conduct trend and counter trend trading It works on all timeframes, on any currency pairs, metals and cryptocurrency Can be used when working with binary options Distinctive features Does not redraw; Simple and clear settings; It works on all timeframes and on all symbols; Suitable for trading currencies, metals, options and cryptocurr
FREE
Stop controller – утилита, которая следит за тем, чтобы у ордеров были установлены стоп-приказы и за уровнем просадки или прибыли. Стоп-приказы можно установить, как пользовательские, так и расчётные. Также она способна сопровождать рыночные ордера. Сопровождение выглядит следующим образом: утилита отслеживает промежуточные между ценой открытия и тейкпрофитом цели и частично закрывает сделки, при этом переводя стоплосс на уровень предыдущей цели. Частичное закрытие ордеров можно отключить. Чтобы
FREE
This practical tool let you setup your keyboard to have shortcuts and hotkeys to change Chart TimeFrame.  Bring your trading to another level by actually take fast and smooth control of switching Time Frames without losing time clicking all over the Meta Trader Terminal.  This tool is born due to scalping issues, where switching from higher timeframe and lower timeframes is really mandatory to make a multi timeframe analysis of the trading setup.  Uplift your trading activity, by letting your k
FREE
Os compradores deste produto também adquirem
Trade Assistant MT4
Evgeniy Kravchenko
4.46 (181)
Ajuda a calcular o risco por comércio, a fácil instalação de uma nova encomenda, gestão de encomendas com funções de fecho parcial, trailing stop de 7 tipos e outras funções úteis. Atenção, o aplicativo não funciona no testador de estratégia. Manual, Description, Download demo Função de linha Mostra no gráfico a linha de Abertura, Stop Loss, Take Profit. Com esta função é fácil definir uma nova ordem e ver as suas características adicionais antes da abertura.   Gestão de risco A função de cá
Você acha que em mercados onde o preço pode mudar em uma fração de segundo, colocar os pedidos deve ser o mais simples possível? No Metatrader, cada vez que você deseja abrir uma ordem, você deve abrir uma janela onde você insere o preço de abertura, stop loss e take profit, bem como o tamanho da negociação. Ao negociar nos mercados financeiros, a gestão de capital é essencial para manter seu depósito inicial e multiplicá-lo. Portanto, quando você deseja fazer um pedido, provavelmente se pergunt
Local Trade Copier EA MT4
Juvenille Emperor Limited
5 (80)
Experimente uma cópia de negociação excepcionalmente rápida com o Local Trade Copier EA MT4 . Com sua fácil configuração de 1 minuto, este copiador de negociações permite que você copie negociações entre vários terminais MetaTrader no mesmo computador Windows ou em um Windows VPS com velocidades de cópia ultra rápidas de menos de 0.5 segundos. Seja você um trader iniciante ou profissional, o Local Trade Copier EA MT4 oferece uma ampla gama de opções para personalizá-lo de acordo com suas necess
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.66 (68)
Copiadora comercial para MetaTrader 4. Ele copia negociações, posições e pedidos em forex de qualquer conta. É uma das melhores copiadoras comerciais  MT4 - MT4, MT5 - MT4 para a versão COPYLOT MT4  (ou MT4 - MT5 MT5 - MT5 para a versão COPYLOT MT5 ). Versão MT5 Descrição completa +DEMO +PDF Como comprar Como instalar    Como obter arquivos de log    Como testar e otimizar    Todos os produtos da Expforex Versão da copiadora para o terminal MetaTrader 5 ( МТ5 - МТ5, МТ4 - МТ5 ) -  Copylot
O MT4 para Telegram Signal Provider é uma ferramenta fácil de usar e totalmente personalizável que permite o envio de sinais para o Telegram, transformando sua conta em um provedor de sinais. O formato das mensagens é totalmente personalizável! No entanto, para uso simples, você também pode optar por um modelo predefinido e habilitar ou desabilitar partes específicas da mensagem. [ Demonstração ]   [ Manual ] [ Versão MT5 ] [ Versão Discord ] [ Canal do Telegram ] Configuração Um guia do usuá
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
TradePanel MT4
Alfiya Fazylova
4.91 (88)
Trade Panel é um assistente comercial multifuncional. O aplicativo contém mais de 50 funções para negociação manual e permite automatizar a maioria das ações de negociação. Antes de comprar, você pode testar a versão Demo em uma conta demo. Demonstração aqui . Instruções completas aqui . O aplicativo foi concebido como um conjunto de painéis interconectados: Painel para comércio. Projetado para realizar operações comerciais básicas: Abertura de ordens e posições pendentes. Fechar ordens e posiçõ
Trade copier MT4
Alfiya Fazylova
4.67 (30)
Trade Copier é um utilitário profissional projetado para copiar e sincronizar negociações entre contas de negociação. A cópia ocorre da conta / terminal do fornecedor para a conta / terminal do destinatário, instalada no mesmo computador ou vps. Antes de comprar, você pode testar a versão demo em uma conta demo. Versão de demonstração aqui . Instruções completas aqui . Principais funcionalidades e benefícios: Suporta a cópia de MT4> MT4, MT4> MT5, MT5> MT4, incluindo contas "MT5 netting". Os mod
The Best One Scalping Trade Panel functional manual trade panel with risk reward, auto SL by candle ( original solution), lot size calculation, one-click trading, scale in and out of trades (partial close),  Works with all symbols not just currency pairs, perfect works on DAX, NASDAQ, GOLD, ...... I earn every day during live stream on ZakopiecFX - join Me Risk by lot Risk by percent SL by points SL by Candle, Renko, RangeBar ( original solution) TP by point TP by Risk/Reward Auto Trailing b
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
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
Trade Dashboard MT4
Fatemeh Ameri
5 (23)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download   demo version  right now. You can find details
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types   - Set and forget trading
KT Equity Protector MT4
KEENBASE SOFTWARE SOLUTIONS
3 (2)
KT Equity Protector EA consistently monitors the account equity and closes all the market and pending orders once the account equity reached a fixed equity stop loss or profit target.  After closing all trading positions, the EA can close all open charts to stop other expert advisors from opening more trading positions. Equity Stop-Loss If your current account balance is $5000 and you set an equity stop loss at $500. In this case, the KT Equity Protector will close all the active and pending
VirtualTradePad mt4 Extra
Vladislav Andruschenko
4.85 (62)
Painel de negociação para negociação em 1 clique.  Trabalhando com posições e pedidos!  Negociar a partir do gráfico ou do teclado. Usando nosso painel de negociação, você pode negociar com um clique no gráfico e realizar operações de negociação 30 vezes mais rápido do que o controle MetaTrader padrão. Cálculos automáticos de parâmetros e funções que tornam a vida mais fácil para um trader e ajudam-no a conduzir suas atividades de trading com muito mais rapidez e conveniência. Dicas gráficas e
Trade Manager para ajudá-lo a entrar e sair rapidamente de negociações enquanto calcula automaticamente seu risco. Incluindo recursos para ajudar a evitar negociações excessivas, negociações de vingança e negociações emocionais. As negociações podem ser gerenciadas automaticamente e as métricas de desempenho da conta podem ser visualizadas em um gráfico. Esses recursos tornam este painel ideal para todos os traders manuais e ajudam a aprimorar a plataforma MetaTrader 4. Suporte multilíngue. Vers
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
Take a Break
Eric Emmrich
5 (27)
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
Trade Assistant GS
Vasiliy Strukov
5 (33)
O painel de negociação é limitado ao gerenciamento de ordens - tanto abertas por meio de botões quanto abertas pelo usuário. Simples e conveniente na coleção. Irá complementar qualquer comprador. Eu recomendo usá-lo em conjunto com o indicador Gold Stuff. Configure a negociação como ordens únicas e construa uma grade com uma distância. Para criar uma grade padrão, basta definir uma distância grande, como 10000. Os resultados em tempo real podem ser vistos aqui. Entre em contato comigo imedi
The News Filter
Leolouiski Gan
5 (17)
Este produto filtra todos os consultores especializados e gráficos manuais durante o horário das notícias, para que você não precise se preocupar com picos de preços repentinos que possam destruir suas configurações de negociação manuais ou negociações realizadas por outros consultores especializados. Este produto também vem com um sistema de gerenciamento de pedidos completo que pode lidar com suas posições abertas e ordens pendentes antes do lançamento de qualquer notícia. Depois de comprar o
Assuma o controle de sua carteira forex. Veja instantaneamente onde você está, o que está funcionando e o que está causando dor! VERSÃO MT5 DISPONÍVEL AQUI: https://www.mql5.com/en/market/product/58658 O Painel do Trade Manager foi projetado para mostrar rapidamente onde está cada posição que você tem no mercado cambial atualmente e tornar o gerenciamento de risco e a exposição a moedas mais fáceis de entender. Para os comerciantes que escalam para o mercado gradualmente com várias posições o
O MT4 to Discord Signal Provider é uma ferramenta fácil de usar e totalmente personalizável, projetada para enviar sinais de negociação diretamente para o Discord. Esta ferramenta transforma sua conta de negociação em um provedor de sinais eficiente. Personalize os formatos de mensagens para se adequar ao seu estilo! Para facilitar o uso, selecione entre modelos pré-desenhados e escolha quais elementos da mensagem incluir ou excluir. [ Demo ] [ Manual ] [ Versão MT5 ] [ Versão Telegram ] Confi
The top-selling EAs on the market cost a lot and one day they are suddenly gone. This is because one strategy will not work in the forex market all the time. Our product is unique from all others in the MQL Marketplace because our EA comes with 34+ built-in indicators that allow adding more strategies every time.  You build your strategy and keep updating it. If one strategy does not work, simply build another all using only one EA. This is All-In-One EA in this market place. You can use as trad
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
Equity Shield
Vladimir Stepanov
4.63 (8)
O Expert Advisor protegerá sua conta de perdas inesperadas monitorando constantemente o patrimônio e seguindo as regras conforme a entrada nos parâmetros. Quando as regras forem violadas, o EA fechará todas as negociações. Você pode configurar o EA para fechar todas as negociações com uma certa porcentagem ou perda de dinheiro, ou para fechar com uma certa porcentagem ou lucro em dinheiro. Este utilitário é muito útil para os Prop Trading Challenges para manter o draw baixo e proteger seu patri
The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. Parameters  -  Telegram Bot Token - create bot on Telegram and get token.  -  Telegram Chat ID  - input your Telegram user ID,  group / channel ID  -  Forward Alert - default true, to forward alert.  -  Send message as caption of Screenshot - default false, set true to send message below Screenshot  How to setup and guide  - Telegram
Ultimate Trade Copier
BLAKE STEVEN RODGER
5 (1)
This trade copy utility allows you to instantly and seamlessly replicate and synchronize unlimited orders from multiple master accounts to multiple slave accounts on your local machine. You can create custom channels (or portfolios) with advanced filtering capabilities to copy from multiple master accounts to multiple slave accounts. Moreover, you can tailor these channels with a range of lot sizing and trade condition options to ensure that copied trades outperform the original source. You can
Copie sinais de qualquer canal do qual seja membro (incluindo privados e restritos) diretamente para o seu MT4.  Esta ferramenta foi projetada com o usuário em mente, oferecendo muitos recursos que você precisa para gerenciar e monitorar as negociações. Este produto é apresentado em uma interface gráfica fácil de usar e visualmente atraente. Personalize suas configurações e comece a usar o produto em minutos! Guia do Usuário + Demonstração  | Versão MT5 | Versão Discord Se você quiser experim
Painel de negociação com pré-definição de ordens e cálculo automático do lote para o terminal MT4. Atenção, o Painel de Negociação não funciona no testador de estratégias (apenas teste de trailing stop). Manual, Descrição, Download Light Demo. Traders bem-sucedidos são distinguidos pela autodisciplina e gerenciamento competente. Se você usar um lote fixo, você corre o risco. Afinal, em diferentes períodos de tempo, diferentes distâncias e uma negociação de perda podem cobrir vários lucros. Se vo
-25% discount ($149 -> $111) Everything for chart Technical Analysis indicator mt4 in one tool Draw your supply demand zone with rectangle and support resistance with trendline and get alerts to mobile phone or email alert -  Risk reward indicator Video tutorials, manuals, DEMO download   here .  Find contacts on my   profile . 1.   Extended rectangles and trendlines Object will be extended to the right edge of the chart when price will draw new candles on chart. This is rectangle extender or
Mais do autor
input int hlength=85; input int vlength=25; input int DX=-340; input int DY=-80; input string InpDirectoryName="Data"; // directory name input double lots_default=1; input int    pc_times_default=2; input double deposit_minimal=200; input double floating_loss_percent=10; input double margin_occupied=0.2; input int    trade_allowed=1;//0代表测试模式   bool showbutton=TRUE; int tradingnumber=3;//控制买卖交易数量 struct  edit_update { string symbol; int    type; //0代表buy,1代表sell int    magic;//代表magic dou
FREE
Filtro:
Sem comentários
Responder ao comentário