Forum

MQL5 VPS disable trading

Hi guys, i think i've understand the working process of these VPS by synchronizing time after time what i need. I also understand (if i'm not wrong) in my pc mt4 the trading is automatically disabled (enabling to the VPS) to prevent doubled trades. But what if i need the EA to stop trading for a

Problem with indicators (MT4 build 791)

Hello guys i wonder why when i try to attach an indicator from the "navigator" tab i get such problem: https://charts.mql5.com/7/679/usdjpy-h1-octa-markets-inc.png Here is an example with stoch, but it gives me the same errors with every indicators. Anyway, if i choose the stoch from indicator

A little color modify on WPR

I have this WPR version with alerts. Is possible to have a different color ONLY for the last leg of the indicator, i mean the leg which repaints until the current candle hasn't finished yet? Then it turns on default color waiting for the next leg forming (of course in the different colour). Thank

Please help me with 130 error

Hi guys could someone modify this expert in order to don't have error:130 anymore? Many thanks <DECOMPILED (stolen) CODE REMOVED >

Time filter to add...please help!!

Hi everyone, i need help to add time filter on this EA. I only need: MON = TRUE/FALSE; TUE = TRUE/FALSE ; WED = TRUE/FALSE ; THU = TRUE/FALSE ; FRI = TRUE/FALSE ; SAT = TRUE/FALSE ; SUN = TRUE/FALSE ; TRADE FROM = 8 ; TRADE TO = 16 ; Thanks if you can help me... Gianluca Ferri

set maxopen trade

Hi people i have problems to set in this EA the MAXOPENTRADE function. Because i want to open some positions at once instead only one. Someone could insert that function for me? Thanks in advance...here is the code extern double stopLoss = 50; extern double lTakeProfit = 20; extern double

Help with a very good indicator

This indi looks good on chart but repaints...can someone re-codes it in way that it will stop repaint??? And i don't know what are "ExtDepth" "ExtDeviation" "ExtBackstep" in parameters ... Thanks