無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
エキスパート

RSI booster - MetaTrader 4のためのエキスパート

削除済み
ビュー:
11243
評価:
(7)
パブリッシュ済み:
2019.04.01 11:26
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
// ---
bool op_buy_sig()
{
        if((e_Relative_Strength_Index() - e_Relative_Strength_Index1()) > Ratio)
                return true;
        // ---
        return false;
}
// ---
bool op_sell_sig()
{
        if((e_Relative_Strength_Index() - e_Relative_Strength_Index1()) < -Ratio)
                return true;
        // ---
        return false;
}

TheWardenFX TheWardenFX

Expert with advanced and optimized indicators aiming for best entry.

Killer EURUSD_sell Killer EURUSD_sell

Advanced EA optimized on selling positions on EURUSD.

Pan PrizMA Sin leverage 72 Pan PrizMA Sin leverage 72

Building a moving line by a polynomial of the 4th degree. Extrapolate a sine curve and its axis. One value on each bar is removed from the drawn lines and a sliding line of extrapolated values is drawn, which is not redrawn.

Cycle Lines Cycle Lines

With "Cycle Lines" EA you can draw Cycle Lines on the chart and trade with price breakthrough,has 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.