Page 1 of 1

Use indicator values (pivot point) from strategy

PostPosted: Fri Jan 06, 2017 4:54 am
by gonzgonz
Hi,

I am a newbie here. I am trying to implement a strategy. This strategy required the installed pivot points indicator(lua script). May I know how can I access the values of the pivot in strategy? I have successfully retrieve information from EMA indicator before. I just not sure how can i get the level values from the attached pivot point indicator.

Re: Use indicator values (pivot point) from strategy

PostPosted: Thu Jan 12, 2017 4:30 am
by Apprentice
Use this as template.
viewtopic.php?f=31&t=63923&p=108364&hilit=pivot#p108364

Make sure you use "HIST" option.
Invite individual component by name "P", "S1", "R1"...

or via getStream instance.
http://www.fxcodebase.com/documents/Ind ... tream.html