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

"Tic Tac Toe" chart - MetaTrader 4용 스크립트

조회수:
21223
평가:
(12)
게시됨:
2016.07.01 11:48
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The script works on any symbol and timeframe.

In order to start the script, drag onto the current chart. In the "General" tab of the script parameters window, flag the "Allow DLL imports" and unflag the "Confirm DLL function calls" parameter. In the "Inputs" tab set the parameters required for script operation and click OK.

Input parameters: Kletka - size of a cell in points

RazvorotKletka - the number of cells required for a reversal (The default values are for the EUR/USD pair with 5 decimal places in the quotes)

Once the information the start up on the current chart appears, it is necessary to open an offline 2-minute chart on the current instrument in the following way. In the "File" menu select "Open Offline". In the appearing window, select the 2-minute offline chart on your instrument (for example, EURUSD,M2) and press the open button.

Next, select the "Candlesticks" display mode for the opened chart.

The chart is plotted based on the history data contained in the current working chart in accordance with the classic description of the "Tic Tac Toe" chart. Next, the chart is plotted based on the current quotes.

The column height in points for each candle is specified in the "Volume" parameter, and the column end time is used as the time.

For a more visual representation of the current quote, the last candle on the chart is displayed with a wick. The older candles are displayed without wicks.

The chart display method is based on the script Period_Converter.mq4

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/8719

Tick emulation for accelerated testing of indicators ver.2.2 Tick emulation for accelerated testing of indicators ver.2.2

Expansion and improvement of the script ver.2 and an example of accelerated processing of an indicator for use in conjunction with the script

ds_Ticks - Ticks on the price chart ds_Ticks - Ticks on the price chart

Simply displays ticks on the price chart

AIS1 Standard Indicator AIS1 Standard Indicator

Indicator

ATR MA Oscillator ATR MA Oscillator

ATR MA Oscillator - Oscillator is based on the difference between the ATR oscillator and its signal line.