Swing Indicator
Forums › ProRealTime English forum › ProBuilder support › Swing Indicator
- This topic has 26 replies, 1 voice, and was last updated 2 years ago by Khaled.
-
-
10/08/2019 at 12:23 AM #109564
You have to add it ON the price chart (like MA’s), not under it (like Rsi).
You have to:
- click the wrench on the upper left corner of the price chart
- select price
- click add indicator
- choose the indicator you want to add from the dropdown list
10/08/2019 at 8:53 PM #109646Hello Roberto
thanks but :
1) I don’t find the wrench
2) anyway, I click on price button or alternatively right button directly on the price chart
3) add indicator option from the menu
4) select the indicator “swing point” (I previously loaded it among my indicators)
nothing happens.
The point is that I used the same procedure with other indicators and they of course are displayed on the price chart….
Please could you try the same and help me on that
thanks
Roberto
10/08/2019 at 8:59 PM #10964710/08/2019 at 9:15 PM #10964810/08/2019 at 9:23 PM #109651This is the code
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758Filter=20if xSwitch= 0 thenif High >= xHigh thenxHigh = HighxLow = LowxSkip = 0elsexSkip= xSkip + 1if xSkip>= filter thenxConfirm=1xCount=1while xCount < filterif (Low[xCount] <= Low[xCount-1]) or (xLow <= Low[filter-1])thenxCount= filterxConfirm=0endifxCount= xCount + 1wendif xConfirm = 1 thenxSwitch = 1MyxHigh=xHighxHighBar=Barindex-xskipxHigh = HighxLow = LowxSkip = 0endifendifendifelseif Low <= xLow thenxHigh = HighxLow = LowxSkip = 0elsexSkip = xSkip + 1if xSkip >= filter thenxConfirm = 1xCount = 1while xCount < filterif (High[xCount] >= High[xCount-1]) or (xHigh >= High[filter-1]) thenxCount = filterxConfirm = 0endifxCount = xCount + 1wendif xConfirm = 1 thenxSwitch = 0myxlow=xLowxLowBar=Barindex-xskipxLow = LowxHigh = HighxSkip = 0endifendifendifendifDRAWSEGMENT(xLowBar, myxlow, xHighBar, MyxHigh) COLOURED(255,0,0)return10/08/2019 at 9:25 PM #10965210/08/2019 at 9:33 PM #10965410/08/2019 at 9:36 PM #10965510/08/2019 at 9:50 PM #10965610/08/2019 at 9:51 PM #10965710/08/2019 at 10:48 PM #10966101/18/2022 at 8:22 AM #185795Good morning fifi743,
I think there is a symbol # missing to show the quotes
Fermeture marché123456789101112131415161718DefParam DrawOnLastBarOnly = falseif Time = 220000 thencustomeclose2 = openCcfd = customeclose2startbar = barindexdrawtext(" #CCfd#",startbar,Ccfd,Dialog,BoldItalic,10) coloured(102,51,0)endifif Time = 173500 thenstartbar = barindexcustomeclose1 = openCcash = customeclose1drawtext(" #CCash#",startbar,CCash,Dialog,BoldItalic,10) coloured(102,51,0)endif//RETURN CCash COLOURED(102,51,0) STYLE(dottedline,1) AS "CCash", Ccfd COLOURED(102,51,0) STYLE(dottedline,1) AS "CCfd" -
AuthorPosts
Find exclusive trading pro-tools on