| Pages:
1
2
3
4 |
admin
Super Administrator
       
Posts: 5069
Registered: 7-4-2017
Member Is Offline
Mood: No Mood
|
|
Hows this for a concept to make it more obvious when a user hasnt loaded GSB code, or has a too old version. Relevant in that all users will need to
update GSB functions with the next beta. Reason is there are improvements to centering code. Backward compatibility will still be ok.
// MaxBarsBack check and check to see if the required TS/MC GSB functions are loaded
Once begin
condtion1=gsb_TS-MC_codeversion20171228;//If this line does not compile, you need to load ts./mc code from
C:\dropbox\GSB\GSB (Managers)\TradeStation Code\GSB_ALL_20171228_INC_GSBSYS1ESNQ_AMENDED
// MaxBarsBack check
IF (MaxBarsBack <> 500)Begin
RaiseRunTimeError("MaxBarsBack (Maximum number of bars strategy will reference) must be set to 500 (from Properties for All button, General
tab)");End;end;
|
|
|
parrdo101
Junior Member

Posts: 71
Registered: 18-11-2017
Member Is Offline
Mood: No Mood
|
|
AD vs ES; both identical in setup, one produces sytems other not:
In Trade Station AD starts in 2001, ES around 1997.
Data, attached, for 1275 min bars, was gathered from TS, setting chart end date to Jan 1 2013, chart 20 years back.
Both symbols have the exact same regular session periods, should work. The GSB had, I think, plenty of room to act with 500 bars back, as, in the case
of AD, coming out of 2001, this is about 12 years of bars, meaning, with around 252 trading days in a year times(*) 12 years (the 1275 min bar is
being counted as just under 1 day...meaning there are actually more than 252 1275m bars in one year for AD). ~12*252 = 3024 bars. Should be room for
500 bars back to work with this.
Using just the primary datastream, ES will always produce systems, AD never.
Set this up from beginning to end 10 times just to catch if-my-error. I just don't get why AD won't produce systems.

Attachment: Login to view the details
Attachment: Login to view the details
|
|
|
curt999
Junior Member

Posts: 51
Registered: 24-7-2017
Member Is Offline
Mood: No Mood
|
|
differne markets often need different optimization settings or wont produce systems or ones that arent good..under app settings lower the overall
period filter to something like 1 PF and .9 pearson or just make them zero to get all the systems you can
|
|
|
parrdo101
Junior Member

Posts: 71
Registered: 18-11-2017
Member Is Offline
Mood: No Mood
|
|
Quote: Originally posted by curt999  | | differne markets often need different optimization settings or wont produce systems or ones that arent good..under app settings lower the overall
period filter to something like 1 PF and .9 pearson or just make them zero to get all the systems you can |
Using the text file for AD I attached, please see if you can produce GSB systems any way you can for AD. I tried bunches of what you're mentioning.
|
|
|
curt999
Junior Member

Posts: 51
Registered: 24-7-2017
Member Is Offline
Mood: No Mood
|
|
sure I can try for you later today..did you also check the contract settings make sure the ticks point value start time etc is right
|
|
|
curt999
Junior Member

Posts: 51
Registered: 24-7-2017
Member Is Offline
Mood: No Mood
|
|
i used the default settings and it made alot of systems in a short time so must be something you have set..
|
|
|
curt999
Junior Member

Posts: 51
Registered: 24-7-2017
Member Is Offline
Mood: No Mood
|
|
oh yeah did you turn MOC off??
|
|
|
parrdo101
Junior Member

Posts: 71
Registered: 18-11-2017
Member Is Offline
Mood: No Mood
|
|
I did try that, didn't work.
Can you post a snippet of your Contracts List settings for AD in the same way I did on my 1st post of Jan 6 2018? Thanks.
|
|
|
curt999
Junior Member

Posts: 51
Registered: 24-7-2017
Member Is Offline
Mood: No Mood
|
|
i used the default included with the 42.14 beta..likely its another setting in the optimization settings..i didnt change anything there either just
used the defaults
|
|
|
parrdo101
Junior Member

Posts: 71
Registered: 18-11-2017
Member Is Offline
Mood: No Mood
|
|
Peter, what do you think this is?
|
|
|
Carl
Member
 
Posts: 343
Registered: 10-5-2017
Member Is Offline
Mood: No Mood
|
|
Hi Parddo101,
False virus detections
http://www.trademaid.info/forum/viewthread.php?tid=64
|
|
|
| Pages:
1
2
3
4 |