⭐ bunty Posted August 29, 2020 Report Share Posted August 29, 2020 can you please upload to other location please Quote Link to comment Share on other sites More sharing options...
KingInvestorss Posted August 30, 2020 Report Share Posted August 30, 2020 try your luck and let other know what is stable for benefit of others. What I recollect from past is ver 8 was properly cracked but ver 9 has one bug like when you change symbol, title menu will not update to the changed symbol. yes working but only daily data /not H1,H4/ Quote Link to comment Share on other sites More sharing options...
⭐ g1080 Posted March 7, 2021 Report Share Posted March 7, 2021 Hi KingInvestorss, to handle hourly and lower time frames in EOD cracked version you should trick the program by changing date on every for of your ASCII file, i manage to do that with python, then you´ll be able to work with lower time frames than daily. On a separate issue, anyone happen to have 1996 seminar videos?? thanks! Quote Link to comment Share on other sites More sharing options...
⭐ g1080 Posted March 7, 2021 Report Share Posted March 7, 2021 Hi KingInvestorss, to handle hourly and lower time frames in EOD cracked version you should trick the program by changing date on every line in of your ASCII file, i manage to do that with python, then you´ll be able to work with lower time frames than daily. On a separate issue, anyone happen to have 1996 seminar videos?? thanks! Quote Link to comment Share on other sites More sharing options...
KingInvestorss Posted March 7, 2021 Report Share Posted March 7, 2021 Thank you,I try it Quote Link to comment Share on other sites More sharing options...
Cristian07 Posted November 29, 2021 Report Share Posted November 29, 2021 Oldest versions of aget with mt4 data work flawlessly...and from what I see, have all you need compared to the newest...except you need to refresh data (icluding up to 1 minute)...and no dashboard, which I find horrible, and can easily be replaced by the scanner in the software...unless you´re a trader junkie, that needs a new trade every nanosecond... ...and...aget works... Could you share the program ... and what benefits it has ... Quote Link to comment Share on other sites More sharing options...
xblackbeardx Posted February 8 Report Share Posted February 8 On 3/8/2021 at 1:30 AM, g1080 said: Hi KingInvestorss, to handle hourly and lower time frames in EOD cracked version you should trick the program by changing date on every for of your ASCII file, i manage to do that with python, then you´ll be able to work with lower time frames than daily. On a separate issue, anyone happen to have 1996 seminar videos?? thanks! can you please help me to upload 1 hour chart into advanced get ? i only made it for daily and weekly and thank you in advance my email [email protected] Quote Link to comment Share on other sites More sharing options...
⭐ RichardGere Posted February 9 Report Share Posted February 9 9 hours ago, xblackbeardx said: can you please help me to upload 1 hour chart into advanced get ? i only made it for daily and weekly and thank you in advance my email [email protected] I am only do it for 60 minutes for MT4 data. It will need a add-in for MT4. Let me know if you are interested before I proceed xblackbeardx 1 Quote Link to comment Share on other sites More sharing options...
xblackbeardx Posted February 9 Report Share Posted February 9 (edited) 9 hours ago, RichardGere said: I am only do it for 60 minutes for MT4 data. It will need a add-in for MT4. Let me know if you are interested before I proceed thank you for reply .. and yes I'm interested also can you attach for me the formula i mean inside the output csv file can you show me screenshot .. cuz i have build python code to get daily and weekly data by using yahoo finance api but i want to know how advanced get sofware can be able to read hourly charts so i can understand the concepts and thank you in advance. Edited February 9 by xblackbeardx Quote Link to comment Share on other sites More sharing options...
⭐ RichardGere Posted February 9 Report Share Posted February 9 (edited) I use AdvancedGet 7.8 EOD version and not AdvancedGet 9 because AdvancedGet 9 does have some instability. There is an AdvancedGet 7.8 intraday that accepts 60 minute data but till date, I have not found an educated version of it yet. This method that I am using was from more than a decade ago. It is using data from Metatrader 4. What you do is to attach an indicator (Agetdata.ex4) into a currency pair of 1 hour or 4 hours. What it does with the 1 hour or 4 hour chart is that it will convert each bar (1 hour or 4 hour bar) into EOD data and date it sometime into the past ie year 1930. Each daily data from 1930 onwards, represent 1 hour or 4 hours bar. This data is automatically saved into the MT4/Files directory. The saved file will automatically be added with a suffix of 60 or 240 so that it will identify the timeframe of the saved file. You can then use Advancedget to access this file. The chart will appear to show daily data starting from year 1930 but each bar is actually a 1 hour or 4 hour data. So what you see is that chart pattern suitable for Advanceget analysis but of course the X-axis is showing daily timeframe. I am not sure if I explained it clearly but I have attached the resultant data file for your review. I have attached a sample chart for audusd60. It shows a daily chart with a Daily X-axis starting from the year 1934. But the chart displayed is actually of the 60 minute chart from MT4. I do believe you can also do this for 15 min or 30 min but I didn't try it because things happen too fast for me at 15 min. For 1 hour chart, I only need to manually rerun AdvancedGet every hour to get a new updated bar. There is another indicator, CurrencyLoader.ex4, that does the same but I didn't use it because, it seems to have problem updating the files. I have attached it just in case you want to experiment with it. AGData.mq4 AUDCAD60.prn Currency_Loader V2.3.ex4 Edited February 9 by RichardGere xblackbeardx 1 Quote Link to comment Share on other sites More sharing options...
xblackbeardx Posted February 9 Report Share Posted February 9 1 hour ago, RichardGere said: I use AdvancedGet 7.8 and not AdvancedGet 9 because AdvancedGet 9 does have some instability. This method that I am using was from more than a decade ago. It is using data from Metatrader 4. What you do is to attach an indicator (Agetdata.ex4) into a currency pair of 1 hour or 4 hours. What it does with the 1 hour or 4 hour chart is that it will convert each bar (1 hour or 4 hour bar) into EOD data and date it sometime into the past ie year 1930. Each daily data from 1930 onwards, represent 1 hour or 4 hours bar. This data is automatically saved into the MT4/Files directory. The saved file will automatically be added with a suffix of 60 or 240 so that it will identify the timeframe of the saved file. You can then use Advancedget to access this file. The chart will appear to show daily data starting from year 1930 but each bar is actually a 1 hour or 4 hour data. So what you see is that chart pattern suitable for Advanceget analysis but of course the X-axis is showing daily timeframe. I am not sure if I explained it clearly but I have attached the resultant data file for your review. I have attached a sample chart for audusd60. It shows a daily chart with a Daily X-axis starting from the year 1934. But the chart displayed is actually of the 60 minute chart from MT4. I do believe you can also do this for 15 min or 30 min but I didn't try it because things happen too fast for me at 15 min. For 1 hour chart, I only need to manually rerun AdvancedGet every hour to get a new updated bar. There is another indicator, CurrencyLoader.ex4, that does the same but I didn't use it because, it seems to have problem updating the files. I have attached it just in case you want to experiment with it. Of course there is an AdvancedGet 7.8 version that loads and display 60 minutes data directly but unfortunately, I have not seen an educated version till date. AGData.mq4 9.77 kB · 1 download AUDCAD60.prn 104.19 kB · 1 download Currency_Loader V2.3.ex4 45.98 kB · 1 download thank you so much for all these info and tools am realy glad for help .. i have small issue when i import the file in the software it will show some kind not clear data, i will attach photo for my ascii settengs can you tell me if it is correct one ? becose the chart looks not same like yours very clear also i used same file you sent me .. thanks again for your help Quote Link to comment Share on other sites More sharing options...
⭐ RichardGere Posted February 9 Report Share Posted February 9 Your ASCII setting is not correct. If you look at the data file that I attached, there is a <time> column, which is not use and has values of 0. So your ASCII settings should be Date | Skip | Open | High | Low | Close | Volume | Hope that helps xblackbeardx 1 Quote Link to comment Share on other sites More sharing options...
xblackbeardx Posted February 9 Report Share Posted February 9 thank y 1 hour ago, RichardGere said: Your ASCII setting is not correct. If you look at the data file that I attached, there is a <time> column, which is not use and has values of 0. So your ASCII settings should be Date | Skip | Open | High | Low | Close | Volume | Hope that helps thank you so much you are legend !! works fine now 🙂 Quote Link to comment Share on other sites More sharing options...
⭐ RichardGere Posted February 9 Report Share Posted February 9 20 minutes ago, xblackbeardx said: thank y thank you so much you are legend !! works fine now 🙂 ☺️ xblackbeardx 1 Quote Link to comment Share on other sites More sharing options...
⭐ FFRT Posted February 10 Report Share Posted February 10 I guess, this version of AG9 has some bug while fixing by talent. When you change the symbol / underlying asset, title does not change, while chart properly gets updates. So, one has to be careful while doing multiple symbols analysis Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.