smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
@Lowphat : May i know what do you mean with “anomalies” ? Could you please explain it ? Did you test the indicator via strategy tester, and check the “visual” option to see how the indicator works on history data (and in realtime too) ? Thanks
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Very nice and clear steps bro
i like to use for instead if while too (i always forget to add i++ or i–, increment or decrement at the end of the while loops, so it is always looping and freeze my mt4). And if you don’t mind, i would like to see the whole code of this … thanks in advance.smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Just did a back test on EA penguin 1.2 by VlanFx. Tested on EU H4 from 2010-06-30 to 2015-12-11 with spread of 1.5 pips, result is great
Thanks to GG53 and all of you guys ….
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Thanks a lot G … and thanks for the great link too
Wow, so many great developments here and at main thread … thanks guys
Edit: ( delete. Content and links is already provided by simplex. Sorry ).
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Thanks a lot G … and thanks for the great link too
Wow, so many great developments here and at main thread … thanks guys
Edit:
Found short pdf @FF …[Read more]smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Thanks a lot G … and thanks for the great link too
Wow, so many great developments here and at main thread … thanks guys
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Thanks a lot brother Kiads, this is a good example for me to understand “OnArray” better …

smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
msgArray[2] = “Low Volume”; clrArray[2] = Blue; // … etc … msgArray[13] = “Very High Vol < Prev 2”; clrArray[13] = DarkOrange; msgArray[14] = “CAUTION – Ultra High Volume”; clrArray[14] = Red; return(true); }
What will happen when we compile the code (a) without #property strict and (b) with #property strict included? In both cases, our code…[Read more]smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 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, 7 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…
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Thanks bro.

smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Hi All,
Any information about “Highest Low” and “Lowest High” is really appreciate … I know this is a basic question that almost all trader must know … but i am confused . Please advice.
Thanks in advance
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
And about the Osc, i am not sure if we can use that one by mladen as it is. GG talked about not using the whole volume, but including the Close-Open/High-Low calculation too … may be they have relationship …

smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Hi Anti, good idea. But i do not think that GG just take the candle, at the time the Osc cross that level (lets say level 40). I think it is just a “early signal/sign” that the end of swing will happend soon. The entry itself is based on trend (not explained openly yet) and the Peak/Trough or Trough/Peak state change, which are defined by X bars…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Hi,
As i read GG`s post #10476 penguintraders.com/forums/topic/trading-made-really-simple/page/7/#post-10476 ,
We put long trade after a Trough becomes Peak. This below comes to my head :
1) At a post, GG prefered to use Pending Orders (Stop Orders, or may better with Limit Orders). But if we put order at the time Trough becomes Peak or Peak…[Read more]
smallcat replied to the topic Trading made REALLY Simple: Coder's Chat in the forum Development 10 years, 7 months ago
Great @simplex, this is a good idea, so the main thread will be clean … i will post here for asking or discussing codes or idea …
smallcat replied to the topic Q & A For MQ4 Coding Newbies in the forum Development 10 years, 7 months ago
Thanks a lot, this is really helpful

smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
[ deleted, wrong post …. ]
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
Hi All,
I have a simple question, but has big impact to the result …. I want to know how to get the Highest Low , and Lowest High correctly …
I am afraid that i have missed understood it . Please see attachment …. Any information is very appreciated.Thanks
smallcat replied to the topic Trading made REALLY Simple in the forum Development 10 years, 7 months ago
Hi G, i do not understand this part of logic. We do our Long entry point at Peak, Not at Trough? And we exit that Long trade at Trough, Not at Peak?
Could you pleae explain the reason why we do that? Or i have missed understood it?Thanks
- Load More