거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Money Management - MetaTrader 5용 expert

조회수:
16299
평가:
(15)
게시됨:
2023.04.17 14:37
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

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.