MQL4 - automated forex trading   /  

Forum

ODL Securities

Statistical aproach for trading

Back to topics list To post a new topic, please log in or register

avatar
19
scalony 2008.07.24 12:52 

Hello everybody,


I was working on indicators that are based on statistical concepts.

I cerated two indicators.

First one is very simple ZigZag which bases on price movement. It only have one parameter MinMove whitch stands for minimal movment that will be considered as a swig. Defalult value is 2 what means that moves less then 2% will be ignored.


The second indicator is something I am proud of. It comperes current move of price to previous moves and calculates percentile in whith current move fits.

You can use this indicator both in counter trend and in trend following strategies.


However my question is can I combine this indicator as one.

One of them works on the chart window and other on separate window and I have to set parameters at both of them. It would be nice if I could set parameters in one place.


So pleas give me your opinion about my indicators do you find them usefull.


Maybe you have some ideas how to improve them?





mmSwing

Green line is time percentile, Red is range percentile, Blue zigzag

Attached files:
  mmSwingZZ.mq4 (3.23 KB)
article

What the Numbers in the Expert Testing Report Mean

Article explains how to read testing reports and to interpret the obtained results properly.


avatar
19
scalony 2008.07.24 12:53 
And the second indicator
Attached files:
  mmSwingZZperc.mq4 (5.00 KB)

avatar
4
postrock 2008.07.24 16:43 
scalony wrote >>
And the second indicator

wow...i had this exact idea...only didnt know how to code it..i'm still learning.

iìll download and check it for further thought.

Back to topics list  

To add comments, please log in or register