Ok, I finally able to attach my bmp file. As you can see in the picture, I had the intraday volume imported into Global Server, yet I couldn't get the volume to show up in my 5 min chart. This is strange. Any idea will be appreciated.
I am trying to load back data from eSignal. I've loaded TS2Ki and specified my data source as DBC. So far so good. I am using the plug-in offered by eSignal. When I try and run the plug-in is tells me I need eSignal 6.00 or greater despite the fact the I have the most current version - 10.0!
How can I get around this?
Thanks
Daniel
You are right about that usually there is an else statement and says =Up volume + down volume, here is the code... thought i could just take out the else statement, but still did not work.
Thanks for the help!!!!!
{*******************************************************************
Description : This Indicator plots Volume
Provided By : Omega Research, Inc. (c) Copyright 1999
********************************************************************}
Plot1(volume, "Volume");
{Volume Expert Commentary}
#BeginCmtry
Commentary(ExpertVolume(Plot1));
#End;
{*******************************************************************
Description : This Indicator plots Volume
Provided By : Omega Research, Inc. (c) Copyright 1999
********************************************************************}
Plot1(ticks, "Volume");
---------------------------------------------------------------------------I currently have the same problem... was there a solution? Thanks so much!
Even tried changing the easy language code to look for total volume instead of adding up and down ticks, still did not work.
Data is going from eSignal to Global server data.
Screen shot is attached.