- Search Metals Mine
-
JR97 replied Sep 24, 2015What you're doing is the equivalent of trying to figure out the area of a square by measuring in inches on one side and centimeters on the other. You're working with two different measuring systems. Price and Time. As Einstein stated, space and time ...
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 24, 2015There's lots of pics of the torus in this thread. The torus holds a lot of keys. How do you show a torus in a 2D chart, though? Basic geometry. The conic sections. The parabola, hyperbola, ellipse, and circle (special case of the ellipse). See my ...
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 24, 2015Yes! Finally someone who gets it. image image
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 23, 2015Just a few things to get the neurons firing on how to apply multi-dimensional concepts to a 2D chart via geometry. The power of circles and triangles Before (nice entry, eh?): url after: url Squares and Circles and the square root of 2 ...
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 23, 2015Yes. I haven't seen Bagger Vance or read the book, but I have read another book by that same guy... Stephen Pressfield. The War of Art. I'd put it at the top of your reading your list. Life changing.
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 23, 2015actually, I'd put sound before light. In the beginning was the logos. the word. the sound. the vibration. I'd even put thoughts before matter. Thoughts indicate consciousness and consciousness collapses the wave function to create particles.. ie ...
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 22, 2015Exactly. I say that a lot to people hitting me up for "secrets". Hence why I also haven't posted in my journal for ages. None of my tricks are needed for profitable trading. Trade the trend. Have winners bigger than losers by at least 2:1. Then work ...
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 22, 2015Yup. Chasing the reason isn't necessary for profitable trading if you can find a consistent way to view and measure the effects. Ironically, the more and more I've dived down the rabbit hole, the less and less I've become interested in the trading ...
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 22, 2015by the way, I'm on board with all of the ideas/theories presented in this thread. As stated, I've been researching this shit for years. It's great that so much of it is easier to access via youtube and what not instead of out of books and trying to ...
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 22, 2015Predeterministic <> Predetermined. Even if the probability of a predeterministic wave is 99.9999999% there's still that snowball chance in hell the .0000000001% happens. But hey, if you have figured out predetermined, then kudos to you. Look up the ...
A jump to the beginning - chaos and market forces
-
JR97 replied Sep 22, 2015I've been doing this shit for years. Unify price and time the same as space and time. To get a forecast of probable future waves, explode the particle (price). Basically "uncollapse" the particle to possible waves. Learn up on the wave/particle ...
A jump to the beginning - chaos and market forces
-
JR97 replied Jun 29, 2015I'd force the date to a format in the variable and then again in the code where the search is happening. I think the problem might be in the case statement. I don't use Case Statement's for matching. I use Find(). Here's how I would force the date ...
Excel and VBA analysis
-
JR97 replied Jun 29, 2015Using dates from mt4 and then in Excel can be problematic. I prefer to keep the dates as text in the default mt4 format. For a recent project I did for someone, I had to convert Mt4 date format to an Excel date format. I'll post up some code a bit ...
Excel and VBA analysis
-
JR97 replied Jun 29, 2015To post your code, use "code" tags. In the upper right of the new reply menu, there is a "</>" button. Click that and put your code within the tags. Like this
Excel and VBA analysis
-
JR97 replied Mar 4, 2015Hey dude! Long time. Just fyi, I've been away from trading for a while and not sure when I'll be back into actually trading again. But I've had a lot of ideas and been doing a lot of programming and scripting. Keep an eye on my journal.

Excel and VBA analysis
-
JR97 replied Mar 4, 2015One more I thing I wanted to mention. Using Excel to create chart templates with things like custom pivot levels or whatever else you want on the chart is pretty simple. I've got a spreadsheet for doing a lot of that I can post up if I can find it. ...
Excel and VBA analysis
-
JR97 replied Mar 4, 2015The period converter optimized indicator I linked to can post out the Date/Time/O/H/L/C/V for all of the bars on the MT4 chart it's attached to a csv file. You can specify how often in the indicator parameters. The output file is named the ...
Excel and VBA analysis
-
JR97 replied Mar 2, 2015Yes. I can whip up and mql script to export opened trades plus rates. I might even have one already done and just need to modify. To paste your code in a nice little window, on the far right, there is a "</>" button that should also highlight as ...
Excel and VBA analysis
-
JR97 replied Mar 2, 2015One of the indicators I posted a link to has the ability to export out historical data every tick. So it's essentially live data plus historical. I've built some pretty large scale trading platforms in Excel with this method. No need to try and ...
Excel and VBA analysis