I've had a round off problem with a strategy cause the floating point issue. A good fellow here called Koganan suggested me this link that would allow me configuring a better format for me and thus eliminating my floating point bad signals problem.
Since I'm not an advance programmer, I'd like to know how to implement instructions within my code in order to be able to call this method; from NAMESPACE to following modules.
I work with EUR.USD with Interactivebrokers, so my input would be in 0.00005 ticksize; since I have to make calculations with average I'd like to work with 0.000000 format.
Thanks in advance
Comment