Search found 467 matches

by earik
Fri Nov 03, 2023 7:08 pm
Forum: Software
Topic: Scale setting from Qscript
Replies: 2
Views: 5498

Re: Scale setting from Qscript

Yeah, you can't really do it from a script. Has to be from the format chart.

Earik
by earik
Fri Nov 03, 2023 7:07 pm
Forum: Software
Topic: Wave59 Text size
Replies: 6
Views: 11233

Re: Wave59 Text size

If you go format - chart, there's a "grid/thickness tab" which has a "screen font size" setting. That will change axis fonts, etc, but won't get everything. For the components in the framework, you might have to mess with your global Windows font settings, which would do it. Of course, your magnifie...
by earik
Tue Sep 19, 2023 3:30 pm
Forum: QScript
Topic: SYSTEM TRADE SIGNALS FROM ONE CHART PRINTED ON ANOTHER
Replies: 2
Views: 6574

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: 16490

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: 16494

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: 9388

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: 5532

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: 7206

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: 5762

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: 7204

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