Forum

What happened to broker’s leverage

I’ve not been to forex for a long period Now i want to back.. i see the leverage is decreased to 1:30 in all brokers What happened? Can i trade again with leverage 1:500 or more again

Deposit and Withdraw to/from Demo Account

Suggest a broker which offers Demo account which the trader can deposit and withdraw to/from

how to import tick data from trueFX to tick data suite

I downloaded tick data from true fx , how do i impor them to tick data suite The only option i found is importing from dukascopy

How to find out how is subscribed to our signal?

Hello How do I find out "who" (not the quantity which is mentioned at my signal page) is subscribed to My signal

how does max DD get calculated

Is max dd the decrease in balance or it refers to equity

running WebResquest() on two URLs? at same time

Is it possible to running WebResquest() on two URLs? at same time?How

read a web site contents

i have a website contains trading signals how do i let my ea read my website contents? i have used function WebResquest to do that but all i receive is numbers Take a look at the example provided at http://docs.mql4.com/common/webrequest i have added Alert(result[0]); to see what server respond

working with Webrequest function

Take a look at the example provided at http://docs.mql4.com/common/webrequest Array result[ ] contains servers response i have added Alert(result[0]); to see what server respond back, Alert(result[1]);Alert(result[2]);.... The array result allways contains numbers now i want to know how to recive

SymbolSelect()

How do i exactly use symbolselect function ? I used it this way it doesn't work String pair="EURUSD"; SymbolSelect(Pair,true); Alert (symbol()); i use alert to see if the symbol is selected but i see it always alerts usdchf by default, Please me with, write the exactly code which select EURUSD