Remember
Register
AmiBroker Q&A
Questions
Hot!
Unanswered
Tags
Categories
Users
Welcome to AmiBroker Q&A. Please note that we are moving totally to the Community Forum
forum.amibroker.com
any new questions should go there.
All categories
AmiBroker
(98)
AmiQuote
(41)
AFL Code Wizard
(14)
IBController
(2)
Data sources
(14)
Plugins
(2)
Testing
(6)
Related questions
How to get independant .afl parameters in several charts , that run the same .afl code ?
How to plot a chart including non-trading days? I want my chart to show blank spaces or gaps when the market is closed.
I want to do a plotshape only on the last bar is there a recommended way of doing that in AFL?
How to update .afl code in all charts that contain it , once saved and verified in the Editor
How do I import my charts and afl from a previous version on amibroker to my upgraded version 6.2?
Most popular tags
afl
amibroker
amiquote
data
yahoo
backtest
bid-ask
plot
optimize
days
volume
ib
setup
debugger
website
account
database
eod
tiingo
amibroker-migration
collection
documentation
monte-carlo
per-signal-metric
non-trading
linux-mint
day-trading
simulation
papermoney
scatter
websites
research
marketwatch
filters
#import
#utf8
internet-explorer
ie10
rotational
issue
dividends
spread
crossorders
trading
dividend
custom
name
volumedelta
downtick
uptick
backfill
posts
symbology
installation
tc2000
multi-time-frame
android
linking
charts
ask
multi-threading
email
forum
ascii
import
apple
full
user-interface
How to get 2nd last trading day's date in afl amibroker
0
votes
i.e. if current trading day is 17-07-2017, now on that day(17-07-2017) how I can get 2nd last trading day date which is 14-07-2017. if I use date= ref(datenum(),-1);I did not get that 14-07-2017. which is I required.
warm regards
Mahesh khatavkar
asked
Jul 16, 2017
in
AmiBroker
by
anonymous
1 Answer
0
votes
Use
http://forum.amibroker.com
answered
Jul 17, 2017
by
admin
(
9,260
points)
...