당사 팬 페이지에 가입하십시오
- 조회수:
- 22605
- 평가:
- 게시됨:
- 2023.04.17 14:37
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.

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.

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

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

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