gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Please read this (by Ron Black, 2010): http://www.traders.com/Documentation/FEEDbk_docs/2010/09/Black.html
…and get access to the full article…
A short-cut to making a working Indicator (“translate” others code into MT4):
http://www.traders.com/Documentation/FEEDbk_docs/2010/09/TradersTips.html
Enjoy.
Once the above MT4 is bug-free and…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
In the “Init” function:
Previous Bar HighestHigh = High[Bars – 1];
Previous Bar LowestHigh = High[Bars – 1];
Previous Bar HighestLow = Low[Bars – 1];
Previous Bar LowestLow = Low[Bars – 1];G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
True…
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
It’s possible and logical.
My current “problem” is that the Peak&Trough is not finished yet, and the requested small features and filters, as detailed in the initial template, are still not yet completed.
I want to be methodical in this development and finish what is already detailed, before moving to additional features – while keeping same…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Thanks G. The “5” here is just an example variable of X bars, just want to get the PreviousBar HH, HL, LH, LL. Based on :
Highest High = Previous Bar HighestHigh.
Lowest High = Previous Bar LowestHigh.
Highest Low = Previous Bar HighestLow.
Lowest Low = Previous Bar LowestLow
To get Previous Bar LowestHigh, as example, we need to define in…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Thanks G. The “5” here is just an example variable of X bars, just want to get the PreviousBar HH, HL, LH, LL. Based on :
Highest High = Previous Bar HighestHigh<br style=”color: #1a1a1a; font-family: Verdana, Helvetica, sans-serif; font-size: 13px; background-color: rgba(212, 213, 215, 0.407843);” />Lowest High = Previous Bar LowestHigh<br…
gg53 replied to the topic Nature of Markets – Randomness & Probability in the forum Trading Systems Discussion 10 years, 6 months ago
Saver0 replied to the topic Nature of Markets – Randomness & Probability in the forum Trading Systems Discussion 10 years, 6 months ago
Unfortunately I didn’t and this is because my probabilities were based on trading every single tick and it would be impossible to trade every pip. I ended up margin calling with my demo account. Had a nice run though
Also the broker I had to use was a shitty one since I live in USA and I had to choose a broker that didn’t follow…[Read more]gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Logic follows guidelines as in post ##9553.
There is no “5” variable there…
Attached pls find how it should look like on EURJPY, H4.
For the EA purpose an Histogram is also Ok.
The ForexGT_VolumeOsc is an added feature to Pin-point exact bar entry, but for the current version it’s not required since we enter on Peak/Trough area…[Read more]
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Logic follows guidelines as in post ##9553.
There is no “5” variable there…
Attached pls find how it should look like on EURJPY, H4.
G.
https://www.mql5.com/en/charts/4378801/eurjpy-x-h4-atom8-financial-services
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Logic follows guidelines as in post ##9553.
There is no “5” variable there…
G.
https://www.mql5.com/en/charts/4378801/eurjpy-x-h4-atom8-financial-services
gg53 replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
well, as far as I understand, it would be better to to get rid of “iCustom” Calls as possible, I noticed sometimes, during backtesting, iCustom returns wrong and unreliable values [/quote]
I agree that this should be some future target.
Currently we 3 have versions: an indicator that we can “see” its performance on chart (and needs some imp…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
well, as far as I understand, it would be better to to get rid of “iCustom” Calls as possible, I noticed sometimes, during backtesting, iCustom returns wrong and unreliable values [/quote]
I agree that this should be some future target.
Currently we 3 versions: an indicator that we can “see” its performance on chart (and needs some imp…[Read more]
MTH2014 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
Then I will put both Buy-Stop and Buy-Limit..

and yes, you are right there’s no absolute ‘open or close’ in keep moving price value
have a nice weekend brother..
MTH
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
That’s for future use, to control the TP in relation with SL – maintaining suitable Risk/Reward ratio.
G.
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
To open Buy-Limit trade, we need that current price would be below Buy-Limit price. So, the trade can’t be opened after the candle close: 1. Price must go above Buy-Limit open price. 2. Then we can open buy-Limit order and wait while price comes back to it. Is this right? [/quote]
That’s the idea…
Buy-Limit CAN be opened after bar-close, if…[Read more]
gg53 replied to the topic Trading made REALLY Simple in the forum Development 10 years, 6 months ago
To open Buy-Limit trade, we need that current price would be below Buy-Limit price. So, the trade can’t be opened after the candle close: 1. Price must go above Buy-Limit open price. 2. Then we can open buy-Limit order and wait while price comes back to it. Is this right? [/quote]
That’s the idea…
To get more pips, counting on the fact that p…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 6 months ago
Thanks bro.

MTH2014 replied to the topic MTH – Star Skull and Smiley Indicator (lite version) in the forum Indicator discussion 10 years, 6 months ago
Hi Brother.. lol, my old brother from more than 5 years ago..

Nice to met you here.. , feel free to contribute and share your knowledge brother..
May Allah Bless You and your family and friends with healthy, wealthy and strong faith..
Have a nice week end
MTH
- Load More