Forum

Indicator not seen in MT

Although indicator's *.ex4 is present in ...\experts\indicators folder, it is not seen in Navigator windows, hence cannot be operated. Ideas? Thanks

Cloned my C: - now my expert from Market does not load. Help

I have recently cloned my C: drive. Now, an expert I have been using for several months does not attach to charts. I have entered my MQL5 account (I use MQL4, actually), and MQL4 shows the balance in my account = which means I am in. What do I do? Please help. Thanks' Zeev

two instances of MT4

Hi, I am using 2 instances of MT4: one for a real account , and the other for a demo account (trials and such). Of course, the 2 instances reside in 2 different folders in \program files (x86). [win 7 64] The "real" MT4 is build 406, updated at install time. The "demo" MT4 is build 226, update

Indicator help

Hi, I am developing an indicator based on another indicator (channelProfit). What I am trying to do is detect when the channelProfit changes its signal (its buffer 6), and signal it in my indicator with an arrow (separate wondow bottom row). In addition, I am trying to see what's the situation on

iMA calc vs chart problem

Hi, I am using the following command: MA_prev = iMA (Symbol(), 1440, 14, 0, MA_method, MA_price, 1); Problem is that the result calculated in MA_prev is different from the result on the relevant H4 chart (all parameters the same). Help

Help - a simple indicator

Hi, I am trying to build a simple indicator that depicts the High and Low within 21 days, and then add some lines in between. The problem is that in the D1 chart the lines are drawn correctly. When I shift to another timeframe, the line behave erratically, and do not represent the correct values

MT4 slowing down

Hi, I am witnessing a phenomenon of slowing down on 3 different MT4 platforms. In the begining each MT4 works fine, but after I start using Strategy Tester , each slows down considerably, and each mouse click takes 5 seconds to respond. What am I doing wrong? Thanks

Help: stochastic readings

Hey all, I have been trying to develop an expert based on stochastic. I use readings on PERIOD_H1, with the following commands: STO_Value_current = iStochastic (Symbol(),PERIOD_H1,K,D, Slowing,MODE_SMA,0,MODE_MAIN,0); STO_Value_prev = iStochastic(Symbol(),PERIOD_H1,K,D