Free Expert Advisor e-BJF-ADX
Free Expert Advisor e-BJF-ADX Conception
Open market Buy if +DI above -DI
Open market Sell if +DI below -DI
Close orders on StopLoss, TakeProfit, reversed signal.
Free Expert Advisor e-BJF-ADX Options
Trade params
AccDigits = 5;
// set 5 if EURUSD pair has 5 digits after decimal point (for ex. 1.34217)
// set 4 if EURUSD pair has 4 digits after decimal point (for ex. 1.3421)
SupportECN = false;
// set true for ECN brokers
// true means that sl and tp will be added only after an order open
AllowLongs = true; // set true to allow long orders
AllowShorts = true; // set true to allow short orders
Lot = 0.1; // lots volume
StopLoss = 100; // StopLoss is 100 pips
// 0 is the same as no StopLoss
TakeProfit = 100;
// TakeProfit is 100 pips
// 0 is the same as no TakeProfit
ReverseSignals = false;
// swap Buy and Sell signals true/false
Slippage = 3; // max. permissible slippage value, pips
Magic = 20110422; // unique orders ID
ADX
ADX.TF = 0; // Timeframe of the chart (chart period). It can be any of the following values:
//
// Constant; Value; Description
// PERIOD_M1; 1; 1 minute.
// PERIOD_M5; 5; 5 minutes.
// PERIOD_M15; 15; 15 minutes.
// PERIOD_M30; 30; 30 minutes.
// PERIOD_H1;60; 1 hour.
// PERIOD_H4; 240; 4 hour.
// PERIOD_D1; 1440; Daily.
// PERIOD_W1; 10080; Weekly.
// PERIOD_MN1; 43200; Monthly.
// 0 (zero); 0; Timeframe used on the chart.
ADX.period = 14; // ADX option
ADX.applied_price = PRICE_CLOSE; // Applied price constants. It can be any of the following values:
//
// Constant; Value; Description
// PRICE_CLOSE; 0; Close price.
// PRICE_OPEN; 1; Open price.
// PRICE_HIGH; 2; High price.
// PRICE_LOW; 3; Low price.
// PRICE_MEDIAN; 4; Median price, (high+low)/2.
// PRICE_TYPICAL; 5; Typical price, (high+low+close)/3.
// PRICE_WEIGHTED; 6; Weighted close price, (high+low+close+close)/4.
ADX.SignalBar = 1;
// 0: get ADX signals from open bar
// 1: get ADX signals from closed bar
Your Review: Note: HTML is not translated!
Rating: Bad Good
Enter the code in the box below:


Categories
Information
News & RSS 
Shopping Cart
Bestsellers



Specials
Featured

