Thread: How to code?
View Single Post
  #104 (permalink)  
Old 06-12-2006, 05:04 PM
viktoriwan viktoriwan is offline
Junior Member
 
Join Date: May 2006
Posts: 21
viktoriwan is on a distinguished road
Quote:
Originally Posted by Beluck
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 05:20 PM.
Reply With Quote