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

Ma Price Cross (Custom Time) - MetaTrader 4のためのエキスパート

JBlanked
発行者:
Jacobie Nycambren Barksdale
ビュー:
20304
評価:
(14)
パブリッシュ済み:
2023.04.29 01:50
アップデート済み:
2023.05.03 22:10
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

Best used on the 15 minute timeframe on EURUSD.

This Expert Advisor (EA) for MetaTrader 4 (MT4) buys when price breaks above the MA and Sells when price breaks below the MA. User can choose the time range (server time) to trade in. The user can also input the stop loss, take profit, lot size, magic number, and the Moving Average settings. 

    Strongest Pair Indicator Strongest Pair Indicator

    This will return the pair with the most growth in the user input start time and end time

    Multi SellLimitOrders & Multi SellStopOrders Multi SellLimitOrders & Multi SellStopOrders

    Multi Selllimit and Sellstop orders are script files that enable traders to place multiple orders with ease. These orders allow traders to enter the market at a specific price level, or at a specified number of pips away from the current market price, with stop-loss and take-profit levels. By default, the pips value is set to 400, which means the trade will be placed 400 pips away from the current market price for a 5-digit broker. Moreover, the multi Selllimit and Sellstop orders offer traders the flexibility to customize their trading strategies. Traders can set the stop-loss level to zero if they do not use stop-loss, and can choose between a target price or a pip-based entry. This level of flexibility allows traders to tailor their trading strategies to their specific needs, which can result in better trading outcomes.

    Simple check open orders filter boolean function for Expert Advisors Simple check open orders filter boolean function for Expert Advisors

    This is a simple boolean function for the EA to detect if there is any previous open market orders without using the "OrdersTotal()" built-in function which might cause the EA to calculate positions not opened by each specific magicnumber provided by the EA.

    KA-Gold Bot KA-Gold Bot

    KA-Gold Bot is an advanced trading advisor specifically designed for gold, utilizing the powerful combination of the Keltner channel strategy and two exponential moving averages (EMAs) - the 10-period EMA and the 200-period EMA. Principle of Operation: The 10-period EMA represents the average price cutting above/below the Keltner band, confirming an uptrend/downtrend. The price being above the 200-period EMA supports the uptrend/downtrend. This indicates that the uptrend/downtrend has been stronger than the previous 10 periods, considering the volatility over the last 50 periods.