Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Plot the previous candlestick OHLC of the selected period - MetaTrader 5 için gösterge
- Görüntülemeler:
- 4255
- Derecelendirme:
- Yayınlandı:
- 2023.09.10 15:14
- Güncellendi:
- 2023.09.10 18:18
- Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
This is an indicator which will automatically plot the previous highs and lows of the selected period with a colored horizontal line.
The indicator will maintain the previous high price and previous low price for the selected period when switching timeframe:
The default is plotting the previous day highs and lows.
You can adjust the period in the input so that you may also automatically plot the previous hourly highs and lows, the previous 30 minute highs and lows...and so on.
----------------------------------------------------
EDIT: An updated version now plots highs and lows as well as the open and close for the previous candle of the selected period.
This is a helper function which enables you to find the price of the symbol (the prices on the Y-axis) wherever you click the mouse on the chart. Using OnChartEvent, we don't have an MQL5 function in the API to do this, we can only obtain X and Y pixel values with mouse click.
Drag and Drop Move TakeProfitSet TakeProfit by just dragging and dropping script on the desired price level.
Stochastic beginner tutorial to learn how to code in MQL5
Automatic Chart RefresherA tool which refreshes the chart automatically and will make active indicators update if something stopped plotting on the chart.