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.
simplex replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 8 years, 11 months 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 8 years, 11 months 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 8 years, 11 months 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]
thomas replied to the topic Coders Supporting Coders in the forum Development 8 years, 11 months ago
Hi all,
I have spent many days without success with this….
I want to draw numbers above/below all candles inside each ZZ leg like the picture below. Any idea will be very helpful ….. thanks in advance.gg53 replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 8 years, 11 months 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 8 years, 11 months 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.
thomas replied to the topic The similarity system – discussion in the forum General Discussions 8 years, 11 months ago
Hi Lowphat,
May i know what broker do you use to get the tick chart ?
ThanksAnti replied to the topic The similarity system – discussion in the forum General Discussions 8 years, 12 months 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]Anti replied to the topic The similarity system – discussion in the forum General Discussions 9 years ago
A video on prime numbers, markets ans recurrence
…https://www.youtube.com/watch?v=FxlVASqki4o
Do you want to discuss it? For instance, how are prime numbers related to the market?
thomas replied to the topic Excellent and Experienced coders need for profitable TZ based strategy project in the forum Development 9 years ago
Hi Ephisi, may i know how do you define a TREND ? I have read some where, a trend in a small TF can be only a SWING at bigger TF. So many people said about Trend is your Friend, but in my opinion, it is very difficult to identify it . Using MA is useless, because of its lagging characteristic (we get the signal of a trend using MA commonly at t…[Read more]
thomas replied to the topic The similarity system – discussion in the forum General Discussions 9 years ago
Hi All,
i just found a post by GG on old FF thread … it is about using Gadi_tickVolume (instead of price chart) for similarity, and the result is much better Any one know how to apply this ?
So far i know, we look at price at chart to find DisSimilarity (and it will be stored by Similarity later). Gadi_tickVolume is on the separate window (on…[Read more]
Anti replied to the topic using inefficient moves/liquidity gaps/tz for orderflow in the forum General Discussions 9 years ago
Hi Lowphat,
let’s start some conversation. I don’t see why the “unfilled order” theory should be related to TZs – even if we ignore mid-TZs. If some big orders get filled doesn’t automatically mean that prize will rise quickly. Prize can also move slowly (it all depends on recent market orders and its directions …).
thomas replied to the topic Coders Supporting Coders in the forum Development 9 years ago
@simplex, @xux99, @lowphat or other coders ….
I am stuck with iStochastic. Actually it is simple, but as a beginner in coding, i still can not find the solution to call the Stochastic line value with setting X,1,1 …for (i=limit; i>=0; i–) {
stoMain = iStochastic(Symbol(),0,14,1,1,MODE_SMA,1,MODE_MAIN,i);
stoSignal = i…thomas replied to the topic Coders Supporting Coders in the forum Development 9 years ago
thomas replied to the topic using inefficient moves/liquidity gaps/tz for orderflow in the forum General Discussions 9 years ago
Great Lowphat, i am sure you are using a very tight money management ….

simplex replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 9 years ago
Hi Lowphat!
Did you provide proper ‘symbol suffix’ input parameter? Looks like your account requires a ‘pro’ here.
Best, s.
thomas replied to the topic using inefficient moves/liquidity gaps/tz for orderflow in the forum General Discussions 9 years ago
Thanks Lowphat. I think it is good for exit, but for entry … i am not so sure …, may be we need other tools ?
Edit : using high probability tools at higher TF is a good choice, but it is a rare event. As we get the signal at that higher TF with high probability, may be the price has move far enough away from that bounce (Supply – Demand Level).thomas replied to the topic using inefficient moves/liquidity gaps/tz for orderflow in the forum General Discussions 9 years ago
Thanks Lowphat. I think it is good for exit, but for entry … i am not so sure …, may be we need other tools ?
Anti replied to the topic using inefficient moves/liquidity gaps/tz for orderflow in the forum General Discussions 9 years ago
I know that theory. The problem is that it is very subjective regarding where you should draw those zones (some say that you have to use the start of the strong trend – others believe that you should draw your boundary at the beginning of the inefficient move region. I believe it can be profitable but you need to have a set of objective rules for…[Read more]
- Load More