Getting broker spread

Posted By: trader6363

Getting broker spread - 02/02/16 22:09

Is there any function that can give me the difference between bid and ask? I know that price function is the ask, so only issue is how do I get the value for bid price.
Only thing I came across was BrokerAsset function, but that only checks if it is a specific number. I need to get the exact number.
Thanks
Posted By: jcl

Re: Getting broker spread - 02/03/16 12:37

var Bid = priceClose()-Spread;
Posted By: trader6363

Re: Getting broker spread - 02/03/16 13:11

Thank you. I thought Spread was simulated only.
© 2024 lite-C Forums