simplex replied to the topic Potential SPAM and SCAM Alerts in the forum Site Related 8 years, 10 months ago
New member ‘blessing maxwell’ sent me the following message. I’ll report that member to have his/her account deleted.
I do not assume that anybody around replied to this ‘generous offer’ …
… unless you’re James Veach, see here B-)…[Read more]
simplex replied to the topic Thread for (stupid) questions in the forum General Discussions 8 years, 11 months ago
Ok, when looking at tick data, we do not look at any timeframe, just incoming prices. OHLC, or candlesticks, can only be constructed when we start to structure tick data according to rules we define. Most obvious rule is simple timing, i.e. a uniform timeframe.
Most traders choose one or more timeframes for their trading that are somehow…[Read more]
simplex replied to the topic Thread for (stupid) questions in the forum General Discussions 8 years, 11 months ago
First of all, I do not think that there’s such a thing like a ‘stupid’ question. If someone does not know a certain fact, or does not understand every detail of somebody else’s statement, or just is a newbie in a certain field, or … (fill in whatever makes sense!), he or she should feel free to post a question hoping the community can help out!…[Read more]
Lowphat replied to the topic The similarity system – discussion in the forum General Discussions 8 years, 11 months ago
let me clarify the image i posted was just something that looked interesting . i was noticing when all OSC’s get above say 20% with the majority above 50% the potential fractal had way less chance of running a full 6 bars before a true fractal top/bot. my live trading method is more about trading a pullback back past a mid fractal if the long…[Read more]
Lowphat replied to the topic The similarity system – discussion in the forum General Discussions 8 years, 11 months ago
was messing around with zz confluence. just for fun using 10 random oscillators/settings and waiting for the majority to gravitate above a percentage line.
each one falls into a mild supply/demand origin for another point of confluence.
simplex replied to the topic Jim Sloman's Ocean Theory in the forum Trading Systems Discussion 8 years, 11 months ago
Maybe the Natural MA was covered in Video #2 of the seminar series – the missing one.
There are functional MQL prototypes you can analyze in the links I provided above.
I do not understand the term ‘argmax i (NMM)’. Basically, the fast NMA is an NMA that dynamically truncates its own weighted lookback interval, thus acting faster than Standard…[Read more]
simplex replied to the topic Jim Sloman's Ocean Theory in the forum Trading Systems Discussion 8 years, 11 months ago
Yep, just skip the esoterics! Later on in Ch. 12 some analogies between physical and trading aspects, which I usually look at a bit skeptically, are becoming interesting from a very remote point of view.
What instantly intrigued me was Jim’s imperative attempt to remove as much arbitrariness as possible from any indicator calculation. Ever…[Read more]
simplex replied to the topic Jim Sloman's Ocean Theory in the forum Trading Systems Discussion 8 years, 11 months ago
Yep, my first impression was very similar, several weeks ago.
Let me cite from Chapter 8, ‘The Zen Moment’:
This is why, in my opinion, it is advantageous to develop at least partially your own approach to markets. The Advanced Ocean Software that is part of the Ocean Master program is designed to give you a set of tools with which to develop…
Lowphat replied to the topic The similarity system – discussion in the forum General Discussions 8 years, 11 months ago
if dissimilarity is just divergence couldn’t it be a similar concept to mean reversion?
also the lowest TF could potentially always be the blueprint as its the origin of everything after it
Lowphat replied to the topic The similarity system – discussion in the forum General Discussions 8 years, 11 months ago
if dissimilarity is just divergence couldn’t it be a similar concept to mean reversion?
Lowphat's profile was updated 8 years, 11 months ago
Lowphat replied to the topic The similarity system – discussion in the forum General Discussions 8 years, 11 months ago
few spots above seem to be taking a long time to resolve
Lowphat replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 8 years, 11 months ago
Lowphat replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 8 years, 11 months ago
Lowphat replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 8 years, 11 months ago
@simplex good call. you may can just change near line 438
if (useLowphatAlterateDrawMethod)
{
double b1,b2;
if (displayAUD){bAUD[shift]=phatCalcAUD[shift+1]-phatCalcAUD[shift+2];//change these lines to this?simplex started the topic Jim Sloman's Ocean Theory in the forum Trading Systems Discussion 8 years, 11 months ago
Hi Guys!
I wonder whether anybody got in touch with Jim Sloman’s Ocean Theory. You’ll find a pdf here.
In the pdf, there is no copyright notice, so I’m not sure about its status. Jim passed away a few years ago, and his original website etc. are gone. His latest trading software suite (5000 USD) is not available anymore.
There’s a youtube…[Read more]
simplex replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 8 years, 11 months ago
Thanks and yes, this is how it works using iCustom …
But as G. wrote he’s seeking a solution without iCustom.
s.
Lowphat replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 8 years, 11 months ago
i did something like this but i dont know if it works with the original. ill attach my rough hack cname = “CIX_v_2_2_post-PHaT-Mod-all”
ExtMapBuffer1=iCustom(NULL, TimeFrame, cname,0,i+1 )-iCustom(NULL, TimeFrame, cname,0,i+2 );
ExtMapBuffer2=iCustom(NULL, TimeFrame, cname,1,i+1 )-iCustom(NULL, TimeFrame, cname,1,i+2 )…[Read more]
Lowphat replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 8 years, 11 months ago
i did something like this but i dont know if it works with the original. ill attach my rough hack
ExtMapBuffer1=iCustom(NULL, TimeFrame, cname,0,i+1 )-iCustom(NULL, TimeFrame, cname,0,i+2 );
ExtMapBuffer2=iCustom(NULL, TimeFrame, cname,1,i+1 )-iCustom(NULL, TimeFrame, cname,1,i+2 );
ExtMapBuffer3=iCustom(NULL, TimeFrame, cname,2,i+1…[Read more]
Lowphat replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 8 years, 11 months ago
i did something like this but i dont know if it works with the original. ill attach my rough hack
ExtMapBuffer1=iCustom(NULL, TimeFrame, cname,0,i+1 )-iCustom(NULL, TimeFrame, cname,0,i+2 );
ExtMapBuffer2=iCustom(NULL, TimeFrame, cname,1,i+1 )-iCustom(NULL, TimeFrame, cname,1,i+2 );
ExtMapBuffer3=iCustom(NULL, TimeFrame, cname,2,i+1…[Read more]
- Load More