Yurii Shvechikov / Profil
- Information
|
1 Jahr
Erfahrung
|
14
Produkte
|
0
Demoversionen
|
|
0
Jobs
|
0
Signale
|
0
Abonnenten
|
Fixed: When pressing the BUY/SELL button, the entry level moves to the current price, rather than remaining at its initial value. The same applies to the automatic stop-loss line calculation. It only worked in one mode.
Several minor bugs have been fixed: when changing the time frame, trade entry and stop-loss positions were reset. Also, when changing the timeframe, the panel keeps moving to the upper-left corner
## az_session_atr - Anleitung für Einstellungen ## Was der Indikator anzeigt Der Indikator zeigt die ATR für jede Session separat an. Wenn Sie nur in Europa handeln, macht es manchmal keinen Sinn, sich die übliche tägliche ATR anzusehen. Für jede der drei Handelssitzungen (Asien, Europa, Amerika) wird eine Zeile wie diese angezeigt: ``` Asien ATR(20): 42,3 | Move: 18,7 (44%) | Left: 23,6 ●● ``` | Feld | Wert | |---|---| | `ATR(20)` | Median ATR für 20 Handelstage | | `Bewegung: 18.7 (44%)` |
Fixed a bug: When a signal level is disabled, deleting the currently visible level also deletes the disabled (hidden) levels. This was especially critical when trying to clear level 1 signals, and levels 2 and 3, which were intentionally disabled to avoid getting lost, were also deleted.
Fixed a bug: if you turn off unnecessary levels, MM Zones (grouped from a large number of signals in one place within the zone) remained on the screen.
Over the weekend, I implemented the data export feature. After testing it in the live market, the next step will be to develop a utility to import this data and plot it on a chart for subsequent analysis and algorithm improvement. Just to remind you, the data must be obtained from the live market, as the indicator, unfortunately, does not work historically. If the data is not extracted immediately, it can be considered lost.
Wir alle wissen, dass der Beginn einer H4-Kerze je nach Broker "verschoben" werden kann. Ich habe einen Indikator geschrieben, der Kerzen "verschoben" auf den gewünschten Wert zeichnet. Außerdem zeichnet er H4-Kerzen auch auf kleineren Timeframes. Er funktioniert auf Zeitrahmen bis zu H4 und ermöglicht einen klaren Vergleich mit den Ergebnissen des Brokers. Es gibt eine separate Option zum Anpassen des Kerzenkörpers und der Konturfüllung. Sie können auch die Zeichnung für einen bestimmten
If you want a zone based on a single candlestick, press Draw -> Click the candlestick (as before).
If you want a zone based on a range: Draw a line using the MT5 "Trend Line" tool -> Press Draw -> Click on your line. It will disappear and turn into a zone — a range of several candlesticks. The Trend Line should be selected before creating. This idea works in SHADOW_MODE only! If you want to make a zone of several candles, select SHADOW_MODE in the settings.
Minor code refactoring + added the ability to see the timeframe on which the level was originally created. By default, the drawing position is set to the top center of the level lines. Remember, the location can be changed in the indicator settings.
Minor bug fixes. The default settings have been slightly changed.
Fixed a bug where the fill area was not drawn to the visible area of the screen. Added border lines to the fill area.
ShowBorderLines - enable/disable border lines
BorderLineColor - border line color (gray by default)
BorderLineStyle - line style (dotted)
BorderLineWidth - line thickness
ShowBorderPrices - show prices on border lines
Added the ability to enable alerts when the price reaches a level boundary or 50% of a range. Flexible alert configuration for the desired boundary. Ability to turn the pop-up alert on and off. Unfortunately, I can't implement manual sound file selection; I couldn't find this option in the MQL5 language.
Fixed a lot size calculation error for the XAUUSD (CFD Gold) instrument, fixed an error in the information window header, set a reduced risk for the initial calculation to 0.5% and increased the RR to 1 to 3. You can set your preferred risk and profit parameters in the settings.

