Stock Portfolio Organizer
The ultimate porfolio management solution.
Shares, Margin, CFD's, Futures and Forex
EOD and Realtime
Dividends and Trust Distributions
And Much More ....
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
ORB in Bar Style for Amibroker (AFL)
Copy & Paste Friendly
Back
visit marketlogy.com for unique AFL codes. Daily=(Day()!= Ref(Day(), -1)) OR BarIndex() == 0; DHigh=HighestSince(Daily,H); DLow=LowestSince(Daily,L); Plot(DHigh,"",colorWhite,styleBar|styleNoRescale|styleNoLabel); Plot(DLow,"",colorWhite,styleBar|styleNoRescale|styleNoLabel);