⭐ insaneike Posted January 26, 2019 Author Report Posted January 26, 2019 Hi John1992, Thank you @insaneike Yes it help but still the data order is from old to new. Though I need from new date to old date. As you can see 25th Jan 2019 should be on top, I need this setting. But current setting is 2005 is on top. Sorry, somehow I missed noticing your other requirement. Change for( i = 0; i < BarCount; i++ ) to for (i = BarCount; i >=0; i--) Hope this helps. john1992 1 Quote
john1992 Posted January 26, 2019 Report Posted January 26, 2019 Hi John1992, Sorry, somehow I missed noticing your other requirement. Change for( i = 0; i < BarCount; i++ ) to for (i = BarCount; i >=0; i--) Hope this helps. Thank you for the reply. Though the code shows verious error now. Here is the code look like now fh = fopen( "c://AmiBackup//"+Name()+".csv", "w"); if( fh ) { //fputs( "Ticker,Date,Open,High,Low,Close,Volume", fh ); y = Year(); m = Month(); d = Day(); //r = Hour(); //e = Minute(); //n = Second(); //for( i = 0; i < BarCount; i++ ) for( i = BarCount; i >= 0; i-- ) //fputs( Name() + "," , fh ); {ds = StrFormat("%02.0f-%02.0f-%02.0f,", y[ i ], m[ i ], d[ i ] ); fputs( ds, fh ); //ts = StrFormat("%02.0f:%02.0f:%02.0f,", //r[ i ],e[ i ],n[ i ] ); //fputs( ts, fh ); qs = StrFormat("%.4f,%.4f,%.4f,%.4f,%.0f ", O[ i ],H[ i ],L[ i ],C[ i ],V[ i ] ); fputs( qs, fh ); } fclose( fh ); } Buy = 0; I'm getting various error. Quote
⭐ insaneike Posted January 26, 2019 Author Report Posted January 26, 2019 Thank you for the reply. Though the code shows verious error now. Here is the code look like now I'm getting various error. There you go. I've tested the below code before posting now :). Sorry for not doing that in the previous attempts. ----- >8 Snip start of code >8 ----- filter = 0; buy = 0; sell = 0; cur_idx = barcount - 1; fh = fopen("c://AmiBackup//" + name() + ".csv", "w"); if(fh) { y = year(); m = month(); d = day(); while (cur_idx >= 0) { ds = strformat("%02.0f-%02.0f-%02.0f,", y[cur_idx], m[cur_idx], d[cur_idx]); fputs( ds, fh ); qs = strformat("%.4f,%.4f,%.4f,%.4f,%.0f\n", o[cur_idx], h[cur_idx], l[cur_idx], c[cur_idx], v[cur_idx]); fputs(qs, fh); cur_idx--; } } fclose(fh); ----- >8 Snip end of code >8 ----- I don't think you would need 4 digits after the decimal for the ohlc data. In case you need only 2 digits replace qs = strformat("%.4f,%.4f,%.4f,%.4f,%.0f\n", o[cur_idx], h[cur_idx], l[cur_idx], c[cur_idx], v[cur_idx]); with qs = strformat("%.2f,%.2f,%.2f,%.2f,%.0f\n", o[cur_idx], h[cur_idx], l[cur_idx], c[cur_idx], v[cur_idx]); Hope this helps. ⭐ option trader and john1992 2 Quote
⭐ option trader Posted January 27, 2019 Report Posted January 27, 2019 Deae AMIusers,pls post someone latest 6.3x64 bit v,sitesays huge improvement in x64 bit so we can get advantages... Happy trading ...:) Quote
tech1978 Posted July 5, 2019 Report Posted July 5, 2019 Can anyone please, share the crack again. All the links are dead now. thanks.. Quote
tech1978 Posted July 9, 2019 Report Posted July 9, 2019 No one ?. I need 32 bit version crack. Any one kind enough to upload it please. Quote
ami-user Posted July 9, 2019 Report Posted July 9, 2019 (edited) http://www.mediafire.com/file/o7a14d5n4zobcoc/Brokey.rar/file The file will only be retained for up to 14 days. Edited July 10, 2019 by ami-user Quote
Warpig Posted July 26, 2019 Report Posted July 26, 2019 Any chance of someone uploading either the x64 or x32 Amibroker ver 6.30 plus crack, please. Thanks Quote
Warpig Posted July 30, 2019 Report Posted July 30, 2019 Thanks for all the responses lol! Just another dud site Quote
⭐ johnbest Posted July 30, 2019 Report Posted July 30, 2019 Hi Anybody, please share the 6.20 or 6.30 with medicine... 32/64 bit... Regards JB Quote
Ragul Posted July 30, 2019 Report Posted July 30, 2019 https://www.4shared.com/s/fo6xvgeNifi ⭐ SignalTime, sotijezad, ⭐ johnbest and 2 others 5 Quote
indo37 Posted July 30, 2019 Report Posted July 30, 2019 Thanks for the upload. Unfortunately amiquote updates are nowadays required very often .... Thanks Quote
⭐ johnbest Posted July 30, 2019 Report Posted July 30, 2019 https://www.4shared.com/s/fo6xvgeNifi @Ragul, Thanks a lot dear..... :) Regards JB Quote
kubayutel Posted August 14, 2019 Report Posted August 14, 2019 Please share AmiBroker 6.31.0 (32-bit) ⭐ option trader and ⭐ chullankallan 2 Quote
Tradermen Posted September 20, 2019 Report Posted September 20, 2019 Can anyone Share the instalation file for ami 6.30 x64 (or new 6.31 version) no need for x32 version. Thanks ⭐ chullankallan 1 Quote
⭐ SignalTime Posted October 2, 2019 Report Posted October 2, 2019 Can anyone Share the instalation file for ami 6.30 x64 (or new 6.31 version) no need for x32 version. Thanks Link in post #62 is working. It is 32 bit Quote
donlequy221 Posted October 3, 2019 Report Posted October 3, 2019 Amibroker 6.31 is really great that fixed many bugs in 6.30 the most important is 6.31 have ability to send post request. With that, we can have near realtime notification to our mobile devices like iphone. 64bit faster a little bit but much more complex to be fixed, so 32bit version is fine. it's great if someone share the fixed free 6.31 32bit [-O< Quote
Tradermen Posted October 3, 2019 Report Posted October 3, 2019 Yeah... It seems our resident crackers dont want to have the extra work to crack 64bit version even if he are willing to pay them. Quote
donlequy221 Posted October 4, 2019 Report Posted October 4, 2019 Yeah... It seems our resident crackers dont want to have the extra work to crack 64bit version even if he are willing to pay them. I think for him, he think that 32bit is fine for most of people whom want to use free. For newest, greatest function like 64bit, we must pay for company so they can keep working and making new versions. Thats fair enough :)>- ⭐ option trader 1 Quote
⭐ insaneike Posted October 4, 2019 Author Report Posted October 4, 2019 Amibroker 6.31 is really great that fixed many bugs in 6.30 the most important is 6.31 have ability to send post request. With that, we can have near realtime notification to our mobile devices like iphone. 64bit faster a little bit but much more complex to be fixed, so 32bit version is fine. it's great if someone share the fixed free 6.31 32bit [-O< Request someone to share the setup for the 6.31 32-bit and 64-bit versions. Thanks. Quote
Tradermen Posted October 6, 2019 Report Posted October 6, 2019 Finally it seems that a 64bit version is arround. Quote
⭐ insaneike Posted October 7, 2019 Author Report Posted October 7, 2019 Finally it seems that a 64bit version is arround. Possible to share the link ? Quote
⭐ chullankallan Posted October 14, 2019 Report Posted October 14, 2019 Here is a link that I found on a file hoster. Unfortunately only downloadable by premium users. hxxps://k2s.cc/file/44192dc6f4695/AmiBroker_6.30.5_Ultimate_Pro_Version.rar Maybe some of our users here can have better luck downloading it and resharing with others here. Source: hxxps://latest-soft-versions.blogspot.com/2019/05/download-amibroker-6305-ultimate-pro.html indo37 and ⭐ SignalTime 2 Quote
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.