Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

Panel-joke or a game system - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
7397
Derecelendirme:
(22)
Yayınlandı:
2016.04.14 10:27
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The game panel for manual and automated trading demonstrates the possibilities of the MasterWindows library. The panel code has been automatically generated using the environment for visual design of interface windows MasterWindows for MQL5.

By analyzing the price databases of the ENUM_APPLIED_PRICE type, you can make an assumption about the future price movement. The probability of such movement is shown as a scale and in terms of percentage. The functionality of the trade panel allows sending requests for the broker to execute trading operations. Market orders are used in this example. You can additionally reduce or increase the volume of a position, close a position, and enable autopilot.

Autopilot means automated trading based on the signals of the panel. The mode can be activated by pressing the appropriate button.

Input data:

input ENUM_TIMEFRAMES   tf=PERIOD_M5;// Chart period for signal calculation

You can set the required chart period, from which the program will copy price data for calculation.

Fig. 1. The game trade panel.

Fig. 1. The game trade panel

Recommendations:

  • The MasterWindows library should be added to the \MQL5\Include\ folder. The library provides adequate operation of the interface windows you create.
  • For a better display of created interface windows, use graphical schemes with a black background.
  • This is a demo panel (a joke program) and is not intended for live accounts. However, you can modify or replace the BUYorSELL() signal generation function in accordance with your trading system, add position support function , and try to use it on a live account.

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/15241

XCCX_StDev_HTF XCCX_StDev_HTF

The XCCX_StDev indicator with the timeframe selection option available in input parameters.

Exp_Stalin Exp_Stalin

A trading system based on the signals of the Stalin indicator.

NRTR NRTR

NRTR is a trend indicator calculated using the CLOSE prices.

KalmanFilter_StDev_HTF KalmanFilter_StDev_HTF

The KalmanFilter_StDev indicator with the timeframe selection option available in input parameters.