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

Long Pending Order - MetaTrader 5용 스크립트

조회수:
7032
평가:
(26)
게시됨:
2014.07.31 10:18
업데이트됨:
2016.11.22 07:32
buyorder.mq5 (4.98 KB) 조회
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Buy Stop or Buy Limit pending order should be placed.

The stop loss is calculated from the Risk Percentage input. The take profit is then calculated using the stop loss and Reward Ratio.

It is a pretty simple script, so enjoy!

Short position Short position

A simple script that allows you to open a Short position using the current price location with a specified Risk Percentage and Reward Ratio.

Long position Long position

A simple script that allows you to open a long position using the current price location with a specified Risk Percentage and Reward Ratio.

Short Pending Order Short Pending Order

When you drag this script onto the chart, it will calculate the price where you drop the script and use this price to figure out if a Sell Stop or Sell Limit pending order should be placed.

Long Short only EA based on CExpert Long Short only EA based on CExpert

This CExpert subclass allows to open only long/short orders, showing its usage with an MACD example.