smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Testing some indicators today … thanks for nice indicators mates

smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 4 months ago
may be tomorrow NFP is the show time ??
smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 4 months ago
[ deleted : double posted … sorry]
smallcat replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 4 months ago
gg53 replied to the topic A Flexible And Compact Currency Strength Indicator in the forum Trading Systems Discussion 10 years, 4 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, 4 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, 4 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]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Thanks Simplex, this is a good post. This makes sense

smallcat replied to the topic ATR Channels Indicator in the forum Indicator discussion 10 years, 4 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, 4 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, 4 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, 4 months ago
Great Fuzzy … Thanks for your hard work

smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
This is nice G … but we must make sure that in each Function, there is a “rule” so they are not opposing each other all time. Lets say Function A moves the SL to level X , then Function B (based on its logic) moves the SL to level Y. After some seconds, Function A moves it again to level X … a endless dynamic moving that can cause our M…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
This is nice G … but we must make sure that in each Function, there is a “rule” so they are not opposing each other all time. Lets say Function A moves the SL to level X , then Function B (based on its logic) moves the SL to level Y. After some seconds, Function A moves it again to level X … a endless dynamic moving that can cause our M…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Adding adaptive MA & clear Signal to the Channel on M15. Higher TF is set to M30 in example. Promising of a good result (not forward testing yet) …

smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Hi Simplex,
Could you please give reason of using limited global variables ? As we know it is a good choice to call some result from other file (it is better, compared to using database just to access some small data) … Is it because of security reason ?
Thanks
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
Hi Simplex,
Could you please give reason of using limited global variables ? As we know it is a good choice to call some result from other file (better as comparison to a very small data in a database) … Is it because of security reason ?
Thanks
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
My preference is that all functions be independent, for user chice which one to implement. Later we’ll issue guidelines of the implication of each and the mutual effect, if any.
While In Trade, it preferably should look like this:
If InTrade()
TrailingStop();
BreakEven();
TrailingProfit();
etc…
ExitTrade(…on opposite signal…before…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
My preference is that all functions be independent, for user chice which one to implement. Later we’ll issue guidelines of the implication of each and the mutual effect, if any.
While In Trade, it preferably should look like this:
If InTrade()
TrailingStop();
BreakEven();
TrailingProfit();
etc…
G.
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 4 months ago
My preference is that all functions be independent, for user chice which one to implement. Later we’ll issue guidelines of the implication of each and the mutual effect, if any.
G.
- Load More