거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Telegram에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
당사 팬 페이지에 가입하십시오
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Tick Chart and Record - MetaTrader 4용 지표
- 조회수:
- 39833
- 평가:
- 게시됨:
- 2013.09.19 07:22
- 업데이트됨:
- 2016.11.22 07:32
- 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
Description:
Record, storage and displays of data, fully tick chart in MT.
Image:
Structure of tick file:
- iTime - modeling time.
- iOpen - quote BID
- iLow - quote BID
- iHigh - quote ASK
- iClose - quoteASK
- iVolume - Time from server, precision to second.
Instruction:
- Start the indicator to a chart. To open a tick chart -> File -> Open Offline -> "name of the symbol with the prefix tick". For example tickAUDUSD,M1
Tips:
- Start the indicator to a chart, and save the template to "default", now when you open any chart, ticks data will automatically be written.
- Open the needed symbols for recording, and save to your profile, click on File -> Profiles -> "Your Profile", it open all the charts required for record.
To continue record after unplanned shutdown of terminal, use script SandyE-7-Recovery!
MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/10890
Close All
This scrip will close all your open positions in your MT4. You just need to drag it to the chart.
Сlose positions by result, time passed or at specific timeThis EA will watch your open positions and close the ones that meet the preset conditions.
Stochastic TP TS V3.103
An EA with automatic trading at setable minute using stochastic indicator and scalping lot
EA Move StopLoss to BreakEvenWhen the order reaches the specified profit, then EA automatically moves StopLoss to BreakEven.