DooMGuarD
DooMGuarD
Friends

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

DooMGuarD
Added topic This is a MT Bug?
i make a indicator for plot P&F Charts (XO)... when i draw object in chart window all rigth but if i put in separate windows not work fine... figure 1 : #property indicator_chart_window (work fine) figure 2 : #property indicator_separate_window
DooMGuarD
Added topic Time of SWAP
hi all how to get the time of Swap, when applied by the broker... in MT code... regards
DooMGuarD
Added topic How To?
hi all How i obtain the initial deposit in account for statistical questions? regards
DooMGuarD
Added topic Login is Read Only?
hi all... How I can determine in my code if the password used in login is readonly (Investor)? i need send alert message for this situation... thanks
DooMGuarD
Added topic Breakpoints
hi all under menu Edit (in Meta Editor) i have 2 options: - Toggle Breakpoint (F9) - clear All Breakpoints How i work with Breakpoint in MT4? thanks
DooMGuarD
Added topic Library shares
hi all... if i have a variable in the library #property library // library code int BuyOption; void MyLibBuyOption(int Value) { BuyOption = Value; return(0); } int MyLibBuyOptionValue(); { return(BuyOption); } [/code] i share this value for any EA or
DooMGuarD
Added topic How i calculate lots?
hi all i have an account USD 10.000 (100:1) my params for a order in expert risk = USD50 StopLoss = 50 pips Volume in USD = USD50 / (50pips*Point) if EURUSD then Volume in USD = USD50 / (50pips*0.0001) = USD 10.000 1) how i convert USD 10.000 in
DooMGuarD
Registered at MQL5.community
DooMGuarD
Added topic How...
hi all think i create a new indicator, i call : DgInd001.MQ4 how a use this indicator in a expert... how i call the value in specific time... if you have a sample, it's better... charles