top of page

The main Mogalef tools and indicators, and their specific parameters

The indicators of trading signals possess common parameters generally placed in the beginning of the list. These parameters are the following ones:

 

  • StartTime : The signals begin from this hour.

  • EndTime : The signals stop at this hour.

  • Sendemail : In case of signal, send an email.

  • Playsound : In case of signal, play sound.

  • MessageBox : In case of signal, open a message box.

Bullish Breakout

EL_BullishBreakout2

Draw lines between tops. Generate a signal if this line is broken.

  • Smoth : Number of bars on both sides of the tops.

  • Mini : Minimum distance between tops.

  • Maxi : Maximum distance between tops.

  • Prolong : Extension of the line once this one is drawn.

  • MaxHighInclination : Maximum slope of the line.

  • MinHighInclination : Minimum slope of the line

  • EntryStrategie : 1=Entry at close   2=Entry at simple break.

  • DifferEntry : Differ buy signal from x bars.

Stop intelligent

EL_Stop_Intelligent

Establishes a trailing stop sensitive to the market trend and to the changes of volatility.

  • Quality : quality (smoth) of highs and lows.

  • RecentVolat : Number of bars to calculate the recent volatility.

  • RefVolat : Number of bars to calculate the reference volatility.

  • CoefVolat : Stop is taken away according to this coefficient of volatility. A coefficient of 5 is worth 1 volatility, 10 is worth 2..

  • FirstLowOrMore : Number of lows for recognition of upward trends.

  • FirstHighOrMore : Number of highs for recognition of downward trends.

MACD 
Divergence

EL_MACD_DIV

Allows automatic signals in case of classic divergence or in case of (hidden) inverse divergence.

  • EMAFast : Fast moving average.

  • EMASlow : Slow moving average.

  • SmothH : Number of bars on both sides of tops.

  • SmothL : Number of bars on both sides of bottoms.

  • 0Rien1Normales2Inverses3Toutes : 0=classics, 1=inverse, 2=all.

  • DistanceMaxH : Minimum distance between tops.

  • DistanceMaxL : Minimum distance between bottoms.

  • StrengtRepulsionTicks : Strength of rejection required (number of ticks). Below this value, the signals are not valid.

X Line Break

E_XLB_Signal   E_XLB_sentiment   E_XLB_Filter

Staying on a classic graph and allows to visualize on this graph the signals 2 Line Break, 3 Line Break ... 8 Line Break.

Can be used as a signal, as an indicator or as a filter. 

  • X : level of the XLB, from 2 to 8.

Bearish 
Breakout

EL_BearishBreakout

Draw lines between bottoms. Generate a signal if this line is broken.

  • Smoth : Number of bars on both sides of the bottoms.

  • Mini : Minimum distance between bottoms.

  • Maxi : Maximum distance between bottoms.

  • Prolong : Extension of the line once this one is drawn.

  • MaxHLowInclination : Maximum slope of the line

  • MinLowInclination : Minimum slope of the line

  • EntryStrategie : 1=Entry at close   2=Entry at simple break.

  • DifferEntry : Differ sell signal from x bars.

Mogalef Trend Filter

EL_Mogalef_Trend_Filter

Distinguish 8 cases of push in trend. Allows to filter these cases to keep only those who are favorable to the gain. The case 1 is the most bearish, the case 8 is the most bullish.

  • BlockCase1 ... BlockCase8 : 0=signals are accepted   1=signals are filtered.

  • R1 : Detector of very short-term push.

  • R2 : Detector of middle term push.

  • R3 : Detector of very long term push.

  • TradeOnlyThisCase : (1 to 8). Search parametter. It allows to see the performance if we only keep signals of the specified case. 

  • OffOn : 0=filter is off.  1=filter is on.

 

RSI Divergences 

EL_RSI_DIV

All the automatic indicators of divergences have the same parameters. They allow to work with the classic divergences or with the (hidden) inverse divergences.

  • RSILengt : Length of the RSI.

  • SmothH : Number of bars on both sides of tops.

  • SmothB : Number of bars on both sides of bottoms.

  • 0Rien1Normales2Inverses3Toutes : 0=classics, 1=inverse, 2=all.

  • DifferEntry : Differ entry signals from x bars.

  • DistanceMaxH : Minimum distance between tops.

  • DistanceMaxB : Minimum distance between bottoms.

Other indicators of divergences work in a identical way (Stochastic, CCI, STPMT...)

Stop for
Bullish triangle

EL_Triangle_Stop_Long

  • StopSort : 0=no stop   1=Stop is active.

  • LongAddDistance : Add a distance (positive or negative) between the extension of the triangle and the line of stop.

  • Stop_EOP : 0=The trade is stopped if price exceeds the line of stop   1=The trade is stopped if the close exceeds the line of stop (EOP).

Rising wedge

EL_Rising_Wedge

Draw rising wedges and generate bearish signals.

  • Smoth : Number of bars on both sides of tops and bottoms.

  • Mini : Minimum distance between tops or bottoms.

  • Maxi : Maximum distance between tops or bottoms.

  • Prolong : Extension of the line once this one is drawn.

  • MaxHighInclination : Maximum slope of th highs line.

  • MinHighInclination : Minimum slope of the highs line.

  • MaxHLowInclination : Maximum slope of the lows line.

  • MinLowInclination : Minimum slope of the lows line.

  • LastImpact_A_H_L : H=The drawing of the wedge has to finish by a top. L=The drawing has to finish by a bottom. A=Any drawings are accepted.

  • FirstImpact_A_H_L: H=The drawing of the wedge has to begin by a top. L=The drawing has to begin by a bottom. A=Any drawings are accepted.

  • UseActualLow : Use the current bar(1) or no (0) to draw bottoms.

  • UseActualHigh : Use the current bar(1) or no (0) to draw tops.

  • EntryStrategie : 1=enter at close   2=enter at simple break.

  • Constriction : The wedge must be drawn in a context of more concentrated prices.

For the programmers :

This file allows to extract the variables from Mogalef indicators. Then you can use this variables in your own programs.

Bullish triangle 

EL_Triangle_Long

Draw triangles and generate a buy signal  in case of crossing. The indicator(informer) EL_Triangle_Short works in the same way for triangles with selling orders.

  • Smoth :Number of bars on both sides of tops and bottoms.

  • Mini : Minimum distance between tops or bottoms.

  • Maxi : Maximum distance between tops or bottoms.

  • Prolong : Extension of the line once this one is drawn.

  • MaxHighInclination : Maximum slope of th highs line.

  • MinHighInclination : Minimum slope of the highs line.

  • MaxHLowInclination : Maximum slope of the lows line.

  • MinLowInclination : Minimum slope of the lows line.

  • LastImpact_A_H_L : H=The drawing of the triangle has to finish by a top. L=The drawing has to finish by a bottom. A=Any drawings are accepted.

  • FirstImpact_A_H_L: H=The drawing of the triangle has to begin with a top. L=he drawing of the triangle has to begin with a bottom. A=Tous signaux acceptés.

  • UseActual_N_L_H_A : use current bar to draw : N=no  L= lows   H=highs   A=for all lows and highs.

  • Constriction :The triangle must be drawn in a context of more concentrated prices.

  • EntryStrategie : 1=enter at close   2=enter at simple break.

  • MaxSpace : Maximum space between both prolonged lines of the triangle to validate the signal. (1000=no limit).

  • MaxEntryGap : Maximum space between the line and the close (the signal).

  • MinEntryGap : Minimum space between the line and the close (the signal).

  • DifferEntry : Differ signals from x bars.

bottom of page