Show only last point

Questions about MultiCharts and user contributed studies.
tradingest
Posts: 283
Joined: 05 Dec 2014
Location: Italy
Has thanked: 53 times
Been thanked: 3 times

Show only last point

Postby tradingest » 03 Nov 2016

Hi all,

I can only see the last point created?
The code below show me all point as shown in the picture

Image

Code: Select all

Variable:
LeftStrengthL(5),
RightStrengthL(5),
PivotL(0);


if PivotLowVSBar( 1, L, LeftStrengthL, RightStrengthL, RightStrengthL + 1 ) <> -1
Then begin
PivotL = Low[RightStrengthL];
End;
thanks
Attachments
last.JPG
(22.71 KiB) Downloaded 301 times

Return to “MultiCharts”