• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA Need Help to Create an Expert Advisor in MQ4 Based on an FVG Indicator

nirvano

Member
Credit Hunter
Credits
0
Hello everyone,

I’m looking for assistance in creating an Expert Advisor (EA) for MetaTrader 4 (MT4) based on an indicator I have that identifies Fair Value Gaps (FVG).

Strategy Overview
The idea is to use the FVG indicator to place limit orders at specific levels identified by the indicator. The EA would:

  1. Detect the FVG zones automatically.
  2. Place pending limit orders on those levels.
  3. Include basic risk management options (e.g., stop-loss, take-profit, lot size, etc.).
I can share the FVG indicator file and explain the exact logic behind the strategy.

If anyone could help or share resources to guide me in coding this, I’d be very grateful. Feel free to ask if you need more details!

Thank you in advance!
 

Attachments

This indicator you have must open the trade when the buy or sell signal is closed. Then the signals will become advanced on the chart. Then they must be corrected again by opening the signal 3 candles before
 
I was able to get started with this code! I allowed this robot to read the links created by the indicator like FVG_DYNAMIC_Bearish_A and FVG_DYNAMIC_Bullish_B

but I couldn't go more than that!
there are problems in the code it opens several operations in the same level
 

Attachments

Back
Top