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

Tick Speed Indicator - MetaTrader 5용 스크립트

Pablo Maruk
게시자:
Pablo
조회수:
4313
평가:
(8)
게시됨:
2023.04.16 17:41
업데이트됨:
2023.04.17 18:55
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

How fast does the price moves?
With this very simple piece of code you may learn how many seconds it takes to complete 100 ticks.

The less seconds it takes, the faster the price moves.
it uses the time subtraction to determine the time it takes to complete 100 ticks.

You may drag and drop the ea to the chart and see the comment on it with such information.

    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.

    Exponential Commodity Channel Index Exponential Commodity Channel Index

    Commodity Channel Index using exponential moving averages.

    Money Management Money Management

    Close trades when the percentage profit or risk of the account is reached

    Benchmark Benchmark

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