Page 49 of 2170
Re: MT4 Indicator requests and ideas
Posted: Thu Mar 30, 2017 6:42 pm
by nurlan
MisterMladen!
Pls: add alert on arrows in this indicator too
Re: MT4 Indicator requests and ideas
Posted: Thu Mar 30, 2017 7:23 pm
by mladen
nurlan wrote:MisterMladen!
Pls: add alert on arrows in this indicator too
nurlan
Here is aversion with alerts added
Re: MT4 Indicator requests and ideas
Posted: Thu Mar 30, 2017 9:39 pm
by knaimad
mladen wrote:
Here is aversion with alerts added
Thank you Professor
if (mTimeFrame!=_Period)
{
for (int i=limit;i>=0 && !_StopFlag; i--)
{
int y = iBarShift(NULL,mTimeFrame,time
);
mtrend = _mtfCall(mTimeFrame,10,y);
}}
Re: MT4 Indicator requests and ideas
Posted: Fri Mar 31, 2017 12:21 am
by nurlan
Thanks so much!
Re: MT4 Indicator requests and ideas
Posted: Fri Mar 31, 2017 12:39 am
by hmwa
Naughty 77 wrote:Hi Guys
I need some help with these weighted CCI indicators plse. They load onto my MT4 build 1045 version, buy do not update on new candles. They only update if i switch time frames and then go back.
I would sincerely appreciate it.
Regards
Naughty 77
Hi Naughty 77,
I saw your comment about weighted CCI indicators not updating. I was also experiencing the same problem but figured out a way of solving this. Just install the attached Autorefresh indicator and set the refresh period to 1, allow dll imports. hope this helps.
Re: MT4 Indicator requests and ideas
Posted: Fri Mar 31, 2017 12:50 am
by hmwa
iseaje wrote:
Hello Shreck,
Please can you share your rsi t3 indicator?
Thanks.
Iseaje
Re: MT4 Indicator requests and ideas
Posted: Fri Mar 31, 2017 1:16 am
by mladen
There are some indicator that are refreshing charts on ticks (not very logical)
There are some refreshing charts on timer (logical)
But this time here is one that allows you to press one button and refresh what you want - might be interesting
Re: MT4 Indicator requests and ideas
Posted: Fri Mar 31, 2017 2:28 am
by ratonchjes
Mladen have you even made any TDI dashboard?Regards
Re: MT4 Indicator requests and ideas
Posted: Fri Mar 31, 2017 3:24 am
by AndrewD
Dear Masters
is there a possibility to remake this old indi for the new builds ( I think now there is the only problem with it because of the '09-10 making)
Thank you very much .
Re: MT4 Indicator requests and ideas
Posted: Fri Mar 31, 2017 3:32 am
by mladen
AndrewD wrote:Dear Masters
is there a possibility to remake this old indi for the new builds ( I think now there is the only problem with it because of the '09-10 making)
Thank you very much .
AndrewD,
Ex4 file can not be changed