ANVIL API (Assent) Developer Thread

Hi,

Has anyone found out, how to use these functions? I tried it, without success. Any help?

THANKS!

Quote from ctarmor-et:

Has anyone work with the API to access the historical bars stored in ANVIL ? They have multiple APIs but I am unclear how to use them.

Some of the APIs from StockBase are:
---> bool LoadHistoryChart(unsigned int from, unsigned int to, unsigned int unit)
---> const void* GetHistoryChart(unsigned int day)
---> const ChartPoint* WINAPI B_GetHistoryChartPoint(const void* chart, unsigned int minute);


It would be great to post some sample code on how to:

- Create historical chart (1min, 5min, etc)
- Retrieve current and past bars ChartPoint
- Create multiple time frames

Anyone ?
 
Is anyone getting data from eSignal into Anvil ?

I wrote a COM server to manage this communication so I can get historical indicators for my model from eSignal into my ANVIL extension. It works well although not good enough for 1-2 cents scalping since the data may not be 100% in sync. In addition there is a little latency between getting the data across.

I was wondering if anyone has also done this more elegantly .... perhaps with DDE, SharedMem, etc ....
 
Quote from ctarmor-et:

Is anyone getting data from eSignal into Anvil ?

I wrote a COM server to manage this communication so I can get historical indicators for my model from eSignal into my ANVIL extension. It works well although not good enough for 1-2 cents scalping since the data may not be 100% in sync. In addition there is a little latency between getting the data across.

I was wondering if anyone has also done this more elegantly .... perhaps with DDE, SharedMem, etc ....

Getting data from eSignal into Anvil? Sounds interesting!

Does eSignal provide any API to output data?
 
We are a Chicago daytrading firm looking for an Anvil API programmer to write some filters/algorithms. Open to contract work or full-time, but need someone in Chicago who can be on-site at least a couple days per week.

PM me or e-mail doyle3338@yahoo.com if you are interested. Thanks.
 
Hi guys,

Quick question: Is it possible to put the password into the Anvil.ini? I've tried it with Password="XXX" under section Trader, but Anvil still asking me for the password.

Thanks!
 
Back
Top