Forum

stock trading brokers that use mt5?

I moved to stocks from currency and its going very well. the problem is Ive been using just2trade with mt5 and their demo accounts shut down after 7 days which screws up my thoroughly testing my strategy. are there any other stock brokers out there that use mt5? or even mt4? thanks

does mt5 only do cfd stocks?

I was wondering does metatrader 5 support stocks? not cfd stocks. If so, which brokers supply stocks

iCustom Help - Heiken_Ashi.ex5 [2] open error

I keep getting open error for iCustom. Heiken_Ashi.ex5 is in indicator folder. I think I have messed up the handle. Here is handle and heiken_ashi indicator code. There arent any other handle parameters I need are there? Heiken Ashi just changes the candlesticks with a bit of math. There are no

Calling on a custom indicator?

So I have a custom indicator , A .mq5 file. How would I call on it in my EA to use it? Do I add it as an include file and use the iCustom function

Best indicators for testing when the pair is ranging?

Looking for indicators that tell you when the pair is ranging. cheers

how to select previous bar to find high and low?

I spose id use Mqlrates so... MqlRates rates[]; int copied= CopyRates ( NULL , 0 , 1 , 1 ,rates); if (copied<= 0 ) Print ( "Error copying price data " , GetLastError ()); else { Print ( "Copied " , ArraySize (rates), " bars" ); } Ive used this and it prints that its selected the

Help with HistoryOrderInfo.mqh Include File, How to use?

The overall aim is create a code that increases lotsize by "x" ammount every time you lose. so if anyone has input on that that would be awesome. My idea was to use the HistoryOrderInfo include file to access history to find when a trade has been lost then increase lotsize for next trade. //Global

EA study book MT5 Help Andrew R. Young "Closing positions"

For those whove read it im trying to use the Trade.mqh include file. In the Trade.mqh theres a segment for closing a position "CTrade::Close" Ive been trying to use it but its not working. Heres my attempt void OnTimer () { //+------------------------------------------------------------------+

MT5 "else if" error, ?

Can somone tell me why its saying 'else' - illegal 'else' without matching 'if'