거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Reverse Day Fractal - MetaTrader 4용 expert

[삭제]
조회수:
10053
평가:
(11)
게시됨:
2019.03.20 12:31
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The algorithm is based on the idea of returning the current fractal to the opening price of the day. Often this happens with a sharp change of trend, which allows you to earn.

// ---
bool op_buy_sig()
{
        if(((e_Low() < e_Low_1()) && (e_Low() < e_Low_2())) && (e_Close() > e_Open()))
                return true;
        // ---
        return false;
}
// ---
bool op_sell_sig()
{
        if(((e_High() > e_High_1()) && (e_High() > e_High_2())) && (e_Close() < e_Open()))
                return true;
        // ---
        return false;
}
ForexCandlestickPatterns ForexCandlestickPatterns

ForexCandlestickPatterns with alert are forex indicators based on Japanese Candlestick Strategies.

iTrend_new iTrend_new

iTrend_new is base on iTrend Indicator by MetaQuotes Software Corp. Update and modify by Roberto Jacobs 3rjfx @ 2019/03/18, for MT4 with Signal and Alert and options to display signal on the chart.

DayPivotPoint DayPivotPoint

Indicator DayPivotPoint System with Signal and Alert for MetaTrader 4

Gann Grid Gann Grid

"Gann Grid" EA draws Gann Grid lines on chart and trades with price breakthrough,has Trailing Stop Loss &Take Profit works with all time frames major forex pairs and stocks NASDAQ.