BUG LINE TREND ERROR

Avatar
  • updated
  • Not a bug

ERROR message  

PF 0 23:25:08.919 Core 1 2020.05.01 00:00:01 Can't get "trend_line" value from bar #0, error #4203

set file =

CommunityPower 2.55_1.set

error log =

20230827.zip

How would you rate the customer service you received?

Satisfaction mark by ferdinand tampubolon 11 months ago

thanks

Add a comment about quality of support you received (optional):

Pinned replies
Avatar
1
Andrey Khatimlianskyi
  • Answer
  • Not a bug
Quote from ferdinand tampubolon

what if the object name is taken from the bollinger band line? can it be implemented?

https://charts.mql5.com/37/151/eurusd-s-m15-pt-finex-bisnis.png

SET= line+bb.set

To use the BB, you don't need the Line filter. You need the MA filter with Distance as coefficient to Volatility.

Line filter is designed to work with chart objects.

Avatar
0
Andrey Khatimlianskyi
  • Under review

Show me please your chart with object with name 'trend_line'

Avatar
0
Andrey Khatimlianskyi

And where is your line with name 'trend_line'?

Avatar
0
ferdinand tampubolon
Quote from Andrey Khatimlianskyi

And where is your line with name 'trend_line'?

ON object name 

at Line Filter

When it blank it is no problem but when it is have value( tren line text) it is problem 

LineFilter_1_ObjectName=trend_line

Avatar
0
Andrey Khatimlianskyi
Quote from ferdinand tampubolon

ON object name 

at Line Filter

When it blank it is no problem but when it is have value( tren line text) it is problem 

LineFilter_1_ObjectName=trend_line

Do you understand how does Line filter work?

If you want to use it, add trend-line to the chart. If you don't, disable the Line filter.

Avatar
0
ferdinand tampubolon
Quote from Andrey Khatimlianskyi

Do you understand how does Line filter work?

If you want to use it, add trend-line to the chart. If you don't, disable the Line filter.

what if the object name is taken from the bollinger band line? can it be implemented?

https://charts.mql5.com/37/151/eurusd-s-m15-pt-finex-bisnis.png

SET= line+bb.set

Avatar
1
Andrey Khatimlianskyi
  • Answer
  • Not a bug
Quote from ferdinand tampubolon

what if the object name is taken from the bollinger band line? can it be implemented?

https://charts.mql5.com/37/151/eurusd-s-m15-pt-finex-bisnis.png

SET= line+bb.set

To use the BB, you don't need the Line filter. You need the MA filter with Distance as coefficient to Volatility.

Line filter is designed to work with chart objects.