Forum

ACD method

Has anyone looked at the ACD method in the book by Mark B. Fisher ? is there any MT4 code here for it ? Thanks

Moving Average with Time Adapting ?

Does anyone have a moving average function where the average is based off a time period, eg 30m chart, and then if you display a 5 min chart, the value of the moving average is expanded correspondingly so you can see where price is on a 5min chart relative to a moving average off a 30min chart It

MA turn indicator needed

I am looking for an indicator that is a modification of the basic Moving Average indicator in MQ4. All I want it to do .. is when one of the MA's changes direction at the close of the bar, (from up to down or down to up) then I want it to make a sound/alert or say something using the Speech function

How to enter Limit Orders ?

I am using MT4 version 4 build 186. When I Sell 4 lots of a currency in one order at the same time, I can add a Stop to protect all of them either at the time of the order or by ammending it immediately after. What I want to do is then scale out of the posn by Buying back each Lot at sucessive lower

Why does this get distorted ?

When I expand/enlarge a chart with Woodies indicator on it, the histogram bars go beserk yet the other indicator Fisher_Yur4ik which also has histograms on it does not. Here are 2 screenshots showing what I mean. Can someone look at the woodies code and see whats going wrong please. thanks

Demo Account Expire ?

Does the MetaQuotes Metatrader 4 Demo account expire after a given number of days or is it indefinate ? Also .. is the data realtime or delayed

Overlaying Indicators on a chart

If I am using 2 indicatrors, say, an RSI (line) and a stochastic (histogram) I want to overlay them in the same area so that I save screen space and leave room for other indicators. How do I overlay Indicators in the same screen space

How to change line colour

I am struggling with getting my coding to work. If I am using an oscillator with 2 lines that moves around the zero line, how do I programme in MetaTrader4 for the line to change colour when line A is above line B and > zero line and similarly display a different colour when it is < zero ? thanks