Page 1359 of 2041

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 21, 2021 7:45 pm
by Csj179t
naluvs01 wrote: Sat Aug 21, 2021 8:57 am Quick question...how can I get more historical information. I would like to backtest. When I switch it on the 4HR, I only get 2 weeks...thanks!!!
naluvs01,

I tried to make something about it, and Im useless here, sorry.
The only way I found to upload more bars, is to max zoom out chart and reload that indicator.

Hope that helps!

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 21, 2021 8:34 pm
by Ogee
Csj179t wrote: Sat Aug 21, 2021 7:45 pm naluvs01,

I tried to make something about it, and Im useless here, sorry.
The only way I found to upload more bars, is to max zoom out chart and reload that indicator.

Hope that helps!
Brokers only supply historical data in packets, x amount of 1 min, and x amount of 5 min, and x amount of 15 min etc ...

The only way to get more than the broker supplies is to use a 3rd party.

Try Histdata.com

Re: MT4 Indicator requests and ideas

Posted: Sat Aug 21, 2021 8:56 pm
by Csj179t
Ogee wrote: Sat Aug 21, 2021 8:34 pm Brokers only supply historical data in packets, x amount of 1 min, and x amount of 5 min, and x amount of 15 min etc ...

The only way to get more than the broker supplies is to use a 3rd party.

Try Histdata.com
naluvs01 wrote:
Hi Ogee,

Thanks for the info on getting the historical data!!! In some cases it's really usefull, but naluvs01 and me are talking about other issue. As I understood him.
That overlay-chart indicator is using a function :

//Calculate Visible Bars
BarsPerWindow()

It takes the number of bars that are shown in the chart window for its calculation. So thats why I said to zoom out, and reload the indicator, so it will use the max possible bars for its calculation. Also i discovered, the more bars used for its calcualtion, indicator is getting scaled differrently. So thats probably another issue with that indicator, that naluvs01 might not like.

Finally my coding and intelectual skills are lacking, so I cant do much about that.... I did what I really can...

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 22, 2021 12:32 am
by 17MA
Can someone please help me add alerts to the indicator when the line changes from lime green to red and vice versa?

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 22, 2021 2:25 am
by Csj179t
17MA wrote: Sun Aug 22, 2021 12:32 am Can someone please help me add alerts to the indicator when the line changes from lime green to red and vice versa?
Hi 17MA ,

I've added arrows and alerts.

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 22, 2021 4:27 am
by mrtools
tkhanfx wrote: Sat Aug 21, 2021 7:31 pm Good day Mr.Tools, hope you're keeping well

Could you please take a look at the attached indicator, it seems to repaint signals on any applied price selected apart from open(1), possibly make it nrp and add arrow distance option?

Thank you for all your efforts
Posted a version here Ma indicators

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 22, 2021 5:37 am
by 17MA
Csj179t wrote: Sun Aug 22, 2021 2:25 am Hi 17MA ,

I've added arrows and alerts.
Thanks appreciate it :)

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 22, 2021 6:08 am
by Csj179t
17MA wrote: Sun Aug 22, 2021 5:37 am Thanks appreciate it :)
17MA,

I forgot to include something in the code, that deletes arrows when removing indicator from the chart....
Already made new version, and reposted it, in my previous post. And I'll attach new verison of indicator here also.
Sorry for any inconvenience....

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 22, 2021 9:37 pm
by Beastie
Hello fellow traders,

Would it be possible for someone to add MTF (with interpolation) to this indicator please?

Kind regards!

Re: MT4 Indicator requests and ideas

Posted: Sun Aug 22, 2021 9:54 pm
by josi
Beastie wrote: Sun Aug 22, 2021 9:37 pm Would it be possible for someone to add MTF (with interpolation) to this indicator please?
Couldn't you just alter period input?
H1->H4: Half-Length from 9->36?
Probably that's a silly idea.