Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.
ajax358
Members-
Content Count
65 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Articles
Everything posted by ajax358
-
there were apparent breaks in the code with dialogue, so was not sure were to to copy & what not to copy.....still not sure, so am in limbo. Maybe someone smarter than me can then just post the string of dialogue so this non techie feeble mind can know. Just a thought & grateful for any help.... thx......ajax358
- 13 replies
-
- polyfit
- polynomial
-
(and 1 more)
Tagged with:
-
tried to copy the easylanguage to make an "indicator".....made it via th top of the dialogue wordages... & it did make an indicator....but when loaded up unto a chart, showed the level, but nothing in it. So, not sure how to make an ELD for the graph you have. Any suggestions Tams? Do you have an ELD already made that you can post? Or am I copying the wrong wordage? Thx ahead of time....ajax358,,,,,,,,,,Here is what I copied: Inputs: Series((h+l)/2), Length(17), // Length = 2*Width+1, the minimum is 17 bars Degree(4), // 0 <= Degree <= 2*Width+1, default is 4, 4 DOF for 17 bars ShowDataAndFit(FALSE), //Shows data and fit of the data last bar only ShowAnalyticSignal(FALSE), //Shows the signal between the ShowPhaseShift(FALSE), //Shows the PhaseShift for the last bar ShowPeriod(FALSE), //Shows the number of bars required to Phase Shift a half and a full period ShowRelativeStrength(TRUE); //Show the relative strengh of the current bar w.r.t. a full period (+ calculation lag). Variables: HilbertWidth(7), // Must be an odd number. 1,3,5,7,9, ... less than or equal to Width = floor(Length-1)/2) pi(3.141592653589793), //close enough Width(floor((Length-1)/2)); // Variables: DC(0), EarliestWidth(0), LeadingCycleEdge(0), LeadingSignalEdge(0), LeadingHilbertEdge(0), p(0),j(0),k(0), DataSize(2*Width+1), T1(0),T2(0),//TransferMatrix PhaseShift(0), HalfPeriod(0),Period(0), Max(0),Min(0), RelativeStrength(0); Arrays: Polynomial[](0), Coefficient[](0), Cycle[](0), Signal[](0), Hilbert[](0), HilbertTransform[](0), SignalTransform[](0); if barnumber = 1 then begin //Allocate memory for the arrays. Polynomial is a 2D array Array_SetMaxIndex(Polynomial, DataSize*(Degree+1)+1); Array_SetMaxIndex(Coefficient, Degree+1); Array_SetMaxIndex(Cycle, DataSize); Array_SetMaxIndex(Signal, DataSize); Array_SetMaxIndex(Hilbert, DataSize); //We are going to make the analytic signal of the time series with the transforms below: Array_SetMaxIndex(HilbertTransform, 2*HilbertWidth+1); Array_SetMaxIndex(SignalTransform,2*HilbertWidth+1); //Create the Dicrete Hilbert Transform Filter, normalized to a step function (the last being my idea) for k = -HilbertWidth to HilbertWidth begin if mod(k,2) = 0 then HilbertTransform[HilbertWidth+k] = 0 else HilbertTransform[HilbertWidth+k] = 2/(pi*k); if k = 0 then SignalTransform[HilbertWidth+k] = 1 else SignalTransform[HilbertWidth+k] = 0; end; end;
- 13 replies
-
- polyfit
- polynomial
-
(and 1 more)
Tagged with:
-
thx looks very interesting.....will test it shortly & then reply with feedback.......looks like it turns with Price, so can be a good addition/verifier for other indicators one uses....thx Tams
- 13 replies
-
- polyfit
- polynomial
-
(and 1 more)
Tagged with:
-
Tams, thx again....is a great indicator. I cannot post a chart pic, as my trading puter is the other puter, & keep them isolated for security reasons. I do not know how to post to another off site, as am limited geeky, but a wannabe..... The issue I have with the charts, is that if I re-load the charts, or, say change a time frame & they re-load....then the lines for the 'lateral formations' go laterally 'backward' in time....back across the chart, so there then is a whole bunch of parallel lines as I scroll back on the chart....gets very eye messy is all. Other than that, it works great & I use it for day trading ; use it for breakouts of the lateral range & have found that the 'SAR indicator' is generally poised at the end of one of the lines, & equals my entry point....so I stock the entry & hoover over it, then click & go. Again, the only issue is that it prints the lines back in time & fills up the chart(s). Suspect that is a code issue, but have no skills here to address it. Thx again for a great indicator & if ya post an updated version beyond beta, I will load it immediately..... ciao....ajax
- 20 replies
-
- lateral
- price action
-
(and 1 more)
Tagged with:
-
thx for this indicator. ... Put it on the charts the other day & looks good, as it sees the sideways channels & then can see where the breakup or breakdowns are,,,,so is good for day-trading the emini's, as I do. The only issue with itis, in the code, it prints back in time with all the lines, so when back testing I have to trun this indicator off.....is there a way to have it "print in the moment" & not back in time with longgggg lines? Since I am not a coder/geek type, do not have the mental resources to do it. Other than that, great indicator.....THX...... ajax358
- 20 replies
-
- lateral
- price action
-
(and 1 more)
Tagged with:
-
Keltner with alert looks good Tams....thx for posting.... ajax
-
-
Laurel.....it works just fine, I have loaded it up. Just take the "text"....copy it....then put in in the "create an indicator" in easylanguage. if ya don't know how, then click on "help" in TS, then "how to create an indicator"....that will tell ya the steps/clicks to do.....is easy. Hope that helps. ajax
- 6 replies
-
- momentum
- moving average
-
(and 3 more)
Tagged with:
-
thx....will try it too, & await what you find.....still not working.....but try more I will.....thx for the help....
-
thx JC....will try that ....
-
Did the above "Mark as Installed" button, but do not see a "rating" button. I will give it a 5/5 rating.....as tested it live today trading the ES/NQ, & did very well with it & my other ta's. Since I do not know how to post a chart in here, & my trading puter is another puter anyways from this one, for security reasons, here is what I did with it: have it on my fisrt level below Price, with the indicator "Value CHart" (also in thise section)....have found the two together, using the std. inputs (20) see's the turns extremely well on my 116tick tading chart & 305tk trend/anchoe chart. Haver also put it on my swing charts: Monthly/Wkly/daily/etc......sees turns about 1-2 bars before Price turns. So, is a great heads up trend change/entry eye heads up chart with those two together. Also have the "Rubber Band/142" indicator in chart in there as well ("142" as ELD).....the three work in sync for turns & give correlative same info....if not the same, then move fails, as saw like clock work today. Tried the fib #'s of 5,8,13,21 as inputs, but found the "20" default input was best & fastest in ther turns. So, great indicator....thx....
- 11 replies
-
- linear regression
- moving average
-
(and 1 more)
Tagged with:
-
Just loaded this up & back tested it on the monthlyweekly/daily chart......works great at the std settings!! Sees the turns as fast as my best custom ones.....great indicator!!!.....advise it for anyone......just copy the text into Easylanguage & make the indicator. Great find & thx.....
- 6 replies
-
- momentum
- moving average
-
(and 3 more)
Tagged with:
-
greeta indicator!!....good one....thx. Copied well into easylanguage. Tried the inputs of "13" (a fib #), seemd just a bar or 2 faster.....but both std & 13 give great reads to trend change on tick charts. Good one there Tams.....
- 11 replies
-
- linear regression
- moving average
-
(and 1 more)
Tagged with:
-
Sounds good to me......have a good day & life too.....
-
JC.....thx.....but still can't get it to show on the charts, tho see it in there on the list. So, any other suggestions to make it visible would be much appreciated. When ya have time, no hurry. Thx again.....ajax
-
ya JC.....I loaded it fine....but it did not show on the charts on Friday.....will do the above & make sure the settings are correct. Thanks for the efforsts....
-
Thx JC.....will load it up & backtest it & test it live tomorrow. Good work, looks great!!......ajax
-
Tams......well what kind of insensitive & truely ignorant & stupid statement is that??!! You show your ignorance of the facts.....it was/is NOT "my" problem!! I loaded up the indicator & it would not only load, & it crashed my TS!!!!!!! I had to spend 30 mintes with a TS tech just now, & delete my whole program & thank goodness I do a system save every night. S0, how is this 'my' problem, & how can I not BUT blame the indicator for the problem, as 'IT' caused 'it'....I did not. I only posted as a warning to others is all. Your stupidity of this statement, let alone insensitivity to the hardship of the situation, says many things....ya need to look into your own mirror & see what you see....geez, idiots abound!! How about an apology???....or are you not up to reality of facts & ego?? Besides, on this site I have loaded up about 25 indicators & tested them all in many hours of backtesting & have given this site & authors feedback. I have not had a problem with 'any' of them, till this one. So, to put it plain & simple....back off idiot & try making more trader friendly comments next time of help & asssitance, versus redicule.......geez!!
-
DO NOT load this indicator.....it just crashed my TS!!!!.....not happy at all!! It wpuld not load up into a chart copy, then froze TS.....now can't even get back into TS after soft & hard booting my puter!!!.....not happy at all!!!
-
THX!!!! .....great indicator.....have put it in the level below Price, with the indicator "Chart Value" (here on boards)......is great combo & the 'RubberBand/142' verifes the Value Chart so well, almost no losers now & can see the false moves reall well. Thx again for this indicator.... ajax358
-
k.....using same Build.....so will test it now....thx again JC.....
-
TS would not "verify" when hi tthat button in last pahse of making the indicator in Easy Language...... ajax
-
<ajax> JC.....copied & pasted in EasyLanguage......it would not verify, as sadi a "word" was not coorect.....hmmmm. Can ya post the "ELD" for it???....thx JC....
-
right click chart......'format indicator (this one); scaling tab....'sclae On'= right or no axis.....subgraph (one ya want it in).....'scale type'=linera; Scale range=Automatic (can preset "subgraph Margins lower=5.000, Upper=5.ooo (have they greyed out if "automatic" chaecked above it. see if this works......
-
fyi to all......I tested the "true" & "false" inputs.....found the "false" input to be a better read in the turns; also changes the inputs to "green/dark green", from blue/dark blue....to see betta; also change the histogram to a "line"= easier for me to see in the turns & the zl cross too. Use it on a 116 tick chart (my trade-entry/mgm chart), with a 305tk chart anchor, & a 89tk chart lead chart to see the beginning of the turns. Found it to be very usefull with my MACD/Stoch SLow in level below it for day trading the ES?NQ emini's. Hope that info is of use.... ajax