simplex posted an update 10 years, 6 months ago
My new and possibly temporary avatar picture was inspired by this exhibition: http://www.dhm.de/en/ausstellungen/art-from-the-holocaust.html
simplex changed their profile picture 10 years, 6 months ago
gg53 replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 6 months ago
Yeah, similiar articles made me make my own USDx indicator, already posted.
Thanks for the links, more readings…
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
I already posted that combination of ClearMethod & VZO (my ForexGT_VolumeOSC version), but it’s only part of that community EA.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
It will be, I promise, when the EA will be finished.
It will incluse robust understanding of: Trend, Sentiment, Currency-Strength, Volume and Price-Action – along with an EA skeleton + trading pre-conditions.
If you don’t understand the CONCEPT of each, you shouldn’t be trading the FOREX market. BUT: there is no need to go into the DETAILS of…[Read more]
simplex replied to the topic Check the Quality of your Broker's MT Price Feed in the forum Development 10 years, 6 months ago
Quite a good explanation of CrapT4 crappy price feed can be found over here:
http://privatelink.de/?http://www.forexfactory.com%2Fshowthread.php%3Fp%3D5638648%23post5638648
simplex replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 6 months ago
Just a quick note about links to be studied and possibly used for coding later:
http://www.cutthespread.com/spread-betting/does-us-dollar-index-reflect-current-reality
http://www.cutthespread.com/spread-betting/proposal-rebalanced-us-dollar-index
http://www.cutthespread.com/spread-betting/proposal-euro-index
Thoughts about a rebalanced USD…[Read more]
simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Yep:
Since structures were introduced to MQL I can’t imagine how I ever got along without them!
s.
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Thanks Simplex, this is a good post. This makes sense

simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
I think that in one EA there should be only one function that manipulates the SL. And if there’s a good reason for two different functions doing so (one trailing stop function and one break even function) we’ve got two possibilities: either implement some sort of communication protocol between those functions so they can’t work against each…[Read more]
simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Great work:
I tested it, and after activating DLL import
it displayed a line, except for timeframe M1. When placed on an M1 chart, every second indicator buffer ImpactBufferis empty, so no line is displayed. I failed to find the reason in 5 minutes, so I’ll just report.One basic question: why do you exclude bar zero in your main loop in…[Read more]
simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Great work:
I tested it, and after activating DLL import
it displayed a line, except for timeframe M1. When placed on an M1 chart, every second indicator buffer ImpactBufferis empty, so no line is displayed. I failed to find the reason in 5 minutes, so I’ll just report.One basic question: why do you exclude bar zero in your main loop in…[Read more]
simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
One more thing: for a more elaborate example of how to use structures in practice, just study the latest news calendar version fuzzy posted lately.
s.
smallcat replied to the topic ATR Channels Indicator in the forum Indicator discussion 10 years, 6 months ago
Thanks Lowphat
.. Will test this too …smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Hi Simplex,
Thanks a lot for this post and post #11279, very good and clear explanation … Easy to understand the reason

And the code formatting works well, including the indent.
Thank you very much Simplex …

smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Hi Simplex,
Thanks a lot for this post and post #11279, very good and clear explanation … Easy to understand the reason

And the code formatting works well, including the indent.
Thank you very much Simplex …

simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Great!
As I posted somewhere else in this forum, I made the first steps of my ‘coding career’ using IBM punchcards and a language named FORTRAN 77 (now it’s up to you to make a guess about my physical age
) Anyway, OOP was not yet invented in those times.Until now, I failed to get a good grip on the OOP approach. An experienced OOP tutor…[Read more]
simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
One additional remark for those who are not familiar with the concept of complex data types: in my above example, I only used structure members of type double. Please note that this could be any data type:
struct trailingStopParameters {[Read more]
double trailingDistance; // trailing distance
double trailingStep; // tra…simplex replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
@smallcat and everybody else interested:
Maybe try to change your view on our community project for a short while: consider we’re not only coding one EA, but a collection of flexible and exchangeable trading software modules instead. The overall goal of these modules should be to facilitate coding an EA, and the EAs which are the result of our…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Great Fuzzy … Thanks for your hard work

- Load More