Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

ADX + MA - expert for MetaTrader 4

Views:
24950
Rating:
(15)
Published:
2013.05.21 09:09
Updated:
2014.04.21 14:56
MADX-07.mq4 (6.16 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance


 This Es is using 2 MAs with Input parameters:

  •  maPerBig     = 25;
  •  ModeBig      = 2;
  •  appPriceBig  = 2;
  •  maPerSmal    = 5;
  •  ModeSmal     = 1;
  •  appPriceSmal = 0; 

and Input Parameters for ADX: 

  • advPeriod    = 11;
  •  appPriceAdx  = 4;
  •  advLevelMa   = 13; 
  •  advLevelPl   = 13;
  •  advLevelMi   = 14; 

 


X trader v2 X trader v2

Trades when two moving averages cross each other

PSAR trader v2 PSAR trader v2

Trades using parabolic SAR signals

BreakOut BreakOut

This EA will open a Long Order if the Price move above yesterday High or Short Order if the Price move beneath yesterday Low.

FollowYourHeart FollowYourHeart

"Follow Your Heart" is an Expert Advisor that open an Order strictly by price increase/decrease during nBars on the M1 time frame (without any indicators).