Forum

automat tradingview strategy

hi i have an tradingview strategy andi wantto knowif someone can help me to automate the strategy like the EA on metatrader so it open and close trade automaticlly

can not run expert on vps ? please help

i just saw a expert advisor and i want to test it on my vps metatrader 5 and when i attach it to the chart and then vps click migrate it show error msg ( its saying ( migration to vertual hosting faild , debug version are not allowed ) how can i fix it here is the code

I Bought an EA here and thinks its scam what should i do

i bought a EA from the mql5 markets and the backtest was very good but since 2 weeks and just seeing losses in my account and am really upset and dont know what to do i tried to cotact to the EA owner but he is not responding anymore what ihave to do and is there any way to get the money back and

A small {} issue please help

this 2 error in the code below '}' - unexpected end of program '{' - unbalanced parentheses int OnInit() { // Initialize the Moving Averages with the correct parameters Handle1 = iMA(Symbol(), 0, 20, 0, MODE_SMA, PRICE_CLOSE); if (Handle1 < 0) return INIT_FAILED; Handle2 = iMA(Symbol(), 0, 22