![]() |
|
| Discuss AmiBroker Tips at the AmiBroker within the Traderji.com - Discussion forum for Stocks Commodities & Forex; hi...im using fibotrader. its extremely good. all credit goes to Soumya. now i've installed amibroker. ... |
|
|||||||
| Notices |
![]() |
|
|
Thread Tools |
| Sponsored Links |
|
#11
|
|||
|
|||
|
hi...im using fibotrader. its extremely good. all credit goes to Soumya.
now i've installed amibroker. i dont know how to use it for NSE BSE. i would like to chk it. plz help me. i wanna know the etire process. thanks. |
| Sponsored Links |
|
#12
|
|||
|
|||
|
Quote:
Regards -Anant |
|
#13
|
|||
|
|||
|
thanks ..i'll try.
|
|
#14
|
|||
|
|||
|
Dear Senior and knowldgeable members,
I want some help with Explorations and Charting in AmiBroker. I want to do two things: 1) I want to plot selected security data (EOD) for a particular period, for example, let us say April 10, 2004 to January 25, 2005 (If starting date is a holiday then the next trading day and if ending date is a holiday then previous trading day). The indicators I apply should be calculated using only the plotted data not the entire available data. In Ami the indicators are calculated from the very first available data upto the last one even though the visible chart portion is much smaller. In effect what I want is the graph should be drawn as if the security data is available only for the selected date range. Even if I try to move the chart pane beyond the selected date range (with arrow keys) the chart should not move past the selected dates on either side. 2. The second objective is similar to the above but instead of chart I want exploration. I should be able to do exploration with the data within the selected date range. For example, as in the above date range, if I want to calculate cumulative volume (using Cum function), the calculation should start with the volume data of the start date selected and stop with the end date. In exploration page in Ami there is an option to select the range of date for exploration. But this does not do what I want. It simply shows the results in the selected date range. Thus, if I want cumulative volume between selected date range, what it actually does is calculate the cum vol right from the very first data available but shows the results for the selected date range. Can these be implemented by writing an AFL? If I have not been clear in expressing what is my aim please ask. I will clarify further. Thank in advance. -Anant |
|
#15
|
|||
|
|||
|
Hello Seniors,
Can anyone give a simple code in Amibroker for alert of any cross e.g. if I want alert at crossover of EMA(15) & EMA(30) how can I get this. Can I get Alert if price goes above/below any predefined value. Can I get alert if RSI is above/below a predefined value for sometime ( say 10 min). Regards, K S Kachhwaha |
|
#16
|
|||
|
|||
|
Quote:
Export intraday and EOD data to .csv files. One file for each stock.In the first line insert the directory you want to save them to, make sure the directory exists.Select your charts to export with the "Apply to" filter in AA window. Select the timeframe period you want to save as using the AA "Settings" Press Scan button */ fh = fopen( "c:\\SaveData\\"+Name()+".csv", "w"); if( fh ) { fputs( "Ticker,Date,Time,Open,High,Low,Close,Volume \n", fh ); y = Year(); m = Month(); d = Day(); r = Hour(); e = Minute(); n = Second(); for( i = 0; i < BarCount; 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\n", O[ i ],H[ i ],L[ i ],C[ i ],V[ i ] ); fputs( qs, fh ); } fclose( fh ); } Buy = 0; |
|
#17
|
|||
|
|||
|
Quote:
a=EMA(C,30)-EMA(C,200); b=EMA(a,20); Buy = Cross( a,b ); Sell = Cross( b,a ); //Short = Sell; //Cover = Buy; AlertIf( Buy, "", "MACD BUY", 1,1+2 ); AlertIf( Sell, "", "MACD SELL", 2 ,1+2); You may define/modify a and b in above formulae as per your requirements and get alerts. regards. Last edited by kgsirasangi; 26th September 2006 at 08:57 PM. |
|
#18
|
|||
|
|||
|
Quote:
....thanks again.
|
|
#19
|
|||
|
|||
|
Dear asnavale,
For explorations it is very easy to use...just define the date range with the from and to on top left of the automatic analysis window and u get it or if u know the no of days...pls click on the button n = and put the number of days. |
|
#20
|
|||
|
|||
|
for ur other query try this. DISCLAIMER: I havent tried it myself. before plotting ur indicator use nlastbar = the number of days for which u want the bars to be included.
|
| Sponsored Links |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads for: AmiBroker Tips
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AmiBroker | karthikmarar | Your Feedback & Suggestions | 8 | 30th July 2006 12:22 PM |
| Pls Guide Me How To Use Amibroker | coolguru007 | AmiBroker | 0 | 16th May 2006 11:29 PM |
| amibroker | uncle sam | AmiBroker | 0 | 28th December 2004 06:01 PM |
Indemnity, Disclaimer & Disclosure
Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum
Rules Disclaimer & Disclosure and indemnify Traderji.com, its
associates and related parties of all claims howsoever resulting from
the usage of the forum.
• Disclaimer: Trading or investing in stocks & commodities
is a high risk activity. Any action you choose to take in the markets
is totally your own responsibility. Traderji.com will not be liable for
any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
• Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein.
The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.