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

FVG based Momentum Detection - MetaTrader 5용 지표

조회수:
5137
평가:
(4)
게시됨:
2025.03.22 14:43
MomFVG.mq5 (3.74 KB) 조회
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

  • The Green line represents the total amount of FVGs in uptrend (filled or unfilled) in the specified window_size.
  • The Red line represents the total amount of FVGs in downtrend (filled or unfilled) in the specified window_size.
  • Green above Red means upside momentum.
  • Red above Green means downside momentum.
The indicator can also be applied as an exit indicator. 

Momentum based on FVG

Trend Zigzag (on ma cross) Trend Zigzag (on ma cross)

A static zigzag which connects the intersections of a moving average crossover

Introsort (Introspective sort) using Function Pointers Introsort (Introspective sort) using Function Pointers

A hybrid sorting algorithm that provide fast performance for sorting arrays of simple types, structures or object pointers.

Breakout Finder by LonesomeTheBlue Breakout Finder by LonesomeTheBlue

This is the exact conversion from pine script code by LonesomeTheBlue.

Withdrawal Tracking Withdrawal Tracking

This is a piece of code to add to an existing Expert advisor to track withdrawals from your account where the EA is running. It helps the user to monitor his or her withdrawals from a particular account.