Search found 18 matches

by cheo
Wed Sep 12, 2018 4:14 am
Forum: Software
Topic: own data feed DDE, ASCII. Update wave59 update periodically?
Replies: 7
Views: 15304

Re: own data feed DDE, ASCII. Update wave59 update periodically?

Earik, I really want to use Excel for so many reasons, many listed above. As for building a new history59, I have a chance with scripting, java, basic but I don't really know where to start with application programming other than the shared logic. Anyway, a new history59 would only be useful if it w...
by cheo
Wed Sep 12, 2018 1:45 am
Forum: Mechanical Systems
Topic: proprietary trader assist strategy.
Replies: 16
Views: 527103

Re: proprietary trader assist strategy.

earik, >You wouldn't be able to tell it when to exit. It gets to figure all that out itself. Yeh that's what I always hoped it would do anyway - and take into consideration stop losses as part of the metric. I am very much with you on proving something is crap or not. You do feel satisfied when you ...
by cheo
Wed Sep 12, 2018 12:47 am
Forum: Software
Topic: output signal from wave59 to 3rd party broker?
Replies: 16
Views: 28337

Re: output signal from wave59 to 3rd party broker?

Earik, that does help. Sounds pretty straight forward. Thank you.
by cheo
Mon Sep 10, 2018 3:11 am
Forum: Software
Topic: own data feed DDE, ASCII. Update wave59 update periodically?
Replies: 7
Views: 15304

Re: own data feed DDE, ASCII. Update wave59 update periodically?

I have been looking around and it appears that at one point at least there was a 3rd party addon for Wave59 that did indeed allow you to access any MT4 DDE server to get live data. http://en.mtiqs.com/clients.php At this time there appears to be no email or functioning eCommerce link for this site s...
by cheo
Mon Sep 10, 2018 2:55 am
Forum: Mechanical Systems
Topic: proprietary trader assist strategy.
Replies: 16
Views: 527103

Re: proprietary trader assist strategy.

So you can just say, "if I entered the trade at bar 1, and by bar 7 you are not profitable yet, exit trade." Then if yo uwant to know if you should use bar 7 or bar 8 (in my simple example), you can run that through the optimizer to see if bar 7 or 8 is better. ok so, we have established that there...
by cheo
Sat Sep 08, 2018 7:43 am
Forum: Mechanical Systems
Topic: proprietary trader assist strategy.
Replies: 16
Views: 527103

Re: proprietary trader assist strategy.

Sbank, Thank you for clarifying. Can the Genetic Programming module in Wave59 optimize for stop and limits y/n? Also can a simple indicator be created in wave59 that says something logical like: declare x declare y If x = 1 then set stop to y . Then in a hive we could include this indicator/function...
by cheo
Fri Sep 07, 2018 3:39 pm
Forum: Mechanical Systems
Topic: proprietary trader assist strategy.
Replies: 16
Views: 527103

Re: proprietary trader assist strategy.

sbank, I had a look at your example and I get the concept of a wrapper in that the dynamically optimizing Hive module can have other static elements such as color, styles, stakes and stoplosses bolted on to it without changing the hive itself. However I am asking can the Hive determine stop sizes as...
by cheo
Thu Sep 06, 2018 6:07 pm
Forum: Software
Topic: output signal from wave59 to 3rd party broker?
Replies: 16
Views: 28337

Re: output signal from wave59 to 3rd party broker?

Earik,

Could you post some example code of wave59 opening a socket and interacting with a broker, preferably in java.
As long as I can identify where what parts are qscript and where qscript pushes the java syntax then I can start coordinating with the broker on a solution.

Cheo
by cheo
Thu Sep 06, 2018 7:39 am
Forum: Software
Topic: own data feed DDE, ASCII. Update wave59 update periodically?
Replies: 7
Views: 15304

Re: own data feed, ASCII. Update wave59 update periodically?

In the past I have used a charting package that had a simple update function that simply refreshed the candles on the charts by a preset time. This was a universal countdown timer in effect that worked pretty well. You were able to switch that update on or off for each chart. If you have a trusted, ...
by cheo
Thu Sep 06, 2018 7:21 am
Forum: Mechanical Systems
Topic: proprietary trader assist strategy.
Replies: 16
Views: 527103

Re: proprietary trader assist strategy.

A few question about your reply Earik. Sorry my original and followups were quite long: 1. Can the Hive determine stop sizes as part of its criteria trading forward? I.E as well as throwing a bunch of indicators and the kitchen sink at a hive and seeing what it comes up with, can you also currently,...