Rejoignez notre page de fans
MF_BreakDown_Flat - indicateur pour MetaTrader 4
- Vues:
- 31317
- Note:
- Publié:
- 2009.01.09 07:08
- Mise à jour:
- 2014.04.21 14:53
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
For now there is no need to draw the levels manually.
It will be very useful for the novices.
According to the TS MF, usually the first enter point is at the double break through and the support of the associates.
Input Parameters:
extern int Дней=10; // How many days in history to display. extern string sTimeEndAsia=" 07:00:00"; // You can specify your own values. extern int m7=7; // This one should be correсted too. extern string sTimeEndEur =" 10:00:00"; // The time we stand the flat.
MF_BreakDown_Flat
It closes an order by the intersection of two MAs (5 and 7 on default). Read the full description...
Two Indicators m-Fibonacci and m-CandlesThe indicators that can display several larger timeframes, japanese candlesticks and Fibo levels on a single chart.
EA is setup to use higher time frames for trend identification and lower time frames for entries/exits.
Simple Indicator that Shows MA Moving Direction on All Timeframes SimultaneouslyThe different colored snippets of MA are shown on the current chart depending on the direction of the MA moving at on the chosen timeframes, or they're not drawn at all if the moving on the chosen timeframes is differently directed.