nsamaniego
nsamaniego
Friends 2
nsamaniego
Added topic Lotsize computation
Noob question here guys. int fund = 1000; int risk = 5; int SL = 800; double lotsize = (fund * risk * 0.01) / SL); The output is showing: 0.0625, how can I make it that it will only produce 0.06 or just 2 decimal places? thank you
nsamaniego
Added topic MQL4 Access to Database
Is it possible for the MT4 to refer some of it's logic from external source? Say from a database that I have encoded that will tell the expert advisor which price to buy or  sell? 
nsamaniego
Registered at MQL5.community