I build an AmiBroker DB for BSE by filtering out linked scrips (w.r.to NSE scrips) as well as de-linked scrips trade on BSE alone. BTB, trade strategies would be applied on de-linked BSE scrips (here, BSE:520073 which has no link with NSE) and a watchlist be prepared for trade.
Thanks so much...
Missed it hardly by not seeing ISIN (found to be a primary factor) of both NSE and BSE lists for linking scrips.
The query is now clarified with the ISIN tag solution.
Appreciate your help a lot and much. Kudos to you.
Also could you please consider including a column named 'SC_GROUP' (has BSE Group details like A, B, X... which is similar to NSE's EQ..) from https://www.bseindia.com/download/BhavCopy/Equity/EQ100122_CSV.ZIP (to add 'SC_GROUP' column in BSE EOD file generated through ABCDcurl.)
Prototype...
Could you please add a column dealt with circuit/band limit for 'NEXT DAY' (after BSE updates its scrips' band limit for tomorrow's trade), if at all possible!
Thanks much.
Can someone help me write an AFL for the below condition?
Condition (when AFL is 'Explored') to filter and display SCRIPS:
(i) Weekly ROC % >= 25%
(ii) The same Weekly candle needs to have at least one Daily ROC % as an Upper Circuit*.
* Range has to be:
a) 5% => 4.90 - 5%
b) 10% => 9.50 -...
Apart from the attached code, if anybody could post your own code also much appreciated. Help please. If I'm confusing in any manner please let me know.
Greetings to all.
Following code needs a small modification (for the below specified conditions):
Also refer image for reference.
Show = ParamToggle( "style", "Bar|Candle", 1 );
if ( Show )
{
Sy=styleCandle;
}
else
{
Sy=styleBar;
}
color=ParamColor("Color",colorTan);
xshift=Param("Shift...
**Non-repaintable HHV LLV drawn Horizontal lines**
Help please for the below query friends..
Does anybody have reference to draw horizontal lines according to HHV and LLV during a particular period. AFL should NOT be repaintable.
For eg:
Within 10 bars range [Weekly view], HHV and LLV have...
Thanks for your reply.
I wanted to draw non-repaintable Horizontal lines on Daily view with reference to Weekly High and Weekly Low (for a particular period) for daily trade consideration. For this I asked the query.
Does anybody have reference to draw horizontal lines according to HHV and LLV during a particular period. AFL should NOT be repaintable.
For eg:
Within 10 bars range [Weekly view], HHV and LLV have to be identified and Horizontal lines have to be drawn.
When period is changed to [Daily view]...
Strategy is to filter stocks fallen 40% (in Weekly view) for a rise of 10% atleast.
For this, I try to filter scrips
(i) 6 candles count of 40% fall and
(ii) -ve candles count of 5 to 6 from fallen candles ONLY.
Issue is -ve candles not getting counted from fallen 6 candles (but goes out of...
Can somebody help for the below requirement. Requirement is to alert (thru Amibroker) by scanning the scrips all the time thru LIVE market (ie., RT data) for the condition:
Alert (thru msg box/pop-up/scan), if
(i) % change is >0.5% or < 0.5% in 10mins time duration
(ii) High and Low %...
'casoni', thanks so much for the reply. AFL helps me, thanks again.
Can I have the value shown (as 'AddColumn') from the recent trendline end value (directly pointing today) to filter scrips near to it (1 to 3% near trendline's end).
Screenshot attached for assistance...