mt4

  1. ezraluandre

    How to code multi timeframe analysis

    Hi I try to build EA that using multi timeframe analysis. Let's say I want to use MA as trend and stochastic as entry. Let's say I want to use MA in higher timeframe, to do that I will code like this, If(iClose(Symbol(),PERIOD_H1,0) >iMA(Symbol(),PERIOD_H1,200,0,MODE_EMA,PRICE_CLOSE,0) for...
  2. Enivid

    Trailing Stop on Profit EA

    Discuss Trailing Stop on Profit expert advisor here. This free MT4/MT5 EA provides an automated trailing stop tool based on the classic trailing stop method with the only difference being that it activates once the given profit value in points is reached. You can ask any questions about this...
  3. M

    EA on Multiple Accs taking different trades

    Hi, I have 3 different accounts running the same EA, All settings are the same, only varies the lot size. Acc #1 and #2 began July 25 Acc #3 began July 31 Acc #1 took 7 trades last week Acc #2 took 5 trades last week Acc #3 took a trade last night, and the other 2 accounts didn’t Do anyone...
  4. Enivid

    Position Sizer

    Discuss the Position Sizer expert advisor here. This EA lets you calculate optimal position size and execute trades based on these calculations. Based on Position Size Calculator, it allows some additional control over the trades it opens. You can ask any questions about this free MetaTrader...
  5. VinceV69

    Should I automate my strategy?

    Hello everyone i've been trading for a little over 1 year and have been using a very good EMA crossing strategy to take trades (not to derail main topic but I can explain my strategy if you would like). I was wondering if you think it is a good idea to pay someone to make my strategy into an EA...
  6. Enivid

    Candle Range

    Discuss the Candle Range indicator (a simplistic mouseover display of high/low and open/close ranges) in this thread. You can ask any questions about this indicator or make your suggestions here.
  7. B

    error 130 elimination

    I get sporadic 130s when using an MA as my stop loss value, so I want to write something that will check for all OrderModify() calls when I have a change in my take profit (or stop loss) values, like: retval = OrderModify( OrderTicket(), OrderOpenPrice(), Valid_SL(MyCalcSL,OrderType())...
  8. TradeChaser

    How much faster is MT5?

    I am getting further into building dash boards that iterate through several custom indicators. This is naturally very taxing on MT4. I have heard that MT5 is faster and accesses more cores in your computer's processer. I will admit, I have a loose idea why that is beneficial, but do not know if...
  9. Enivid

    Currency Strength Lines

    Discuss Currency Strength Lines indicator in this thread. The MTF-capable indicator displays a measure of strength of a given currency based on several currency pairs. It is a free indicator for MT4 and MT5 platforms. You can ask any questions about this indicator here.
  10. Q

    Inside bar

    Hello, First post LFG! I'm pretty new to MT4. I coded a lot in python so MT4 will take some getting used to. 1) What resources do you recommend as I can't find decent ones online 2) I'm trying to make an EA that checks if the last bar printed is inside the previous one Like say we're at...
  11. TradeChaser

    ZigZag but no current leg for MTF analysis

    Curious if anyone can shed light for me. My goal is to create a quasi mtf zigzag by stacking different ZZ with different depths. HOWEVER, I would like the last leg of the ZigZag to connect to the ask rather than the last extremum. The effect I would look for would be at a quick glance, I can...
  12. Enivid

    Heiken Ashi Naïve

    La discusión sobre el asesor experto Heiken Ashi Naïve.
  13. Enivid

    Rainbow Multiple Moving Average

    Discuss the Rainbow Multiple Moving Average indicator (a stack of 66 moving averages of varying colors) in this thread. Here you can ask any questions about this indicator or make your suggestions.
  14. Enivid

    Bollinger Squeeze Advanced

    Discuss the Bollinger Squeeze Advanced indicator (a trend strength and direction histogram indicator available for free download from our website) in this thread. It uses the relationship between Bollinger bands and Keltner channel and one of the eight oscillator indicators. Here you can ask any...
  15. Enivid

    Bollinger Squeeze Basic

    Discuss the Bollinger Squeeze Basic indicator (a trend strength and direction histogram indicator available for free download from our website) in this thread. It is based on Momentum, Bollinger bands, and Keltner channel. Here you can ask any questions about this indicator or make your suggestions.
  16. Enivid

    El asesor experto "News Trader"

    Esta discusión es sobre el asesor experto News Trader. News Trader es un AE simple que ayuda a los traders con la automatización de sus oportunidades de trading de las noticias. News Trader está disponible para MT4, MT5 y cTrader. Usted puede preguntar cualquier pregunta sobre este asesor...
  17. Enivid

    Support and Resistance Lines

    Discuss Support and Resistance Lines MetaTrader indicator in this thread. You can ask any questions about this free S&R indicator for MT4/MT5 here.
  18. Enivid

    MetaTrader 4 Client Terminal Build 1353

    MetaQuotes released a new update to its legacy MT4 trading platform on December 16 - Build 1353. It is now available through the automatic update system via your brokers' platforms. There is little known about the build's changes, but one important change is explicitly mentioned by the...
  19. ezraluandre

    MT4 Error 4108 (ERR_INVALID_TICKET)

    Hi everyone, I encountered with error 4108 which is invalid ticket. I looked on the log and it clearly trying to close order that has already closed like image below. I've looked into my code but still failed to find which part that make this error occurred. Anyone knows why it tries to close a...
  20. bmkinyua

    Assistance With RSS MQL4 EA

    I have an EA that would read RSS from investing(dot)com and dailyfx(dot)com RSS feed breaking news and would send me emails as the breaking news would break. It used to work fine but has since been reporting nothing new to report even if there is news (screenshot shows the message, it is not an...