- Search Crypto Craft
-
magnumfreak replied Jan 19, 2008I got busy working on other indicators and projects and haven't had a chance to work on it. Hopefully I can get to it soon.
Pivot with start and end time adjustable
-
magnumfreak replied Jan 19, 2008mt doesn't have them built in but there are literally hundreds of free indicators you can add that plot the pivot points for you. Here is one that I use:
Does MT have Pivot Points?
-
magnumfreak replied Jan 18, 2008DOH!!! Missed that part in the pic. LOL! Man I hate getting old.
Make my day...need custom indicator
-
magnumfreak replied Jan 18, 2008you need it to calculate the values based on the previous bar, then plot the horizontal lines based on those calculations and do that for each new bar correct?
Make my day...need custom indicator
-
magnumfreak replied Jan 18, 2008Here you go: Email alerts and standard popup alerts are by default turned on. You can change the Subject line of the email by altering the Email_Subject variable. You "Should" only get 1 email and/or 1 alert for each color change. I have tested the ...
Looking for HMA With alet on color change
-
magnumfreak replied Jan 18, 2008I will work on it this evening. I am heading out right now. I will post it here later tonight.
Looking for HMA With alet on color change
-
magnumfreak replied Jan 18, 2008have you got an hma indicator that works correctly? Adding an alert to it would only take a few minutes so if you have one that works, post it and I (or someone else if they get here before me) will code the alert for you.
Looking for HMA With alet on color change
-
magnumfreak replied Jan 17, 2008I noticed that if I have a large number of files in my indicator folder, sometimes mt4 doesn't recognize all of them. I cleaned mine out today (just moved the least used ones to another folder in case I need them again) and the performance is much ...
X50 - M5 trend following
-
magnumfreak replied Jan 17, 2008Or just restart metatrader.
. Interesting system. Thanks for sharing.X50 - M5 trend following
-
magnumfreak replied Jan 17, 2008on the first one, try adding a valid email address to the FROM section. I just tested for comcast with no problems. also, the smtp address for hotmail (based on what I see in my account) is smtp.live.com I tried to send an email to my hotmail ...
Setting up e-mail alerts
-
magnumfreak replied Jan 16, 2008It may be an issue of your internet service provider blocking port 25. You need to call them and make sure that port 25 is enabled for your account. A number of ISP's are blocking anything coming from port 25 due to security risks.
Setting up e-mail alerts
-
magnumfreak replied Jan 16, 2008for each month on a 5 min chart you will need about 5,700 candles, so you are getting more than 2500. It may be that alpari limits the history. Check with them to find out.
Only 2500 candels back???
-
magnumfreak replied Jan 16, 2008you can post the indicator if you want. If we don't have the indicator it makes it more difficult for us to help improve the system.
Looking for Price Action AHA 0_2
-
magnumfreak replied Jan 16, 2008Even after changing the value you will need to scroll left to get mt4 to request the data from the server. What broker are you using?
Only 2500 candels back???
-
magnumfreak replied Jan 15, 2008int iBarShift(string symbol, int timeframe, datetime time, bool exact=false)Search for bar by open time. The function returns bar shift with the open time specified. If the bar having the specified open time is missing, the function will return -1 ...
What does this do? iBarShift
-
magnumfreak replied Jan 15, 2008if you have installed metatrader to the default directory place the indicator files: /program files/metatrader 4/experts/indicators Some brokers place the metatrader into there own directory so you may have to look around a little to find it. Once ...
Custom Indicators
-
magnumfreak replied Jan 15, 2008click tools, options, then select the charts tab. Down at the bottom there is a selection for max bars in history, max bars in chart.
Only 2500 candels back???
-
magnumfreak replied Jan 15, 2008In my example above the TimeHour and TimeMinute functions will return an integer value that you can check against when the last trade closed. So by your example, if the trade closed at 21:03 you would check for the hour (21) and then wait for the ...
MT4 coding help
-
magnumfreak replied Jan 15, 2008you could write a loop that will go back and check the time for each candle. TimeHour(Time[x]) will return the hour of the particular candle and TimeMinute(Time[x]) will return the minute of the particular candle. if the hour and minute meet your ...
MT4 coding help
-
magnumfreak replied Jan 14, 2008Can't remember where I found it, but it works pretty good. Decent way to help train the eye what to look for. I recommend turning on each one individually otherwise the screen will become very cluttered.
req: text for candlechart indicator