filson
filson
Friends

Add friends via their profile or user search and you will be able to see if they are online

filson
Added topic MarketInfo on offline client in portable mode returns "empty" values.
Hey, Using MT4 build 610 from Alpari in offline mode with the /portable runtime switch, I've hit several cases where MarketInfo() don't return meaningful values. These few script lines shows what I get: double tick_value = MarketInfo ( Symbol ()
filson
Registered at MQL5.community
filson
Added topic MathArc(Sin/Cos/Tan) functions.
Hey. Ive been fiddling about with the trigonometric functions in MT4 and have come to a conclusion that the ArcSin, ArcCos and ArcTan functions are really outputting the hyperbole of the individual functions. Is this true? Here's how i use them and