- Credits
- 0
What does this "ind_11" means?
What does this "ind_11" means?
Code:
signalBUY =ind_11<Bid;
signalSELL=ind_01>Ask;
double ind_01=iCustom(NULL,0,"HalfTrend-1.02 mtf",0,1);
double ind_11=iCustom(NULL,0,"HalfTrend-1.02 mtf",1,1);
signalBUY =ind_11<Bid;
signalSELL=ind_01>Ask;
double ind_01=iCustom(NULL,0,"Market\\HTIndi",0,1);
double ind_11=iCustom(NULL,0,"Market\\HTIndi",1,1);
signalBUY =ind_11<Bid;
signalSELL=ind_01>Ask;
Did you made this? this is amazing...
But how your software determine the entry and the exit of trade?
You must be a IT profession.
Half trend and Super Trend make best combo for trading Tokyo and London sessions. My personal experience.
Super Trend is non repaint.
Thank you Niguru for this development. Can we now replace this modified Half trend with the former? What are the possible effect of it on the ea performance?I made a small change to the indicator. I disabled all input.
View attachment 149234
View attachment 149235
So instead of writing a function like this:
Code:double ind_01=iCustom(NULL,0,"HalfTrend-1.02 mtf","Current time frame",2,true,false,true,true,true,false,false,true,2,233,234,true,0,1); double ind_02=iCustom(NULL,0,"HalfTrend-1.02 mtf","Current time frame",2,true,false,true,true,true,false,false,true,2,233,234,true,1,1);
I just need to write it this way:
Code:double ind_01=iCustom(NULL,0,"HalfTrend-1.02 mtf",0,1); double ind_02=iCustom(NULL,0,"HalfTrend-1.02 mtf",1,1);
And then Buy/ Sell signal:
Code:signalBUY =ind_11<Bid; signalSELL=ind_01>Ask;
Thank you Niguru for this development. Can we now replace this modified Half trend with the former? What are the possible effect of it on the ea performance?
My holiday ended.... soon you will see me disappearHello Tan. It's been a while you're active.
Ooh! Not now, Tan. Please stay and let's finish this, atleast.My holiday ended.... soon you will see me disappear
Will meet again!
Is there something I can improve?This is my review for this thread:
The usual charlatan ...
Can you share with me this Ozymandias, you talk about it a lot?papa j, after seeing Ozymandias' performance, I tried to review the Halftrend indicator that you shared.
The results from fetching buffers #4 (= up) and #5 (= down) were indeed repainted (display as Arrow on the chart), but after I tried to retrieve data from buffers #0 (=up) and #1 (=down), which displays a line graph, it gave similar results to Ozymandias.
Hopefully this review can help Chee Ho to improve the performance of the EA he programmed.
I would love to try to turn an indicator into automated EA. If you have an indicator would love to share, I will try to code an EA to work with the indicator.
#It is only for SoeHoe community here.
#It is a free service by personal interest.
#If you would like to donate for appreciation, you are most welcome.