Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information
metastick formula is syntatically correct, but it is not that easy to make the same mq4 code.
first you have to make equivalent percent zigzag and only then apply MA on it.
metastick formula is syntatically correct, but it is not that easy to make the same mq4 code.
first you have to make equivalent percent zigzag and only then apply MA on it.
it goes something like this :
if(mov(zig(4,c),4,e) - mov(zig(9,c),7,e)
Last edited by viktoriwan; 06-12-2006 at 06:20 PM.
i have two simple questions i think..
how can i make the heiken ashi Candles be thickness of 5 by default instead of 3? everytime i bring up a new chart they go back to 3.
Also, how can i make a mark above or below the candle depending on an RSI indicator of a certain period (being above or below a constant)
I understand some about programming but don't know the syntax of this...so act like i know nothing
i did just use the Indicator Wizard in MT4..that gets a good start.
PS that expert advisor builder is NICE, is there and INDICATOR builder too? that would be amazing