setting of buffer

How to create strategies and indicators
Message
Author
sondheim
Posts: 2
Joined: Thu Sep 19, 2013 7:51 pm

setting of buffer

#1 Postby sondheim » Thu Sep 19, 2013 8:51 pm

I want to draw the line which links the bottom to the top.

I set it as follows in MT4.

SetIndexStyle(0,DRAW_SECTION);
SetIndexBuffer(0,Buffer);
SetIndexEmptyValue(0,0.0);

I was able to write a line by putting the price of top and base in this.


How should I change it to make FT2? by delphi.

KelvinHand
Posts: 103
Joined: Sun Jan 02, 2011 6:05 pm

Re: setting of buffer

#2 Postby KelvinHand » Sat Sep 21, 2013 6:50 pm

[quote="sondheim"]I want to draw the line which links the bottom to the top.

I set it as follows in MT4.

SetIndexStyle(0,DRAW_SECTION);
SetIndexBuffer(0,Buffer);
SetIndexEmptyValue(0,0.0);

I was able to write a line by putting the price of top and base in this.


How should I change it to make FT2?

sondheim
Posts: 2
Joined: Thu Sep 19, 2013 7:51 pm

#3 Postby sondheim » Sun Sep 22, 2013 6:27 pm

Thank you for the reply.

I was able to do it by your advice.
Thank you so much!


Return to “FT API”

Who is online

Users browsing this forum: No registered users and 9 guests