ChartFormat for you
- 유틸리티
- Vasyl Temchenko
- 버전: 1.0
이 작은 스크립트가 당신의 삶을 밝게 할 것입니다.
아래 코드는 로봇의 OnInit에 삽입할 수 있는 코드입니다. 또는 취향에 맞게 색상과 크기를 변경하십시오.
#property copyright "V.Temchenko Skype:vasily.temchenko" #property link "Mailto:tvp.prog.96@gmail.com" #property version "1.00" #property strict #property description "Have questions? Skype: vasily.temchenko Viber: +38098 800-6-800"; #property description "If the voice - only Russian, Ukrainian or Belarusian"; #property description "And you can write in English, Russian, Ukrainian"; #property description "With pleasure I will write a robot according to your strategy."; #property description "I can also offer several robots according to my strategies."; #property icon "\\Images\\force64.ico"; // =============================================================================== void OnStart() { ChartSetInteger(0,CHART_SHOW_GRID,0,0); ChartSetInteger(0,CHART_COLOR_CHART_UP,White); ChartSetInteger(0,CHART_MODE,1);ChartSetInteger(0,CHART_SHOW_OHLC,0,0); ChartSetInteger(0,CHART_COLOR_CANDLE_BULL,White); ChartSetInteger(0,CHART_COLOR_CANDLE_BEAR,LightSeaGreen); ChartSetInteger(0,CHART_SCALE,2); ChartSetInteger(0,CHART_SHIFT,true); ChartSetDouble (0,CHART_SHIFT_SIZE,15); } //-- OnStart() // ===============================================================================
사용자가 평가에 대한 코멘트를 남기지 않았습니다