Stock Portfolio Organizer
The ultimate porfolio management solution.
WiseTrader Toolbox
#1 Selling Amibroker Plugin featuring:
Export Data Exploration for Amibroker (AFL)
Simple exploration for export the data to csv or txt file
You can choose ticker and time range by setting “Apply to” an “Range”
Explore data by execute exploration in Automatic Analysis window .
Export the exploration result by clicking “File —> Export”
Similar Indicators / Formulas
Indicator / Formula
// You can choose ticker and time range by setting "Apply to" an "Range" // Explore data by execute exploration in Automatic Analysis window // Export the exploration result by clicking "File --> Export" Filter = C>0 ; AddColumn(O,"Open",1.2); AddColumn(H,"High",1.2); AddColumn(L,"Low",1.2); AddColumn(C,"Close",1.2); AddColumn(V,"Volume",1.0,1.0);
1 comments
Leave Comment
Please login here to leave a comment.
Back
Exploration good for analysis
( Daily we get High,Low,close,Volume data end of the day).