Brokey For Amibroker ^new^ -
// Buy/Sell signals Buy = Cross(Brokey, 0) AND Brokey > Ref(Brokey, -1); Sell = Cross(0, Brokey) AND Brokey < Ref(Brokey, -1);
Add this to the code if you want only high-volume breakdowns: brokey for amibroker
Why? Because your data had holes in it.
: If "Brokey" refers to a trading strategy or a custom indicator, you might be looking to implement it in Amibroker. Amibroker supports AFL (Amibroker Formula Language), which allows users to create custom indicators, backtest strategies, and more. If you have the AFL code for "Brokey," you can simply paste it into Amibroker and use it like any other indicator or strategy. // Buy/Sell signals Buy = Cross(Brokey, 0) AND