Search found 455 matches

by earik
Tue Sep 19, 2023 3:30 pm
Forum: QScript
Topic: SYSTEM TRADE SIGNALS FROM ONE CHART PRINTED ON ANOTHER
Replies: 2
Views: 170

Re: SYSTEM TRADE SIGNALS FROM ONE CHART PRINTED ON ANOTHER

Yeah, file read/write would be the way to do that. Just make sure the time frame is the same so your timestamps line up properly. I'd use dots of different colors to show buy/sell/exit, and you can also use text objects to mark things...

Earik
by earik
Wed Aug 30, 2023 9:38 pm
Forum: Software
Topic: MetaTrader Streaming data
Replies: 13
Views: 3511

Re: MetaTrader Streaming data

Great work, Osama_j! (And thanks for sharing! :D )

Earik
by earik
Fri Mar 17, 2023 7:53 pm
Forum: Mechanical Systems
Topic: ChatGPT
Replies: 9
Views: 3951

Re: ChatGPT

I've thought about messing around with it for systems, but whenever I've had the time, I end up asking it philosophical questions instead and discussing the nature of the universe with it. I think the core tech is pretty amazing. The way I'd see it being most useful is actually as a research assista...
by earik
Fri Mar 17, 2023 7:37 pm
Forum: General
Topic: 180 degrees difference...why?
Replies: 4
Views: 2467

Re: 180 degrees difference...why?

I've met hundreds and hundreds of Gann traders. They all seemed to be very knowledgeable, and many of them were able to do deep dives into Gann's coded messages and hidden techniques that really surpassed anything that I was ever able to decode reading through his stuff. I met a couple that told me ...
by earik
Tue Dec 13, 2022 8:13 pm
Forum: Off Topic
Topic: 9 Years ago!
Replies: 1
Views: 1601

Re: 9 Years ago!

Happy Birthday! :D :D :D
by earik
Mon Nov 28, 2022 6:16 pm
Forum: Software
Topic: How to selectively turn on FOG Lines
Replies: 5
Views: 2242

Re: How to selectively turn on FOG Lines

Hi Srj, That one was hard-coded. It found it's way into W59 before QScript existed, and it never got ported over to a script version (which would have been more flexible). You can't pick/choose lines. For that, you need to write a custom script. I'm happy to help you code that up if you're intereste...
by earik
Tue Nov 08, 2022 10:21 pm
Forum: Software
Topic: System Optimizer export wrong
Replies: 1
Views: 1871

Re: System Optimizer export wrong

Fixed in 2.45! Sorry about that.

Earik
by earik
Tue Nov 08, 2022 9:38 pm
Forum: Software
Topic: Add this tool please
Replies: 4
Views: 2190

Re: Add this tool please

Hi Dc,

Can you give me a chart example to show me how it would work?

From a script you can do it - just calculate the rate of change of whatever your indicator is and plot that along with a zero line.

Earik
by earik
Tue Sep 27, 2022 5:28 pm
Forum: Software
Topic: Norton Antivirus issue again
Replies: 5
Views: 3199

Re: Norton Antivirus issue again

Norton deleted the .exe, thinking it had a virus. You have to reinstall to get that back. There are times when I wonder if it's worth the trouble to put all the security stuff in there, but then I remember that one guy who set up a website with wave59 in the name, a bunch of stolen copy from our sit...
by earik
Fri Jul 15, 2022 4:49 am
Forum: Software
Topic: Degree bars?
Replies: 5
Views: 3260

Re: Degree bars?

When using daily bars, I get a 'list index out of bounds' error and the program hangs. Intraday charts work, but one needs to use fractions of a degree (not surprisingly) to see more than a few bars, even for the moon. Thanks. I'll check that out. Just keep it set to "intraday", even if you are usi...