Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Money Management - sistema esperto per MetaTrader 5

Visualizzazioni:
14095
Valutazioni:
(15)
Pubblicato:
2023.04.17 14:37
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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.