Anti replied to the topic using inefficient moves/liquidity gaps/tz for orderflow in the forum General Discussions 9 years, 3 months 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]
Bartleby replied to the topic CALLING THE HELP OF COMMUNITY : HELP SAVE A LITTLE GIRL in the forum General Discussions 9 years, 3 months ago
wtf…thats smells fishy as hell..
simplex replied to the topic Coders Supporting Coders in the forum Development 9 years, 3 months ago
Hi Thomas,
Both is possible.
If you would be able to create a ‘how to’ advice for setting up a working dll and integrating it into an mq4 project, I’d be very interested! From my personal point of view, an open source C compiler and open source development environment would be preferrable.
Best, s.
simplex replied to the topic Coders Supporting Coders in the forum Development 9 years, 4 months ago
a) we must include current bar, although it is not finish yet …. agree
It depends on your specific indicator / EA logic, whether you decide to include the current bar or not.
b) In this case, if we want to keep the amount of bar to 1000 (if it is smaller than Bars-IndicatorCounted() … ) , we need to begin with i=limit-1 ?
Is it really import…[Read more]
simplex replied to the topic Coders Supporting Coders in the forum Development 9 years, 4 months ago
Ahh, one more thing: with
for (int i=limit; i>0; i–)
the current bar won’t be calculated. Should be i >= 0
simplex replied to the topic Coders Supporting Coders in the forum Development 9 years, 4 months ago
Hi Tom!
Did not look into your code in depth, yet I would suggest that you quit the old school standard of coding MT4 indicators ( int start()… int init() ). The sooner, the better!
Some day MetaQuotes will stop supporting MT4, and you will be forced to recode every MQ4 code you have in MQ5. This will require much less work if you code y…[Read more]
simplex replied to the topic Request to mod an indicator in the forum Indicator discussion 9 years, 4 months ago
Hi blueface,
That means the indicator should be able to display session specific candles?
s.
fasttrade replied to the topic Missed pivot points in the forum Indicator discussion 9 years, 4 months ago
thanks a lot to all seniors for there contribution
fasttrade replied to the topic Missed pivot points in the forum Indicator discussion 9 years, 4 months ago
thanks a lot to all seniors for there contribution
Anti replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 4 months ago
@joakim: Sorry, I didn’t want to attack you …
Anti replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 4 months ago
Thank you for clearing those points. It could imho only mean a few things if you don’t see correlations between CIX outputs and fundamentals:
Market isn’t as sufficient as we would expect it (I remember an article I found where the authors came to the conclusion that the markets are only weak sufficient at all …).
Fundamentals have nothing…[Read more]simplex replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 4 months ago
@Anti: Thanks ‘for the flowers’, first of all!

Is it really necessary to align CIX with fundamental data?
Well, I’m not really sure. That’s why I started this discussion. One example: lately I aligned CIX output with some fundamentals like Central Bank Interest rates for all 8 CIX currencies, looking for some correlation. I found none.
Thus,…
Anti replied to the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 4 months ago
@Joakim: If you’d know simplex, you’d know that he is a true master in what he is doing …
@simplex: Is it really necessary to align CIX with fundamental data? CIX operates on prizes only. And I believe we concur that prizes are the cumulative sentiments of all market participants. Thus, fundamentals should be already visible in prize itself…[Read more]
simplex replied to the topic Useful Links in the forum General Discussions 9 years, 4 months ago
Another one: Free Textbook List
Enjoy!
simplex started the topic Fundamental Currency Strength in the forum Trading Systems Discussion 9 years, 4 months ago
At the moment, I am considering to align my CIX based currency strength analysis with results of fundamental analysis.
So my question is: do you consider fundamentals in your FX strategies? And if yes, what are your sources of information?
I found the quarterly SEB currency strategy report as an example, see pic (single page out of 58 pages). See…[Read more]
simplex replied to the topic Useful Links in the forum General Discussions 9 years, 4 months ago
For those not only interested in coloured technical signals on a chart, but also in fundamentals driving economies and thus currency values:
simplex replied to the topic Coders Supporting Coders in the forum Development 9 years, 4 months ago
Hi Frika,
Since you’re addressing me directly: I’ve never worked with Node.js, so only can wish you ‘Good luck’ in fixing those issues. Maybe you could also place your question in that thread:
http://penguintraders.com/forums/topic/nodejs-mysql-connection-example/
And if you manage to fix it, that would definitely be worth to be posted, ok?
s.
fasttrade replied to the topic GBPUSD /EURUSD in the forum Trading Journals 9 years, 4 months ago
no it will fall again for 1.05490its still not bullish
fasttrade replied to the topic GBPUSD /EURUSD in the forum Trading Journals 9 years, 4 months ago
noit will fall again for 1.05490its still not bullish
simplex replied to the topic Useful Links in the forum General Discussions 9 years, 4 months ago
An interesting paper: Cointegration Analysis of Financial Time Series Data
Haven’t read it in detail yet, but looks promising (especially for our R specialists).
s.
- Load More