Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook ü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

Money Management - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
14091
Derecelendirme:
(15)
Yayınlandı:
2023.04.17 14:37
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

This EA takes calculates the current account balance and based on user's input of risk and profit percentage , it can close trades either in profit or in loss.


This tool might be helpful to people who prefer this method in managing their positions.


NOTE!!!

In P_pro, I included a line of code which opens one sell position at a time. This is just to demonstrate how the EA works and I have removed this feature in money management mq5. 


If you notice any bugs or issues please let me know.

Tick Speed Indicator Tick Speed Indicator

This example was created to see how long it takes to reach 100 ticks. So this indicator is a seconds / "centick" (centick = 100 ticks). It helps you trade orders flow.

Subtract Time Subtract Time

You learn how to subtract time, insert it manually in a string format, tick counter and see output on comment function.

Benchmark Benchmark

A set of macros to benchmark small code snippets for their execution speeds.

Volume Average Groups For Comparison Volume Average Groups For Comparison

Learn how to split the volume data into different groups so that you can compare them and create a strategy based on volume average.