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

A set of scripts for a quick trade with the mouse. - MetaTrader 4のためのスクリプト

ビュー:
18593
評価:
(19)
パブリッシュ済み:
2012.04.10 08:22
アップデート済み:
2016.11.22 07:32
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

The purpose of these scripts is clear (see names), but to avoid confusion I will describe each separately.

  • _OpenOrders Mouse - This script opens a market order at the current price. If you released the mouse button below the current price, it will be exposed to Sell, if higher, then Buy. You can either specify the stop levels or after expose them to other scripts.

  • _LimitOrders Mouse - The script puts a limit order at a price where you threw the script. If you released the mouse button above the current price, it will be exposed SellLimit, if lower, the BuyLimit can immediately indicate the levels of stops or after expose them to other scripts.

  • _StopOrders Mouse - The script puts a stop order at the price where you threw the script. If you released the mouse button below the current price, it will be exposed SellStop, if higher, the BuyStop. You can either specify the stop levels or after expose them to other scripts.

  • _TP Mouse - The script puts the point in which you threw it, Take Profit orders to all, which can Take Profit at this point.

  • _SL Mouse - The script puts the point in which you threw it, Stop Loss all orders for which the Stop Loss is possible at this point.

  • _DeleteOrders - This script removes all pending orders

  • _DeleteSL & TP - This script removes the Stop Loss and Take Profit orders.

  • _CloseDeleteMouse - The script closes or removes (depending on the type of order) the order, the price which it is thrown. The price is determined with an accuracy of plus / minus slippage (set in parameters)

MetaQuotes Ltdによってロシア語から翻訳されました。
元のコード: https://www.mql5.com/ru/code/10633

Ask Bid Spread Ask Bid Spread

The indicator shows spread-related values (spread, Bid + spread, Ask + spread, Ask + Bid + spread).

Reversal fractals Reversal fractals

This indicator points possible price reversals using 5bar and 7bar fractals.

VR---MOVING-AVERAGE VR---MOVING-AVERAGE

An improved version of the standard Moving Average indicator, now on the hourly timeframe, you can see moving averages of higher timeframes.

ATR Channel ATR Channel

Draws an ATR envelope surrounding price action and assists you in setting proper stoploss and takeprofit levels.