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

A set of scripts for a quick trade with the mouse. - MetaTrader 4용 스크립트

조회수:
18867
평가:
(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.