I'm wondering if there is a way to write the results of an Exploration to a File using AFL. This is much the same as Export from Exploration but it would happen automatically.
Here is a screenshot of an Export from my Exploration. It uses Status("LastBarInRange"); .
Here is my code which so far only captures the last symbol and its values:
One way to write the exploration to a file is with OLE Automation – a technology that allows you to run various AmiBroker functions from an external script of your own creation. It is documented here: https://www.amibroker.com/guide/objects.html#AnalysisDoc
Batch is very easy Anthony. There is no coding involved, it’s all point and click.
For comparison, this is a link to the export code with the loop you were after. The batch Export function basically replaces that entire routine in one go. And you can even schedule the batch to run periodically.
You will need 6.20 or higher to get the batch functionality.