코딩 도움말 - 페이지 563

 
carbonmimetic:

안녕,

먼저 도와주셔서 감사합니다....

예를 들어 eurusd의 1H 차트에서 펜타곤을 보기 위해 입력한 내용의 인쇄 화면을 첨부할 수 있습니까?

오각형을 보려면 인디케이터 창에 어떤 설정을 넣어야 하는지 모르겠어...추세선만 많이 보임.....

탄소

올려주세요...혹은 믈라덴, 제 차트에서 펜타곤이 보이도록 도와주시겠습니까?

 

안녕하세요,

질문이 있습니다 아래에 첨부된 표시기에서 이 오류를 수정하는 방법은 무엇입니까?

"check operator precedence for possible error; use parentheses to clarify precedence"

도움에 미리 감사드립니다

파일:
 

안녕,

이 EA를 시작할 수 없습니다. 이유를 모르겠습니다. 진술은 좋아 보인다. .zip-fil에는 EA, .set 및 문이 있습니다.

파일:
 

StepMA 평균 4_1을 사용하는 데 도움이 필요합니다(StepMA pdf 4_2와 동일한 결과). 이것은 내 첫 번째 에이입니다. 전략 테스터 의 my ea에서 이러한 지표를 사용하려고 할 때 데이터 창에 동일한 데이터의 인스턴스가 약 250개 있습니다. 내 데모 계정에서 ea를 실행하는 것은 괜찮습니다. 누구든지 전에 이것을 본 적이 있습니까? 어떤 아이디어?

 

안녕하세요 여기 도움이 필요합니다. 바디 캔들에서 핍 값을 코딩하는 방법을 묻고 싶습니다. 그러한 예는 내가 강세 양초(닫기-개방)에서 일부 가치를 검색할 때 EUR/USD 또는 AUD/JPY와 같이 쌍마다 다를 것입니다.

여기에서 도움을 주신 모든 분들께 감사드립니다.

 
donut4popo:
StepMA 평균 4_1을 사용하는 데 도움이 필요합니다(StepMA pdf 4_2와 동일한 결과). 이것은 내 첫 번째 에이입니다. 전략 테스터의 my ea에서 이러한 지표를 사용하려고 할 때 데이터 창에 동일한 데이터의 인스턴스가 약 250개 있습니다. 내 데모 계정에서 ea를 실행하는 것은 괜찮습니다. 누구든지 전에 이것을 본 적이 있습니까? 어떤 아이디어?

도넛포포

99% iCustom() 호출에 대한 매개변수 가 정상이 아님을 확신합니다.

확인할 수 있도록 iCustom() 호출의 예를 게시합니다.

 
mladen:

도넛포포포

99% iCustom() 호출에 대한 매개변수가 올바르지 않다고 확신합니다.

확인할 수 있도록 iCustom() 호출의 예를 게시합니다.

mladen, 이것을 조사해 주셔서 감사합니다.

​입력 int Timeframe = 5;

입력 int Custom_time_frame = 0;

입력 정수 Avg_Period = 10;

입력 정수 Avg_type = 3; //3 = "이중 평활 지수 이동 평균 - DSEMA";

입력 이중 Sensitivity_Factor = 3.0;

더블 입력 Constant_Step = 2.0;

입력 int Shift_ = 0;

입력 문자열 Price_to_use = "닫기";

입력 bool Turn_alerts_on = false;

입력 bool Alerts_on_current = false;

입력 부울 Display_alerts = false;

입력 bool Send_alert_notification = false;

입력 bool Play_alert_sound = false;

입력 bool Send_alert_email = false;

입력 문자열 Interpolating_method = "선형 보간";

-------------------------------------------------- ----------------------------------------

이중 단계 값 = iCustom(_Symbol,_Period,"StepMA 평균 4_1",Timeframe,Custom_time_frame,

Avg_Period, Avg_type,Sensitivity_Factor,Constant_Step,Shift_,Price_to_use,Turn_alerts_on,

Alerts_on_current,Display_alerts,Send_alert_notification,Play_alert_sound,Send_alert_이메일,

Interpolating_method,0,1);

이중 stepdir = iCustom(_Symbol,_Period,"StepMA 평균 4_1",Timeframe,Custom_time_frame,

Avg_Period,Avg_type,Sensitivity_Factor,Constant_St ep,Shift_,Price_to_use,Turn_alerts_on,

Alerts_on_current,Display_alerts,Send_alert_notification,Play_alert_sound,Send_alert_이메일,

Interpolating_method,1,1);

 
donut4popo:

mladen, 이것을 조사해 주셔서 감사합니다.

​입력 int Timeframe = 5;

입력 int Custom_time_frame = 0;

입력 정수 Avg_Period = 10;

입력 정수 Avg_type = 3; //3 = "이중 평활 지수 이동 평균 - DSEMA";

입력 이중 Sensitivity_Factor = 3.0;

더블 입력 Constant_Step = 2.0;

입력 int Shift_ = 0;

입력 문자열 Price_to_use = "닫기";

입력 bool Turn_alerts_on = false;

입력 bool Alerts_on_current = false;

입력 부울 Display_alerts = false;

입력 bool Send_alert_notification = false;

입력 bool Play_alert_sound = false;

입력 bool Send_alert_email = false;

입력 문자열 Interpolating_method = "선형 보간";

-------------------------------------------------- ----------------------------------------

이중 단계 값 = iCustom(_Symbol,_Period,"StepMA 평균 4_1",Timeframe,Custom_time_frame,

Avg_Period, Avg_type,Sensitivity_Factor,Constant_Step,Shift_,Price_to_use,Turn_alerts_on,

Alerts_on_current,Display_alerts,Send_alert_notification,Play_alert_sound,Send_alert_이메일,

Interpolating_method,0,1);

이중 stepdir = iCustom(_Symbol,_Period,"StepMA 평균 4_1",Timeframe,Custom_time_frame,

Avg_Period,Avg_type,Sensitivity_Factor,Constant_St ep,Shift_,Price_to_use,Turn_alerts_on,

Alerts_on_current,Display_alerts,Send_alert_notification,Play_alert_sound,Send_alert_이메일,

Interpolating_method,1,1);

도넛포포포

변화

입력 문자열 Price_to_use = "닫기";

입력 문자열 Interpolating_method = "선형 보간";

에게

입력 정수 Price_to_use = PRICE_CLOSE;

입력 정수 Interpolating_method = 1; // 방법 1은 라이너 보간이지만 0을 사용하는 것이 좋습니다.

그리고 그것은 잘 작동합니다

 

믈라덴

내 기쁨의 비명이 들리니?! 감사해요! 그것은 효과가 있었다.

 

세로선 을 오브젝트로 그리는 방법이 있습니까?

빅비