Schau, wie man Roboter kostenlos herunterladen kann
Finden Sie uns auf Facebook!
und werden Sie Mitglied unserer Fangruppe
Interessantes Skript?
Veröffentliche einen Link auf das Skript, damit die anderen ihn auch nutzen können
Hat Ihnen das Skript gefallen?
Bewerten Sie es im Terminal MetaTrader 5
Expert Advisors

Reverse Day Fractal - Experte für den MetaTrader 4

[Gelöscht]
Ansichten:
9933
Rating:
(11)
Veröffentlicht:
2019.03.20 12:31
Benötigen Sie einen Roboter oder Indikator, der auf diesem Code basiert? Bestellen Sie ihn im Freelance-Bereich Zum Freelance

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.