Strategy Builder
- Indicadores
- Pavel Shutovskiy
- Versión: 3.5
- Actualizado: 27 mayo 2020
- Activaciones: 20
Strategy Builder
El indicador Strategy Builder le permite crear estrategias clásicas e individuales sin cargar el gráfico con un gran número de indicadores y sin rastrear muchos indicadores diferentes para identificar la verdadera señal. Strategy Builder muestra señales en forma de flechas en 30 indicadores estándar, 23 indicadores muestran divergencia clásica y oculta, recibiendo señales de los niveles de Fibonacci, horizontal, líneas de tendencia y rectángulo. Con la ayuda de este indicador, puede recibir señales de un indicador, así como de varios indicadores, seleccionando los indicadores principales y auxiliares como filtros en la configuración.
Los indicadores se duplican, por lo que es posible obtener las lecturas, por ejemplo, RSI de diferentes marcos de tiempo, es posible recibir señales al cruzar las líneas (intersección) en 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)
Parámetros:
- Notification -habilitar notificaciones
- Comment -para mostrar un comentario sobre los indicadores incluidos
- Arrow Up -Caracteres de fuente Wingdings para la señal hacia arriba
- Arrow Down -Caracteres de fuente Wingdings para señal hacia abajo
- Bars -El número de barras en la historia para mostrar las señales del indicador
- Reverse - Señales reversas de todos los indicadores
- Signal -Seleccione el método de la formación de la señal cuando se utilizan varios indicadores: reglas estrictas-las señales se formarán cuando varias señales del indicador coinciden en una barra. reglas fáciles-las señales se formarán de acuerdo con la regla del filtro del indicador y el indicador principal
Todos los parámetros se publican en la discusión.
Llamar al indicador en EA está limitado por el número de parámetros de entrada iCustom para recibir señales: el indicador debe configurarse en el gráfico, la recepción de la señal es posible utilizando la función GlobalVariableGet
un ejemplo de una función de recepción de señales en 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