Kieran Flynn
Kieran Flynn
  • Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Kieran Flynn
Added topic PERIOD_H8
I have written an EA in MQL4 which returns some information about the previous bar with the following lines: double H1 = iHigh( NULL , PERIOD_H4 , 1 ); double L1 = iLow( NULL , PERIOD_H4 , 1 ); double R1 = H1 - L1; double HC = (H1 -
Kieran Flynn
Added topic MT4 build 610
Can somebody provide a link to download this build
Kieran Flynn
Registered at MQL5.community
Kieran Flynn
Added topic Scripting Moving Averages of other indicators
Hi, Is it possible to create a moving average based on the value of another indicator, rather than price? I would like to create an EA which takes a signal when an indicator such as momentum or CCI crosses a moving average of itself. Is this