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 ....
For Portfolio Manager Click Here

WiseTrader Toolbox

#1 Selling Amibroker Plugin featuring:

Advanced Adaptive Indicators
Advanced Pattern Exploration
Neural Networks
And Much More ....
Find Out More Here

Export Data Exploration for Amibroker (AFL)

Rating:
3 / 5 (Votes 3)
Tags:
amibroker, exploration

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

GapUp and Bearish Close (Reversal) _Daily
Submitted by indraji2001 almost 11 years ago
miftha indicator
Submitted by coolpace almost 15 years ago
General Market Exploration by XeL
Submitted by xel almost 13 years ago
Deel - Average Dollar Price Volatility
Submitted by kaiji over 15 years ago
DIX50,20,10
Submitted by morgen almost 15 years ago
Volume Spike Exploration
Submitted by ngocleasing almost 15 years ago

Indicator / Formula

Copy & Paste Friendly
1
2
3
4
5
6
7
8
9
10
11
12
// 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

1. anandnst

Exploration good for analysis
( Daily we get High,Low,close,Volume data end of the day).

Leave Comment

Please login here to leave a comment.

Back