Lowphat replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 1 month 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 9 years, 1 month ago
if dissimilarity is just divergence couldn’t it be a similar concept to mean reversion?
Lowphat's profile was updated 9 years, 1 month ago
Lowphat replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 1 month 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 9 years, 1 month ago
Lowphat replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 1 month ago
Lowphat replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 1 month 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 9 years, 1 month 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]
xux99 replied to the topic Stairstep Breakouts indicator and EA in the forum Trading Systems Discussion 9 years, 1 month ago
I have uploaded a corrected Rossbot version.
simplex replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 1 month 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 9 years, 1 month 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 9 years, 1 month 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 9 years, 1 month 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]
simplex replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 1 month ago
Ok. In this early CIX implementation, it’s not that easy.
First step might be to integrate functions
setAllCurrencyIndexBuffers
setAllRawValueBuffersResetting OR setAllRawValueBuffersContinuous (depends on what you prefer)
setAllSmoothedBuffersin one single function, which can then be called multiple times to calculate the 1st…[Read more]
gg53 replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 1 month ago
I’m trying to evaluate your code, but can’t find an easy way to find a solution (NOT iCustom…).
Can I have a simple (coded) answer, or have to re-read the code?
Thanx,
G.
simplex replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 1 month ago
Long time no see – welcome back!

From earlier discussions I remember that you’re a real fan of iCustom() calls. So this would be the obvious and simple solution to try. I’m sure I don’t have to explain to you how this works.
If iCustom is not preferred this time, you might start looking at function OnCalculate(), lines 389 – 406.…[Read more]
gg53 replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 1 month ago
Simplex:
Using CIX_v_2_2_post.mq4:
How can I get previous value of a currency?
I mean something like EUR[2] – EUR[1]?
G.
gg53 replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 1 month ago
Using CIX_v_2_2_post.mq4:
How do I get previous value of a currency?
I mean something like EUR[1] – EUR[2]?
G.
Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 1 month ago
I decided to share one of my indicators which I have developed in during the study of Eurusdd’s concepts. It is pretty much the same as Ralome’s StochDiff indicator from FF. However, there are a few differences:
It doesn’t show dissimilarity zones.
It is designed in a way to show the relative position of prize (orchid) and stochastic (orange)…[Read more]Lowphat replied to the topic The similarity system – discussion in the forum General Discussions 9 years, 1 month ago
as for 13 when i try a lower number my MT4 bugs out
. also its a good compromise between seeing enough data on my screen and having a lower than 1 min TF to check if price has only hit one within H left- Load More