Jump to content

Advanced Get 9.1 Dashboard


bobtom55

Recommended Posts

  • 6 months later...

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!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

  • 8 months later...
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 ...

Link to comment
Share on other sites

  • 3 years later...
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]

Link to comment
Share on other sites

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 by xblackbeardx
Link to comment
Share on other sites

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.

 

image.png

AGData.mq4 AUDCAD60.prn Currency_Loader V2.3.ex4

Edited by RichardGere
Link to comment
Share on other sites

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.

image.png

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

Untitled.png

22.png

Link to comment
Share on other sites

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

image.png

thank you so much you are legend !! works fine now 🙂

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...