List of Indicators Parameters

Examples step by step how to make your own automated strategy or user indicator
Message
Author
pthomas82
Posts: 60
Joined: Tue Aug 10, 2010 8:39 pm

List of Indicators Parameters

#1 Postby pthomas82 » Wed Jun 08, 2011 5:14 am

Hi Support,

I was wondering if you have an updated list of indicators parameters.

I am trying to createindicator() for parabolic SAR and it is not on the list?

Can you help?

THANKS AGAIN!

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

#2 Postby FT Support » Tue Jun 14, 2011 8:11 am

Sorry for the delay,

Actually you can define the parameters of any indicator, all you need to do is:

1) attach the indicator, you will see parameters window
2) write down all parameters with ';' as separator

for example PSAR parameters window is shown on the attached screenshot. as you can see there are 3 parameters, so to create the indicator you need to use such code:

Code: Select all

var

..............

IndPSAR := CreateIndicator('EURUSD', 15, 'PRSAR', '<startPR value>;<StepPR value>;<EndPR value>');


Check our other product here:
http://www.forexcopier.com

pthomas82
Posts: 60
Joined: Tue Aug 10, 2010 8:39 pm

#3 Postby pthomas82 » Tue Jun 14, 2011 5:33 pm

Hey Mike!

Awesome thanks mate - i'll try tonight to build what im trying, and post the code for all to see =)


Return to “Programming lessons”

Who is online

Users browsing this forum: No registered users and 48 guests