Hi
My problem is this: I have to return the bid and the ask in an EFS study.
I need the best bid and best ask, so I do not need "getmostrecentbid"
and even the marketdepth.
there is a simpler way? Help me !!!
Thanks
I send you a simple example to explain what I want to do:
function preMain()
{
}
var bid1 = null;
function main()
{
bid1 = ???????
*/ how to return the best bid ?, with a DDE link,
*/ or more, but not getmostrecentbid ?
*/ help me if there is a solution with an example, thanks
}
return bid1;
}
My problem is this: I have to return the bid and the ask in an EFS study.
I need the best bid and best ask, so I do not need "getmostrecentbid"
and even the marketdepth.
there is a simpler way? Help me !!!
Thanks
I send you a simple example to explain what I want to do:
function preMain()
{
}
var bid1 = null;
function main()
{
bid1 = ???????
*/ how to return the best bid ?, with a DDE link,
*/ or more, but not getmostrecentbid ?
*/ help me if there is a solution with an example, thanks
}
return bid1;
}
Comment