Forum

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 (where are the circles?) NOTE: this bug appear only in

Time of SWAP

hi all how to get the time of Swap, when applied by the broker... in MT code... regards

How To?

hi all How i obtain the initial deposit in account for statistical questions? regards

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

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

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 for each EA i have different value (if changed

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 lots? 2) How i determinte the maximun ammount of lots

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