Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

Money Management - expert for MetaTrader 5

Views:
13837
Rating:
(15)
Published:
2023.04.17 14:37
Need a robot or indicator based on this code? Order it on Freelance Go to 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.