• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 9:40pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 9:40pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

EAs: Spread filter VS News filter 3 replies

Can someone add filter to this MA alert 33 replies

Add entry filter to 2EMA cross indicator 2 replies

Code for "if ADX (-1) < ADX (-2)" 18 replies

Looking for Super ADX/Power ADX 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 2
Attachments: Help me to add ADX filter to my EA
Exit Attachments
Tags: Help me to add ADX filter to my EA
Cancel

Help me to add ADX filter to my EA

  • Post #1
  • Quote
  • First Post: Nov 3, 2018 1:49pm Nov 3, 2018 1:49pm
  •  TheBestMA
  • Joined Feb 2018 | Status: Member | 293 Posts
i have an ea attached and want to add the ADX filter coded below, can you guys someone help me to do this?

bool ADX_filter(int type=0)
{
bool result=false;
double ADXminus = iADX(Symbol(),0,ADX,PRICE_OPEN,MODE_MINUSDI,0);
double ADXplus = iADX(Symbol(),0,ADX,PRICE_OPEN,MODE_PLUSDI,0);
double ADXmain = iADX(Symbol(),0,ADX,PRICE_OPEN,MODE_MAIN,0);
if( type==1 ) // Buy
{
if( ADXplus>ADXfactor*ADXminus && ADXmain>=23 && ADXmain<=70 ) result=true;
}

if( type==-1 ) // Sell
{
if( ADXminus<ADXplus/ADXfactor && ADXmain>=23 && ADXmain<=70 ) result=true;
}
return(result);
}
Attached File(s)
File Type: mq4 adxindicatoredit EA.mq4   9 KB | 202 downloads
  • Post #2
  • Quote
  • Last Post: Nov 3, 2018 7:36pm Nov 3, 2018 7:36pm
  •  arby1108
  • | Joined Dec 2016 | Status: Member | 62 Posts
here you go.
Attached File(s)
File Type: mq4 adxindicatoredit EA.mq4   11 KB | 290 downloads
 
1
  • Platform Tech
  • /
  • Help me to add ADX filter to my EA
  • Reply to Thread
0 traders viewing now
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023