Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Profile: paradoxUA
About
User Name: paradoxUA
Groups: Gold User, Member, TeleChart
Rank: Registered User
Real Name:
Location
Occupation:
Interests:
Gender: Unsure
Statistics
Joined: Wednesday, June 6, 2018
Last Visit: Monday, February 4, 2019 5:27:51 PM
Number of Posts: 5
[0.00% of all post / 0.00 posts per day]
Avatar
Last 10 Posts
Topic: Any Boolean for Next Earning Today?
Posted: Tuesday, January 29, 2019 1:24:14 PM

Hello guys!

Who know how to show Earning Today Column as a boolean with TRUE for Today

Try to make condition column but Next Earnings has no date and equally condition.

My Goal is to have today earnings watch list

Could it be a suggestion for next update? Think trading Earnings is most popular.

Topic: consolidation Scan on 5m
Posted: Thursday, January 24, 2019 4:47:18 PM

it seems the , not work as the .

http://prntscr.com/mbrqov

but 1/20 instead of 0.05 or 0,05 work good ))

http://prntscr.com/mbrq1v

 

Topic: consolidation Scan on 5m
Posted: Thursday, January 24, 2019 2:49:39 PM

By the way, I don\t know why but if I use 

ABS(L - L1) <= .05  if show formula error, if I use

ABS(L - L1) <= 1/20 - it&#39;s work 

why formula field not  support .05 ?

Topic: consolidation Scan on 5m
Posted: Thursday, January 24, 2019 2:47:34 PM

Dear Bruce

Thank you. It&#39;s seems it works.

Please clarify TrueInRow check boolean condition  in a row with summing result

for each bar from offset 

I mean if offset 4 as example bars with names ABCD it  check for formula from a position of bar

A is ABS(L - L1) <= .05  ok if yes = 1

B is ABS(L - L1) <= .05  ok if yes = 1

C is ABS(L - L1) <= .05  ok if yes = 1

D is ABS(L - L1) <= .05  ok if yes = 1

So it mean I dont need to use L1 L2 L3 L4........ 

If it possible to play song when new share appears in filter?

Thanks again.

Topic: consolidation Scan on 5m
Posted: Friday, January 18, 2019 4:53:11 PM

Hello

I am looking for a formula to find consolidation of min 5 bars with LOW clearance about 5c

I try to make it as 

ABS(L-L1) AND ABS(L1-L2) AND ABS(L3-L4) AND ABS (L4-L5)
Less than
0.05
5m
 
 
but it show error
 
May be smbd can help me. I am new with PCF. And Boolean for me is a dark ))