Strategy Builder
- Indicateurs
- Pavel Shutovskiy
- Version: 3.5
- Mise à jour: 27 mai 2020
- Activations: 20
Strategy Builder
Indicateur:
- 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)
Paramètre:
- Notification -activer les notifications
- Comment - pour afficher un commentaire sur les indicateurs inclus
- Arrow Up - Caractères de police Wingdings pour le signal
- Arrow Down - Caractères de police Wingdings pour le signal vers le bas
- Bars - Le nombre de barres dans l'historique pour afficher les signaux de l'indicateur
- Reverse - Signaux inversés de tous les indicateurs
- Signal - Sélectionnez la méthode de formation du signal lors de l'utilisation de plusieurs indicateurs: des règles strictes - des signaux seront formés lorsque plusieurs signaux d'indicateurs coïncident sur une barre. règles faciles - les signaux seront formés selon la règle du filtre d'indicateur et de l'indicateur principal
un exemple d'une fonction de réception de signaux dans 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