Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter ü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
Göstergeler

Profit Maximizer - MetaTrader 5 için gösterge

Mahmut Deniz
Yayınlayan:
Mahmut Deniz
Görüntülemeler:
294
Derecelendirme:
(1)
Yayınlandı:
2024.12.23 20:39
Güncellendi:
2024.12.25 13:11
PMax.mq5 (14.12 KB) görüntüle
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Output :
----------------------
    0 : SuperTrend
    1 : Direnc
    2 : Destek
    3 : Trend
----------------------


Profit labels for closed trades (deals) Profit labels for closed trades (deals)

Creating profit labels on deals (closed trades) which also show in the strategy tester

Average Range Average Range

Fiyat hareketleri ortalamasına göre hedef seviyeleri belirleyen bir göstergedir.

Buffers for each hour (binary) and an hour buffer from 0-23 - for data collection purposes Buffers for each hour (binary) and an hour buffer from 0-23 - for data collection purposes

Prototype for data collection. Dummy buffers for the data window (for data collection purposes) for the hour of the day, and an additional buffer for the hour of the day. Comments the hour of the day.

Perfect Trailing StopLoss Perfect Trailing StopLoss

Copy these into any EA you are busy coding and you"ll have a trailing sl the only things you'll need to change would probably be InpMagic for your magic number or you could just copy my code as is , Remember to add COrderinfo ord; and CPositionInfo pos;