heiken ashi parameters

How to create strategies and indicators
Message
Author
mariusz
Posts: 5
Joined: Wed Nov 10, 2010 12:09 pm

heiken ashi parameters

#1 Postby mariusz » Sun Sep 02, 2012 6:09 am

Hello

I would like to access heiken ashi indicator in my strategy.
Could you please provide list of parameters I should use.

I looked through help files but can't find it anywhere.


thanks very much

FT Support
Posts: 905
Joined: Sat Jul 11, 2009 10:54 am

#2 Postby FT Support » Mon Sep 03, 2012 1:59 am

Hello,

There are no parameters in heiken ashi indicator so you can use empty string instead of parameters:

Code: Select all

IndHA: integer;
.........
IndHA := CreateIndicator('EURUSD', 15, 'HeikenAshi', '');


To access the values of the indicator please use these numbers:

0 - Open buffer
1 - High buffer
2 - Low buffer
3 - Close buffer
Check our other product here:
http://www.forexcopier.com


Return to “FT API”

Who is online

Users browsing this forum: No registered users and 35 guests