Search found 179 matches
- Thu Oct 24, 2024 2:01 pm
- Forum: QScript
- Topic: [Solved] Calculating angles with atan2()
- Replies: 1
- Views: 7470
Re: Calculating angles with atan2()
Edit: I removed mround() and adjusted the "y" variables to atan2(). Still doesn't come close to what I would expect. I figured I would have to add or subtract 90 or 270 or something like that. But still doesn't seem plausible with the number I get from atan2(). 2024-10-24_09-58-37.png tl = trendline...
- Thu Oct 24, 2024 1:51 pm
- Forum: QScript
- Topic: [Solved] Calculating angles with atan2()
- Replies: 1
- Views: 7470
[Solved] Calculating angles with atan2()
Solved: I'll leave this here if anyone else is searching. But I made a silly mistake. I was using the bar numbers and prices as is when I fed it to atan2(). Since I wanted the angle that *is on the screen* I needed to use bar_to_pixel() and price_to_pixel(). I am embarrassed that it took me a couple...
- Tue Sep 10, 2024 7:18 pm
- Forum: General
- Topic: Happy Birthday, Earik!
- Replies: 1
- Views: 6762
Re: Happy Birthday, Earik!
Where is the party invitation?! Time for another User Conference in Vegas?
- Mon Aug 19, 2024 7:10 pm
- Forum: General
- Topic: Trading prowess
- Replies: 0
- Views: 4626
Trading prowess
Ever see that bell chart meme? The one where the first and last area of the chart is the same? I feel like I just hit that. I was watching (Many years ago) a bunch of the Earik Beann trading videos. For example, if you own the Astro book he includes some videos of him trading. It is so simple the wa...
- Tue Jul 09, 2024 1:33 pm
- Forum: Software
- Topic: 3 extra settings LvT composite
- Replies: 2
- Views: 7787
Re: 3 extra settings LvT composite
I believe they are "special" configurations for those in the know. I am not familiar with 2 of these, but 1 one of these (8xphi), was discussed by gfish during one of the Wave59 Power User Conferences many years ago.
- Tue Mar 12, 2024 1:28 pm
- Forum: QScript
- Topic: Indicator Divide by Zero error for Intraday chart
- Replies: 8
- Views: 25509
Re: Indicator Divide by Zero error for Intraday chart
One thought is to try to change the QScript for ADX (not the function). You posted above the ADX indicator, perhaps change it (and then re-compile it): input:length(14),timingline(20),color(red),timingline_color(blue), thickness(1); if (bar_has_data) { myadx = adx(length); } else myadx=0; plot1=myad...
- Mon Mar 11, 2024 1:09 pm
- Forum: Software
- Topic: Indicators print additional day after the close
- Replies: 6
- Views: 19162
Re: Indicators print additional day after the close
Oh. That's wild! The only thing I can think of is perhaps your local time setting is not actually set to pacific time? (File -> Time Zone). My settings look like this (I am on the East Coast of the US): 2024-03-11_09-07-20.png We can probably create a QScript to print out details to try to troublesh...
- Fri Mar 08, 2024 2:34 pm
- Forum: QScript
- Topic: Indicator Divide by Zero error for Intraday chart
- Replies: 8
- Views: 25509
Re: Indicator Divide by Zero error for Intraday chart
(1) how to detect that data for days was not loaded? I believe we have available 3 months of data for equity - is my understanding wrong? Sorry can't help you. That is probably an Earik question if no one else knows on this board. (2) how to figure out cause of error message and correction required...
- Fri Mar 08, 2024 2:24 pm
- Forum: QScript
- Topic: Planet rise set
- Replies: 4
- Views: 17154
Re: Planet rise set
You should just be able to write a QScript for this: Syntax: astro_riseset(year, month, day, time, latitude, longitude, planet, return_type) Description: Returns the rising time, setting time, transit time (overhead), and itransit time (underneath) for a particular planet at a given geographic locat...
- Fri Mar 08, 2024 2:21 pm
- Forum: Off Topic
- Topic: Cryptocurrencies
- Replies: 2
- Views: 21740
Re: Cryptocurrencies
Why are the markets hyping up Crypto again? I think it is just human nature. People just want to make a quick buck as easy as possible. So all these folks with little discretionary income, will just throw around $100 here a $1000 there with the hopes that they will get rich. Get enough people doing...