Strategy Builder
- Indicadores
- Pavel Shutovskiy
- Versão: 3.5
- Atualizado: 27 maio 2020
- Ativações: 20
Strategy Builder
O indicador de Construtor de estratégia permite criar estratégias clássicas e individuais sem carregar o gráfico com um grande número de indicadores e sem rastrear muitos indicadores diferentes para identificar o sinal verdadeiro. O Construtor de estratégias exibe sinais na forma de setas em 30 indicadores padrão, 23 indicadores mostrando divergência clássica e oculta, recebendo sinais de níveis de Fibonacci, horizontal, linhas de tendência e retângulo. Com a ajuda deste indicador, você pode receber sinais de um indicador, bem como de vários indicadores, selecionando os indicadores principais e auxiliares como um filtro nas Configurações.
Os indicadores são duplicados, por isso é possível obter as leituras, por exemplo, RSI a partir de diferentes prazos, é possível receber sinais ao cruzar as linhas (Crossing) em 13 indicadores.
Indicador:
- AC - Accelerator/Decelerator + Divergence
- AD - Accumulation/Distribution + Divergence
- ADX - Average Directional Movement Index + Divergence
- Alligator
- AO - Awesome Oscillator + Divergence
- ATR - Average True Range + Divergence + Crossing
- Bands - Bollinger Bands®
- Bears Power + Divergence
- Bulls Power + Divergence
- BWMFI - Market Facilitation Index - Divergence
- CCI - Commodity Channel Index + Divergence + Crossing
- DeMarker + Divergence + Crossing
- Envelopes + Crossing
- Force Index + Divergence + Crossing
- Fractals
- Gator Divergence
- Heiken Ashi
- Ichimoku - Ichimoku Kinko Hyo
- MA - Moving Average + Crossing
- MACD - Moving Averages Convergence/Divergence + Divergence
- MFI - Money Flow Index + Divergence + Crossing
- Momentum + Divergence + Crossing
- OBV - On Balance Volume + Divergence
- OsMA - Moving Average of Oscillator + Divergence
- RSI - Relative Strength Index + Divergence + Crossing
- RVI - Relative Vigor Index + Divergence + Crossing
- SAR - Parabolic Stop and Reverse system
- StdDev - Standard Deviation + Divergence + Crossing
- Stochastic Oscillator + Divergence + Crossing
- Volumes + Divergence
- WPR - Larry Williams' Percent Range + Divergence + Crossing
- ZigZag
- Graphic objects (horizontal, trend lines, rectangle, Fibonacci levels)
Parametro:
- Notification -activar as notificações
- Comment - para mostrar um comentário sobre os indicadores incluídos
- Arrow Up - Combinações de caracteres de letra para o sinal para cima
- Arrow Down - Combinações de caracteres de letra para o sinal baixo
- Bars - O número de barras no histórico para mostrar os sinais do indicador
- Reverse - Sinais inversos de todos os indicadores
- Signal - Selecione o método da formação do sinal ao usar vários indicadores: regras estritas-sinais serão formados quando vários sinais indicadores coincidem em uma barra. regras simples-os sinais serão formados de acordo com a Regra do filtro indicador e do indicador principal
Chamar o indicador na EA é limitado pelo número de Parâmetros de entrada da iCustom para receber sinais: o indicador deve ser definido no gráfico, a recepção do sinal é possível usando a função GlobalVariableGet
exemplo de uma função de recepção de sinais na EA:
int IndicatorSignal(){ if(GlobalVariableGet("Strategy Builder " + _Symbol + " " + (string)_Period) == 1.0) return 0; // sinal UP if(GlobalVariableGet("Strategy Builder " + _Symbol + " " + (string)_Period) == 2.0) return 1; // signal DOWN return -1; }
Amazing Service - I was having trouble setting it up and Pavel very quickly sent me 3 different "set" files to load into the indicator and it is doing what it's supposed to do. Definitely worth it.
UPDATE: Having a little concern at the moment since after testing this product much more intently. If you are okay with repainting programs, then this is for you. I am currently using it in the most basic of forms and just wanted to know when the Main Line crosses the Signal Line when above 80% or below 20% for a fast and medium setting in the same time frame. This is a definitive point in time when using a candle closed condition. However, after it shows this, it continues to move the "Suggestion" arrow as the chart "flat lines" and there is not much movement either way, removes the suggested trade arrow if it begins reversing on you, and then also moves the arrow down to the optimal point when it does finally go up in the direction originally shown.
In Conclusion, if you are sitting there at your charts, it typically will provide an alert at the correct time but, unfortunately it tries to make things look prettier than they really are by repainting to the perfect spot. I have put in a request to see if this failing feature of so many programs that can absolutely mess up a strategy can be deleted and based on that, we will look into adjust the star rating.
Dine