Search found 34 matches

by hjelmstade
Sat Dec 24, 2016 10:24 pm
Forum: QScript
Topic: Using regex in functions?
Replies: 2
Views: 4063

Using regex in functions?

Hi Earik, Is it possible to use regex inside a function? In the Livermore ATS I shared earlier, I had to run regex in the indicator and pass the result into the function as I kept getting a "cannot divide by 0" error when I tried to include regex in a function. This is the code I was trying to run. ...
by hjelmstade
Sat Dec 24, 2016 10:18 pm
Forum: QScript
Topic: Passing arrays into functions?
Replies: 2
Views: 3835

Passing arrays into functions?

Hi Earik, Can you pass arrays into functions? If so, can you provide an example of the syntax? I tried doing this numerous ways, including the c++ syntax but could not get it to work. I'm assuming arrays would be passed by reference but I kept running into an issue where the function would not recog...
by hjelmstade
Sat Dec 24, 2016 10:15 pm
Forum: Mechanical Systems
Topic: MVS with Adaptive Batch Exit and Adaptive CTS
Replies: 6
Views: 21443

Re: MVS with Adaptive Batch Exit and Adaptive CTS

Hi Earik, I have two questions. 1. Is there anyway you can enable PDF uploads to forum posts so I can upload a PDF of the documentation rather than a google drive link? Right now it says the extension is not allowed. 2. I kept having issues uploading the live version of the code to the qscript libra...
by hjelmstade
Sat Dec 24, 2016 9:27 pm
Forum: Mechanical Systems
Topic: MVS with Adaptive Batch Exit and Adaptive CTS
Replies: 6
Views: 21443

MVS with Adaptive Batch Exit and Adaptive CTS

Hi all, I've been meaning to share this for a while but just now found the time to create the documentation and fully comment the code. First, a big thank you to Earik for allowing me to share. Half of this code is his IP from his Mechanical Trading Systems book so it is very generous of him to allo...
by hjelmstade
Tue Oct 18, 2016 9:29 am
Forum: Mechanical Systems
Topic: Bollinger Bands Adaptive Voting Trading System
Replies: 7
Views: 23334

Re: Bollinger Bands Adaptive Voting Trading System

Hi Sherlock,

Yeah, I can do that. Why don't you PM me with more info regarding the exact filter you are trying to add and I'll see what I can do.

-hjelmstade
by hjelmstade
Tue Oct 18, 2016 5:52 am
Forum: General
Topic: Capitalism in Crisis
Replies: 1
Views: 3648

Capitalism in Crisis

I found this to be a very intriguing read that helped to answer the question I've always wanted an economist or politician to answer but that they always seem to shy away from... is our current system sustainable?

https://www.foreignaffairs.com/reviews/ ... ism-crisis
by hjelmstade
Tue Oct 18, 2016 5:23 am
Forum: Mechanical Systems
Topic: Bollinger Bands Adaptive Voting Trading System
Replies: 7
Views: 23334

Re: Bollinger Bands Adaptive Voting Trading System

Hi Sherlock, Thank you :) Yes, I made a mistake backtesting with @ES# so that may have been part of the difference but I also realized after the fact I did not have all of the holidays set correctly so depending on if you are including or excluding all holidays on the chart, it will be slightly diff...
by hjelmstade
Tue Oct 11, 2016 3:35 am
Forum: Mechanical Systems
Topic: Bollinger Bands Adaptive Voting Trading System
Replies: 7
Views: 23334

Re: Bollinger Bands Adaptive Voting Trading System

My pleasure, thanks Earik :)
by hjelmstade
Mon Oct 03, 2016 7:52 am
Forum: Mechanical Systems
Topic: Bollinger Bands Adaptive Voting Trading System
Replies: 7
Views: 23334

Bollinger Bands Adaptive Voting Trading System

Yesterday I shared a basic bollinger bands trading system and explained how it works here: http://groups.wave59.com/viewtopic.php?f=4&t=124 If you haven't read that post yet, you should do so before you jump into this one as this new adaptive system is based on that system so I am going to be skippi...
by hjelmstade
Sat Oct 01, 2016 11:23 pm
Forum: Mechanical Systems
Topic: Bollinger Bands Trading System
Replies: 2
Views: 16822

Bollinger Bands Trading System

Hi guys, I have been building a variety of trading systems over the last four months and am ready to share a couple. My only request is to please share any improvements or modifications you make with the community as well. Lastly, before we get to the nuts and bolts, I wanted to give a big thanks to...