Formation Logo
Brijon Concept of Threes
MQ4 API
 
Variables

Parameters

Brijon Concept of Threes
Collaboration diagram for Parameters:

Variables

double Lot = 1
 Lot size.
int MagicNumber = 0
 Magic Number.
string TradeComment = ""
 Optional Trade Comment.
bool CriminalIsECN = false
 Are you using a Criminal ECN.
bool SendAlertNotTrade = true
 Don't trade, send and alert instead.
bool TradeLong = true
 Trading direction choices.
bool TradeShort = true
 Trading direction choices.
int ClosureTargetPips = 3
 Trade closure.
bool UseCandleLength = false
 Take profit.
int TakeProfit = 0
 Take profit.
bool UseSquareForTakeProfit = false
 Take profit.
bool UseStopLoss = false
 Stop loss.
int StopLoss = 0
 Leave at 0 to use candle length.
bool UseSquareForStopLoss = false
 Use Square for Stop Loss.
string tdm = "----Automatic Trade direction----"
 CHOOSE ONE and ONLY ONE.
bool UseD1Close = false
 Use D1 Close for trade direction.
bool UseW1Close = false
 Use W1 Close for trade direction.
bool UseSquareFilter = true
 Use Square filter to determine direction.
bool UseVolume = true
 Use Volume upticks and downtick to determine direction.
int VolumeTickCountPeriod = 60
 Look peroid for voume count.
int MinTicksDifference = 20
 Ticks change used to determine direction if UseVolume == true.
int TicksCountBeforeTrading = 200
 How many ticks to requre before trading can begin.
bool UseLSMA = false
 Use LSMA for trade direction.
int LSMA_Period_Fast = 21
 LSMA_Period_Fast.
int LSMA_Period_Slow = 336
 LSMA_Period_Slow.
Make Controller Kit
 
Brijon