당사 팬 페이지에 가입하십시오
- 조회수:
- 31665
- 평가:
- 게시됨:
- 2009.01.09 07:08
- 업데이트됨:
- 2014.04.21 14:53
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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...

The 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.

The 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.