Forum

MT4 signal subscription

Hello, I have a demo account with the same broker as the signal provider . I see the signal on the signals page on the website but when I search using the MT4 app it does not come up. Can I register using the website and still get the signals? signal name: <...> Signal Broker: ICMarketsSC-Live33 my

The Ultimate EA

Hello guys, I know this is far fetched but I was wondering if anyone wants to join me into creating an EA that uses both fundamental and technical indicators . I am talking about any and all indicators people have written and are using. I mean all from the simple MA to more complex algorithms

forex economic news api

Hello guys, I tried to search around but could not find a way to get the forex economic news api. What I need to do is get the economic data (like the nonfarm payroll, the websites get) and use it on my EA. Can anyone guide me to the right place. What I am asking is how do other websites get the

Get the precious value of MACD.

Hello guys, It might be a stupid question but here it goes: I have a double variable MACDcurrent and I call the iMACD function and I get 0 as a return, but when I do DoubleToStr I get 0.000123. How can I get that procession stored into my variable? double MACDcurrent

Orderselect

Hello guys, I wanted to know what I am doing wrong, I do not get the ticket number, all I get is 0; int ticket = OrderSend (symbol, OP_BUY , 0.5 , Ask , 0 , Ask - 0.020 , Ask + 0.100 , "BUY ORDER" , 0 , 0 , Green); Print ( "TICKET NUMBER: " , ticket);

OrderSend not giving ticket number

Hey guys, I might be asking a stupid question but here it goes. Does the MT4 strategy test only give out ticket numbers when it is running on a demo or live account or should it give it when I am running it on history data? I mean when I run say from January 1, 2013 to current, it does not give out

Trendlines

Hey guys, I am making an EA but I want to include an indicator that will detect a trendline and use it to determine if a trade should be opened. My problem is how I can construct an indicator that will figure what I did with this chart: How could I have the indicator determine what I just did with

Difference in Leverages

Hello traders. I have a question. If a person has $100 with a 1:500 leverage. How many lots can he trade? And if a trader has 1:50 leverage how much does he need to have to trade the same amount? What I am trying to say is I have an account with a maximum leverage of 1:50 and the signal I am

Strategy Tester not giving correct rates.

Hello guys, I have a question... the following is my code: void onStart() { MqlRates rates[]; int copied= CopyRates ( Symbol (), PERIOD_M1 , 0 , 100 ,rates); if (copied<= 0 ) Print ( "Error copying price data " , GetLastError ()); else Print ( "Copied " , ArraySize (rates), "

Prices from different time frames

Hello guys, probably a stupid question, but I did not find a way to get all the tick information for a specific timeframe. For example I want to get all the highs, lows, open and close of a given time frame say M5 from january 1, 2012 to december 31, 2012. Is that possible, to put it in a array or