마켓 / MetaTrader 5 / 지표 / MACD Intraday Trend PRO 5 77 USD 데모 다운로드됨: 599 게시됨: 5 6월 2021 현재 버전: 1.20 적합한 로봇을 찾지 못하셨나요? 프리랜스에서 나만의 로봇을 주문해 보세요 프리랜스로 이동 트레이딩 로봇 또는 지표 구매 구입 방법 EA를 작동시켜보세요 가상 호스팅으로 구매 전에 지표와 트레이딩 로봇을 테스트해보세요 마켓에서 수익 창출을 원하십니까? 제품의 판매량을 나타내는 방법 미리보기 리뷰 (8) 코멘트 (15) 새 소식 제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다 YUSUFR77 2021.06.30 01:16 #1 Hi Roberto.what a great app this is (macd intraday). thumb up for you.is it possible to place this app on my android ? could you help me with that, please.best regard.yusufrizalnur77@gmail.com Roberto Sant Ana Junqueira 2021.06.30 01:22 #2 YUSUFR77: Hi Roberto. what a great app this is (macd intraday). thumb up for you. is it possible to place this app on my android ? could you help me with that, please. best regard. yusufrizalnur77@gmail.com Hi, tks for your reply, please don't forget to rate by stars. I dont know how or if is possible install indicators at smartphones. I do not think so. I suggest you contact metaquotes support. Best regards limhakweng 2022.07.22 10:47 #3 T I bought the stated indicator but there is no alert notification. limhakweng 2022.07.22 11:00 #4 Can you refund me amount of $77 because there is no alert Roberto Sant Ana Junqueira 2022.07.22 11:28 #5 limhakweng #: T I bought the stated indicator but there is no alert notification. There is 6 alerts Roberto Sant Ana Junqueira 2022.07.22 11:29 #6 limhakweng #: Can you refund me amount of $77 because there is no alert There is 6 alerts...You need to setup them.... limhakweng 2022.07.22 13:19 #7 ALERT SETUP BUT NOTHING ON THE SCREEN EXCEPT HISTOGRAM 파일: MACD.jpg 387 kb Roberto Sant Ana Junqueira 2022.07.22 13:27 #8 limhakweng #: ALERT SETUP BUT NOTHING ON THE SCREEN EXCEPT HISTOGRAM Alerts will only happen when events happen, turning on the indicator does not generate alerts. Jaro123 2022.09.03 16:47 #9 Hi Roberto, I bought MACD Intraday Trend PRO indicator and I'll try use this indicator in EA. Can you write me example (this indicator) for iCustom function, please ? Thanks Jaro Roberto Sant Ana Junqueira 2022.09.03 17:07 #10 Jaro123 #: Hi Roberto, I bought MACD Intraday Trend PRO indicator and I'll try use this indicator in EA. Can you write me example (this indicator) for iCustom function, please ? Thanks Jaro Hi Jaro, thank you for buying. Here's an example: int hnd = iCustom(_Symbol, PERIOD_CURRENT, "::MACD_IntradayTrendPro.ex5", // CUSTOM INDICATOR SETUP "", 0, // TREND CONFIG "", 0, 0, // ALERT 1 CONFIG "", 0, 0, // ALERT 2 CONFIG "", 0, 0, // ALERT 3 CONFIG "", 0, 0, // ALERT 4 CONFIG "", 0, 0, // ALERT 5 CONFIG "", 0, 0); // ALERT 6 CONFIG if (WRONG_VALUE == hnd) return(INIT_FAILED); Jaro123 2022.09.03 17:58 #11 Roberto Sant Ana Junqueira #: Hi Jaro, thank you for buying. Here's an example: int hnd = iCustom(_Symbol, PERIOD_CURRENT, "::MACD_IntradayTrendPro.ex5", // CUSTOM INDICATOR SETUP "", 0, // TREND CONFIG "", 0, 0, // ALERT 1 CONFIG "", 0, 0, // ALERT 2 CONFIG "", 0, 0, // ALERT 3 CONFIG "", 0, 0, // ALERT 4 CONFIG "", 0, 0, // ALERT 5 CONFIG "", 0, 0); // ALERT 6 CONFIG if (WRONG_VALUE == hnd) return(INIT_FAILED); Hi Roberto, thanks a lot. Jaro123 2022.09.04 12:23 #12 Hi Roberto, I used your example and I have some notices. Buffers: Buffer ID 5: MACD Value // It's OK for all TREND CONFIG values Buffer ID 6: Signal Line Value // It's OK for some TREND CONFIG values. When I used 0 or 1 as TREND CONFIG value, all values in this buffer were 0. Buffer ID 12: Alert 1 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 13: Alert 2 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 14: Alert 3 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 15: Alert 4 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 16: Alert 5 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 17: Alert 6 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. but I found Buffer ID 4: // this buffer included MACD change TREND Color Buffer ID 7: // this buffer included Signal Line change TREND Color TREND CONFIG values: I'm not sure, but I found next values for TREND CONFIG FASTEST 3 FAST 5 NORMAL 8 SLOW 10 SLOWEST 21 Can you send me correct input values for TREND CONFIG , Alert Config and correct Buffer ID's , please ? Thanks Jaro Roberto Sant Ana Junqueira 2022.09.04 15:34 #13 Jaro123 #: Hi Roberto, I used your example and I have some notices. Buffers: Buffer ID 5: MACD Value // It's OK for all TREND CONFIG values Buffer ID 6: Signal Line Value // It's OK for some TREND CONFIG values. When I used 0 or 1 as TREND CONFIG value, all values in this buffer were 0. Buffer ID 12: Alert 1 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 13: Alert 2 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 14: Alert 3 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 15: Alert 4 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 16: Alert 5 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 17: Alert 6 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. but I found Buffer ID 4: // this buffer included MACD change TREND Color Buffer ID 7: // this buffer included Signal Line change TREND Color TREND CONFIG values: I'm not sure, but I found next values for TREND CONFIG FASTEST 3 FAST 5 NORMAL 8 SLOW 10 SLOWEST 21 Can you send me correct input values for TREND CONFIG , Alert Config and correct Buffer ID's , please ? Thanks Jaro ----------------------------------------------------- enum SpeedSignal { FASTEST = 3, FAST = 5, NORMAL = 8, SLOW = 13, SLOWEST = 21 }; enum TriggerType { NONE = 0, POPUP, SOUND, NOTIFICATION, POPUP_SOUND, NOTIFICATION_SOUND, POPUP_NOTIFICATION, POP_SOUND_NOTIFICATION }; enum SountType { alert = 0, alert2, connect, disconnect, email, expert, news, ok, request, stops, tick, timeout, wait }; Dorian E. 2023.08.31 08:53 #14 Does this indicator REPAINT??? Roberto Sant Ana Junqueira 2023.08.31 11:11 #15 Dorian E. #: Does this indicator REPAINT???No, It does not repaint 제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다 트레이딩 기회를 놓치고 있어요: 무료 트레이딩 앱 복사용 8,000 이상의 시그널 금융 시장 개척을 위한 경제 뉴스 등록 로그인 공백없는 라틴 문자 비밀번호가 이 이메일로 전송될 것입니다 오류 발생됨 Google으로 로그인 웹사이트 정책 및 이용약관에 동의합니다. 계정이 없으시면, 가입하십시오 MQL5.com 웹사이트에 로그인을 하기 위해 쿠키를 허용하십시오. 브라우저에서 필요한 설정을 활성화하시지 않으면, 로그인할 수 없습니다. 사용자명/비밀번호를 잊으셨습니까? Google으로 로그인
YUSUFR77 2021.06.30 01:16 #1 Hi Roberto.what a great app this is (macd intraday). thumb up for you.is it possible to place this app on my android ? could you help me with that, please.best regard.yusufrizalnur77@gmail.com
Roberto Sant Ana Junqueira 2021.06.30 01:22 #2 YUSUFR77: Hi Roberto. what a great app this is (macd intraday). thumb up for you. is it possible to place this app on my android ? could you help me with that, please. best regard. yusufrizalnur77@gmail.com Hi, tks for your reply, please don't forget to rate by stars. I dont know how or if is possible install indicators at smartphones. I do not think so. I suggest you contact metaquotes support. Best regards
Roberto Sant Ana Junqueira 2022.07.22 11:28 #5 limhakweng #: T I bought the stated indicator but there is no alert notification. There is 6 alerts
Roberto Sant Ana Junqueira 2022.07.22 11:29 #6 limhakweng #: Can you refund me amount of $77 because there is no alert There is 6 alerts...You need to setup them....
limhakweng 2022.07.22 13:19 #7 ALERT SETUP BUT NOTHING ON THE SCREEN EXCEPT HISTOGRAM 파일: MACD.jpg 387 kb
Roberto Sant Ana Junqueira 2022.07.22 13:27 #8 limhakweng #: ALERT SETUP BUT NOTHING ON THE SCREEN EXCEPT HISTOGRAM Alerts will only happen when events happen, turning on the indicator does not generate alerts.
Jaro123 2022.09.03 16:47 #9 Hi Roberto, I bought MACD Intraday Trend PRO indicator and I'll try use this indicator in EA. Can you write me example (this indicator) for iCustom function, please ? Thanks Jaro
Roberto Sant Ana Junqueira 2022.09.03 17:07 #10 Jaro123 #: Hi Roberto, I bought MACD Intraday Trend PRO indicator and I'll try use this indicator in EA. Can you write me example (this indicator) for iCustom function, please ? Thanks Jaro Hi Jaro, thank you for buying. Here's an example: int hnd = iCustom(_Symbol, PERIOD_CURRENT, "::MACD_IntradayTrendPro.ex5", // CUSTOM INDICATOR SETUP "", 0, // TREND CONFIG "", 0, 0, // ALERT 1 CONFIG "", 0, 0, // ALERT 2 CONFIG "", 0, 0, // ALERT 3 CONFIG "", 0, 0, // ALERT 4 CONFIG "", 0, 0, // ALERT 5 CONFIG "", 0, 0); // ALERT 6 CONFIG if (WRONG_VALUE == hnd) return(INIT_FAILED);
Jaro123 2022.09.03 17:58 #11 Roberto Sant Ana Junqueira #: Hi Jaro, thank you for buying. Here's an example: int hnd = iCustom(_Symbol, PERIOD_CURRENT, "::MACD_IntradayTrendPro.ex5", // CUSTOM INDICATOR SETUP "", 0, // TREND CONFIG "", 0, 0, // ALERT 1 CONFIG "", 0, 0, // ALERT 2 CONFIG "", 0, 0, // ALERT 3 CONFIG "", 0, 0, // ALERT 4 CONFIG "", 0, 0, // ALERT 5 CONFIG "", 0, 0); // ALERT 6 CONFIG if (WRONG_VALUE == hnd) return(INIT_FAILED); Hi Roberto, thanks a lot.
Jaro123 2022.09.04 12:23 #12 Hi Roberto, I used your example and I have some notices. Buffers: Buffer ID 5: MACD Value // It's OK for all TREND CONFIG values Buffer ID 6: Signal Line Value // It's OK for some TREND CONFIG values. When I used 0 or 1 as TREND CONFIG value, all values in this buffer were 0. Buffer ID 12: Alert 1 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 13: Alert 2 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 14: Alert 3 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 15: Alert 4 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 16: Alert 5 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 17: Alert 6 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. but I found Buffer ID 4: // this buffer included MACD change TREND Color Buffer ID 7: // this buffer included Signal Line change TREND Color TREND CONFIG values: I'm not sure, but I found next values for TREND CONFIG FASTEST 3 FAST 5 NORMAL 8 SLOW 10 SLOWEST 21 Can you send me correct input values for TREND CONFIG , Alert Config and correct Buffer ID's , please ? Thanks Jaro
Roberto Sant Ana Junqueira 2022.09.04 15:34 #13 Jaro123 #: Hi Roberto, I used your example and I have some notices. Buffers: Buffer ID 5: MACD Value // It's OK for all TREND CONFIG values Buffer ID 6: Signal Line Value // It's OK for some TREND CONFIG values. When I used 0 or 1 as TREND CONFIG value, all values in this buffer were 0. Buffer ID 12: Alert 1 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 13: Alert 2 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 14: Alert 3 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 15: Alert 4 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 16: Alert 5 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. Buffer ID 17: Alert 6 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config. but I found Buffer ID 4: // this buffer included MACD change TREND Color Buffer ID 7: // this buffer included Signal Line change TREND Color TREND CONFIG values: I'm not sure, but I found next values for TREND CONFIG FASTEST 3 FAST 5 NORMAL 8 SLOW 10 SLOWEST 21 Can you send me correct input values for TREND CONFIG , Alert Config and correct Buffer ID's , please ? Thanks Jaro ----------------------------------------------------- enum SpeedSignal { FASTEST = 3, FAST = 5, NORMAL = 8, SLOW = 13, SLOWEST = 21 }; enum TriggerType { NONE = 0, POPUP, SOUND, NOTIFICATION, POPUP_SOUND, NOTIFICATION_SOUND, POPUP_NOTIFICATION, POP_SOUND_NOTIFICATION }; enum SountType { alert = 0, alert2, connect, disconnect, email, expert, news, ok, request, stops, tick, timeout, wait };
Roberto Sant Ana Junqueira 2023.08.31 11:11 #15 Dorian E. #: Does this indicator REPAINT???No, It does not repaint
Hi Roberto.
Hi, tks for your reply, please don't forget to rate by stars.
I dont know how or if is possible install indicators at smartphones. I do not think so. I suggest you contact metaquotes support.
Best regards
T
I bought the stated indicator but there is no alert notification.
T
I bought the stated indicator but there is no alert notification.
There is 6 alerts
Can you refund me amount of $77 because there is no alert
There is 6 alerts...You need to setup them....
ALERT SETUP BUT NOTHING ON THE SCREEN EXCEPT HISTOGRAM
Alerts will only happen when events happen, turning on the indicator does not generate alerts.
Thanks
Jaro
Thanks
Jaro
Hi Jaro, thank you for buying.
Here's an example:
int hnd = iCustom(_Symbol, PERIOD_CURRENT, "::MACD_IntradayTrendPro.ex5", // CUSTOM INDICATOR SETUP
"", 0, // TREND CONFIG
"", 0, 0, // ALERT 1 CONFIG
"", 0, 0, // ALERT 2 CONFIG
"", 0, 0, // ALERT 3 CONFIG
"", 0, 0, // ALERT 4 CONFIG
"", 0, 0, // ALERT 5 CONFIG
"", 0, 0); // ALERT 6 CONFIG
if (WRONG_VALUE == hnd) return(INIT_FAILED);
Hi Jaro, thank you for buying.
Here's an example:
int hnd = iCustom(_Symbol, PERIOD_CURRENT, "::MACD_IntradayTrendPro.ex5", // CUSTOM INDICATOR SETUP
"", 0, // TREND CONFIG
"", 0, 0, // ALERT 1 CONFIG
"", 0, 0, // ALERT 2 CONFIG
"", 0, 0, // ALERT 3 CONFIG
"", 0, 0, // ALERT 4 CONFIG
"", 0, 0, // ALERT 5 CONFIG
"", 0, 0); // ALERT 6 CONFIG
if (WRONG_VALUE == hnd) return(INIT_FAILED);
Hi Roberto,
thanks a lot.
Hi Roberto,
I used your example and I have some notices.
Buffers:
Buffer ID 5: MACD Value // It's OK for all TREND CONFIG values
Buffer ID 6: Signal Line Value // It's OK for some TREND CONFIG values. When I used 0 or 1 as TREND CONFIG value, all values in this buffer were 0.
Buffer ID 12: Alert 1 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 13: Alert 2 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 14: Alert 3 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 15: Alert 4 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 16: Alert 5 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 17: Alert 6 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
but I found
Buffer ID 4: // this buffer included MACD change TREND Color
Buffer ID 7: // this buffer included Signal Line change TREND Color
TREND CONFIG values:
I'm not sure, but I found next values for TREND CONFIG
FASTEST 3
FAST 5
NORMAL 8
SLOW 10
SLOWEST 21
Can you send me correct input values for TREND CONFIG , Alert Config and correct Buffer ID's , please ?
Thanks
Jaro
Hi Roberto,
I used your example and I have some notices.
Buffers:
Buffer ID 5: MACD Value // It's OK for all TREND CONFIG values
Buffer ID 6: Signal Line Value // It's OK for some TREND CONFIG values. When I used 0 or 1 as TREND CONFIG value, all values in this buffer were 0.
Buffer ID 12: Alert 1 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 13: Alert 2 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 14: Alert 3 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 15: Alert 4 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 16: Alert 5 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
Buffer ID 17: Alert 6 // all values in this buffer were 0. I tried values 0,1,2 for Alert Config.
but I found
Buffer ID 4: // this buffer included MACD change TREND Color
Buffer ID 7: // this buffer included Signal Line change TREND Color
TREND CONFIG values:
I'm not sure, but I found next values for TREND CONFIG
FASTEST 3
FAST 5
NORMAL 8
SLOW 10
SLOWEST 21
Can you send me correct input values for TREND CONFIG , Alert Config and correct Buffer ID's , please ?
Thanks
Jaro
-----------------------------------------------------
enum SpeedSignal
{
FASTEST = 3,
FAST = 5,
NORMAL = 8,
SLOW = 13,
SLOWEST = 21
};
enum TriggerType
{
NONE = 0,
POPUP,
SOUND,
NOTIFICATION,
POPUP_SOUND,
NOTIFICATION_SOUND,
POPUP_NOTIFICATION,
POP_SOUND_NOTIFICATION
};
enum SountType
{
alert = 0,
alert2,
connect,
disconnect,
email,
expert,
news,
ok,
request,
stops,
tick,
timeout,
wait
};
Does this indicator REPAINT???