로컬 MCP 서버를 통한 차트 작성¶
이 가이드는 cTrader 로컬 MCP 서버를 통해 트레이딩 차트를 사용하고, 차트 객체 및 그림을 관리하며, 차트 템플릿을 적용하기 위한 기본 도구 및 프롬프트 예제를 다룹니다.
팁
AI 에이전트와 새 세션을 시작할 때는 프롬프트를 cTrader 로컬 MCP 서버 사용...으로 시작하세요. 이렇게 하면 에이전트가 웹 검색으로 요청을 라우팅하는 대신 MCP 서버를 호출하도록 할 수 있습니다.
차트 열기 및 닫기 ¶
차트 열기 ¶
Open a chart for EURUSD on the H1 period.
Open a daily chart for XAUUSD.
차트 닫기 ¶
Close the EURUSD chart.
차트 포커스 ¶
특정 차트를 전면으로 가져옵니다.
Focus the GBPUSD chart.
모든 차트 목록 ¶
List all open charts with their symbols and periods.
심벌 및 기간 변경 ¶
새 차트를 열지 않고 기존 차트의 심벌 또는 기간을 전환합니다.
Change the active chart to USDJPY.
Switch the active chart to the M15 period.
Change the active chart to GBPUSD on the H4 period.
스크롤 및 확대/축소 ¶
스크롤 ¶
Scroll the active chart back 50 bars.
Scroll the active chart forward to the latest bar.
확대/축소 ¶
Zoom in on the active chart.
Zoom out on the active chart.
차트 정보 가져오기 ¶
활성 차트 ¶
What symbol and period is the active chart showing?
차트 뷰포트 ¶
활성 차트의 표시 범위를 가져옵니다.
Show me the viewport of the active chart including the
visible date range and price range.
차트 객체 ¶
차트 객체는 추세선, 수평선, 직사각형 및 기타 도형과 같이 차트에 배치하는 그림 및 주석입니다.
차트 객체 추가 ¶
Draw a horizontal line on the active chart at price 1.1200.
Add a trend line on the active chart from the last swing
low to the current price.
Add a rectangle on the active chart between 1.1150 and
1.1250 over the last 20 bars.
Add a Fibonacci retracement on the active chart between the recent
swing high and swing low.
Draw a risk-reward block on the active chart: entry at 1.1200,
stop at 1.1150, target at 1.1300.
Add an up arrow marker at 1.1180 on the most recent bar.
차트 객체 목록 ¶
Show me all objects on the active chart.
차트 객체 업데이트 ¶
Change the colour of the trend line on the active chart to red.
Make the horizontal line at 1.1200 dashed.
차트 객체 삭제 ¶
Delete the horizontal line at 1.1200 on the active chart.
모든 차트 객체 지우기 ¶
Remove all objects from the active chart.
경고
모든 차트 객체 지우기는 되돌릴 수 없습니다. 확인하기 전에 그림이 더 이상 필요하지 않은지 확인하세요.
차트 템플릿 ¶
템플릿 적용 ¶
Apply the template 'My Trading Setup' to the active chart.
사용 가능한 템플릿 목록 ¶
What chart templates are available?
템플릿 저장 ¶
Save the current chart setup as a template called 'Swing setup'.
템플릿 삭제 ¶
Delete the chart template called 'Old setup'.
프롬프트 결합 ¶
단일 프롬프트에서 여러 차트 작업을 결합할 수 있습니다.
Open a chart for EURUSD on H1, add RSI and a 200-period SMA,
then apply my 'Swing Trading' template.
List all open charts, then close any that are on period
below H1.
경고
MCP 서버는 AI 지원 트레이딩을 위한 도구이며 재무, 투자, 법률 또는 세금 자문을 제공하지 않습니다. AI가 생성한 작업은 실제 거래를 유발하고 손실을 초래할 수 있습니다. 사용자는 출력을 확인하고, 전략을 감독하고, 자격 증명을 보호하고, 자신의 책임 하에 MCP 서버를 사용할 전적인 책임이 있습니다.