Custom Trader EA 3.0
Robô de Negociação para Metatrader (MT4/MT5)
-
ℹ Visão global
Gostaria de automatizar sua negociação usando um indicador personalizado de sua escolha? Este EA negocia usando quase qualquer indicador personalizado. Ele oferece configurações totalmente personalizáveis, gerenciamento de posição flexível, sessões de negociação e dias da semana personalizáveis, um modo inverso e um modo martingale.
Tudo o que o robô precisa de você são duas entradas:
- O nome do arquivo do indicador para negociar
- O buffer de sinal ou os buffers de compra/venda para chamar
É isso! O buffer de sinal ou os buffers de compra/venda devem ser fornecidos pelo desenvolvedor do indicador.
- Fácil de usar e supervisionar
- Ponto de equilíbrio personalizável, SL, TP e trailing-stop
- Parâmetros de indicadores personalizáveis via entrada serializada
- As negociações podem ser fechadas em sinais opostos
- Filtrar negociação por sessões e dias da semana
- A negociação pode ser compatível com NFA/FIFO
- Funciona para corretoras ECN/Não ECN
- Funciona para símbolos de 2-3-4-5 dígitos
- Implementa um modo martingale
- Gerenciamento financeiro integrado
- Modo inverso disponível
O EA implementa quatro modos diferentes de gerenciamento de dinheiro:
- Tamanho de lote manual de negociação: o EA negociará um tamanho de lote fixo em cada negociação
- Cálculo automático de tamanhos de lote: o EA arriscará % da conta em cada negociação
- Martingale: O EA dobrará o tamanho do lote após uma negociação perdida
Ao usar este robô, certifique-se de digitar o nome do arquivo do indicador que você deseja negociar, pois ele existe na pasta mql4/indicators dentro da pasta de dados. Não digite o nome humano. Por exemplo, para negociar usando o "PZ Multi TDI Indicator" você deve digitar "PZ_MultiTDI" ao invés de "PZ Multi TDI". Para encontrar o nome do arquivo do indicador, basta carregar o indicador no gráfico e usar o nome do indicador que aparece no diálogo de configurações.
Este EA pode negociar usando todos os nossos indicadores gratuitos ou premium usando o buffer de sinal fornecido abaixo. No entanto, ele também pode trocar indicadores feitos por outros desenvolvedores: tudo que você precisa é saber ou pedir para os buffers ligarem.
Signal Buffers for our Metatrader Indicators
Indicator Name Signal Buffer MT4 Signal Buffer MT5 PZ 123 Pattern 1 1 PZ ABCD Retracement 1 1 PZ Bollinger Trend 5 5 PZ Candlestick Patterns 1 1 PZ Cup and Handle 1 1 PZ Day Trading 4 4 PZ Divergence Trading 4 4 PZ Double Top / Bottom 1 1 PZ Fractal Channel 2 2 PZ Harmonacci Patterns 1 1 PZ Head and Shoulders 1 1 PZ HHHC LLLC 3 3 PZ Inside Bars 0 0 PZ Lopez Flow 5 none PZ Lopez Impulse 7 none PZ Lopez Speed 6 none PZ Lopez Trend 6 6 PZ MACD TDI 7 7 PZ Megaphone 1 1 PZ Multi TDI 7 7 PZ Order Block 4 4 PZ Oscillator 8 none PZ Pennants 0 0 PZ Penta-O 1 1 PZ Reversal Fractals 2 0 PZ Sandwich Bars 0 0 PZ Super Trend 3 3 PZ Support Resistance 0 0 PZ Swing Trading 6 7 PZ The Zone 5 5 PZ Three Drives 1 1 PZ Trend Trading 12 12 PZ Triple Top / Bottom 1 1 PZ Turning Points 2 0 PZ Wedges 0 0 PZ Wolfe Waves 1 1
- ≡
Parâmetros
Ao carregar o gráfico expert, você terá à sua disposição uma infinidade de parâmetros de entrada, agrupados em blocos de fácil compreensão.
- Trading Direction
- Filter trades by direction: long, short or both.
- Max. Concurrent Longs
- Set the maximum possible amount of simultaneous buy orders.
- Max. Concurrent Shorts
- Set the maximum possible amount of simultaneous sell orders.
- Indicator Name
- Type the name of the indicator you wish to trade, without file extension. For example: "PZ_SuperTrend" or "MySimpleIndicator"
- iCustom Behavior
- Instruct the EA how to read the custom indicator. It can either read trades from a single buffer or read two different arrow buffers. What option to choose depends how the indicator was created. Ask your developer if you need help.
- Indicator Parameters
- Optionally, pass down serialized parameters to the robot, in the same order and type of the parameters of the indicator. Boolean parameters must be expressed as 1 for true and 0 for false. (For example: 10;2;3.0)
- Inverse Mode
- Enable or disable the inverse mode, to reverse buys and sells.
- Signal Buffer
- Enter the number of the signal buffer of the custom indicator.
- Buy Buffer
- Enter the number of the buy buffer of the custom indicator.
- Sell Buffer
- Enter the number of the sell buffer of the custom indicator.
- Session Settings
- Enable or disable trading for the Asian, European or American sessions.
- Weekday Settings
- Enable or disable trading for each day of the week.
- Position Management
- This group of settings applies to trading decisions and trade management. You can select trading direction, break-even in pips, trailing-stop in pips, trailing-step in pips, stop-loss in pip and take-profit in pips.
- Money Management
- In this settings block you can set the lotsize for the first trade, or allow the EA to calculate it by itself. It also implements a martingale mode with a custom lot multiplier. Entering a manual lot size is recommended.
- EA Settings
- If you trade with an US Broker, enable NFA/FIFO mode. Additionally, you can customie the custom comment for the trades and the magic number.
- ?
FAQ
- Can I trade any custom indicator?
- You'll be able to trade many custom indicators, but not all of them since not all indicators are created to display trading signals and not all of them implement a signal buffer.
- Can kind of indicators can be traded?
- This EA can trade almost any custom indicator, provided it was created to provide entry signals. The EA can read arrow buffers using a different buffer for each trading direction, or it can read a single signal buffer created to store signals in it. Most custom indicators out there fit this description.
- Can I trade using PZ Indicators?
- Yes. Most of our indicators have a signal buffer. But you can also trade indicators created by other developers.
- Can I disable the BE, SL, TP and TS and trade it as a reversal system?
- Yes, you can. Make sure to enable close on opposite signals.
- Does the EA use tick data?
- The EA trades at bar closing only.