Re: Trend Strength And Heatmap indicators thread
22Thanks Pacois! I've seen that one for many years now just didn't know where to get it from haha. Nice one

Re: Trend Strength And Heatmap indicators thread
24Here is the very nicely made Momentum ATR Normalized Heatmap by Mladen.
Re: Trend Strength And Heatmap indicators thread
25Hi Jimmy,
I was wondering if you could guide / help us to understand your trading strategy: H4 / M5 as shown as your signature?
If i check the stats on myfxbook, it looks promising. But as fas as i can see, it includes some form of Martingale as well.
Anyway, very interested here!
If so, thanks!!
I was wondering if you could guide / help us to understand your trading strategy: H4 / M5 as shown as your signature?
If i check the stats on myfxbook, it looks promising. But as fas as i can see, it includes some form of Martingale as well.
Anyway, very interested here!
If so, thanks!!
Re: Trend Strength And Heatmap indicators thread
26Hey Loki. You've gone off-topic here but I'll try and find some time to post up the strategy being used one weekend when things aren't too busy here. To sum it up It's basically just and old-school blank chart, trendlines drawn on the Daily and 4H timeframe then trading breakouts and bounces off those trendlines depending on fundamentals and technicals. Nothing special really. And no, I don't use Martingale.Loki wrote: Fri Dec 15, 2017 1:26 pm Hi Jimmy,
I was wondering if you could guide / help us to understand your trading strategy: H4 / M5 as shown as your signature?
If i check the stats on myfxbook, it looks promising. But as fas as i can see, it includes some form of Martingale as well.
Anyway, very interested here!
If so, thanks!!
In future please remain on topic brother. Cheers!

Re: Trend Strength And Heatmap indicators thread
27Ok Jimmy, sorry for that and thanks for your answer! Looking forwards to your post!!Jimmy wrote: Fri Dec 15, 2017 8:42 pm
Hey Loki. You've gone off-topic here but I'll try and find some time to post up the strategy being used one weekend when things aren't too busy here. To sum it up It's basically just and old-school blank chart, trendlines drawn on the Daily and 4H timeframe then trading breakouts and bounces off those trendlines depending on fundamentals and technicals. Nothing special really. And no, I don't use Martingale.
In future please remain on topic brother. Cheers!![]()
Re: Trend Strength And Heatmap indicators thread
28Hi Guys
Plz check once the code before going to post that,posting decompiled codes means to help appreciate thieves and discouraging coders
Plz check once the code before going to post that,posting decompiled codes means to help appreciate thieves and discouraging coders
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Re: Trend Strength And Heatmap indicators thread
29Is there a easy way to check whether it's decompiled code or not? Sorry even though I wish to give proper respect for the hard work by the coders but unfortunatelymntiwana wrote: Mon Jan 08, 2018 1:43 am Hi Guys
Plz check once the code before going to post that,posting decompiled codes means to help appreciate thieves and discouraging coders
i don't have coding knowledge to identify it.
Re: Trend Strength And Heatmap indicators thread
30If you continuously reading/viewing the codes of proper coders and then you see some unusual/abnormal coding lines within "decompiled" codesreachme wrote: Mon Jan 08, 2018 2:24 am
Is there a easy way to check whether it's decompiled code or not? Sorry even though I wish to give proper respect for the hard work by the coders but unfortunately
i don't have coding knowledge to identify it.
- for example like here
Code: Select all
==================================================================
"/*
G e n e r a t e d by ex4-to-mq4 decompiler 4.0.500.6
E-mail : P u R eBEaM @ G mAIL.coM
*/
------------------------------------
int Gi_104 = 3;
int Gi_108 = 0;
int Gi_112 = 0;
double Gd_116 = 0.0;
double G_pips_124 = 0.0;
double G_pips_132 = 15.0;
bool Gi_140 = FALSE;
int Gi_144 = 2;
int G_bars_148 = 8000;
// 52D46093050F38C27267BCE42543EF60
double Gd_152;
double Gda_160[];
double G_ibuf_164[];
int Gi_104 = 3;
int Gi_108 = 0;
int Gi_112 = 0;
double Gd_116 = 0.0;
double G_pips_124 = 0.0;
double G_pips_132 = 15.0;
bool Gi_140 = FALSE;
int Gi_144 = 2;
int G_bars_148 = 8000;
double Gd_152;
double Gda_160[];
double G_ibuf_164[];
string Gs_verdana_92 = "Verdana";
string Gs_100;
---------------------------------
int Li_0;
double Lda_4[25000];
double Lda_8[25000];
double Lda_12[25000];
double Lda_16[25000];
double Ld_20;
-------------------------
/*
G e n e r a t e d by ex4-to-mq4 decompiler FREEWARE 4.0.509.5
Website: HtTP : / /wW w .Me T A q u o TES.NeT
E-mail : SU P P OrT@ m ET a qU o t es.nE T
*/
--------------------------------------------------------------------
// EA2B2676C28C0DB26D39331A336C6B92
for (Li_0 = Gi_240; Li_0 >= 0; Li_0--) {
Li_12 = f0_0(Gi_76, Gd_152, Gi_104, Li_0);
-------------------------------------------------------
// DC16B65F78868A7505621A9669D808D2
void f0_4(string As_0, double Ad_8, double Ad_16, double Ad_24) {
string Ls_32;
string Ls_40;
string Ls_48;
string Ls_56;
string Ls_64;
if (Time[0] != G_time_108) {
G_time_108 = Time[0];
if (Ad_24 != 0.0) Ls_48 = " at price " + DoubleToStr(Ad_24, 5);
else Ls_48 = "";
if (Ad_8 != 0.0) Ls_40 = ", TakeProfit at " + DoubleToStr(Ad_8, 5);
else Ls_40 = "";
if (Ad_16 != 0.0) Ls_32 = ", StopLoss at " + DoubleToStr(Ad_16, 5);
else Ls_32 = "";
Alert(" MagicFxFormula: " + As_0 + Ls_48 + Ls_40 + Ls_32 + " ", Symbol(), ", ", Period(), " min chart");
Ls_56 = " MagicFxFormula - " + As_0 + Ls_48;
Ls_64 = " MagicFxFormula: " + As_0 + Ls_48 + Ls_40 + Ls_32 + " " + Symbol() + ", " + Period() + " min chart";
if (Email) SendMail(Ls_56, Ls_64);
}
-----------------------------------------------------
if (Li_0 > 0 && Lda_8[shift_36] < Lda_8[shift_36 + 1]) Lda_8[shift_36] = Lda_8[shift_36 + 1];
if (Li_0 < 0 && Lda_4[shift_36] > Lda_4[shift_36 + 1]) Lda_4[shift_36] = Lda_4[shift_36 + 1];
Lda_12[shift_36] = Lda_4[shift_36] + (Gi_112 - 1) / 2.0 * (Lda_4[shift_36] - Lda_8[shift_36]);
Lda_16[shift_36] = Lda_8[shift_36] - (Gi_112 - 1) / 2.0 * (Lda_4[shift_36] - Lda_8[shift_36]);
if (Li_0 > 0 && Lda_16[shift_36] < Lda_16[shift_36 + 1]) Lda_16[shift_36] = Lda_16[shift_36 + 1];
if (Li_0 < 0 && Lda_12[shift_36] > Lda_12[shift_36 + 1]) Lda_12[shift_36] = Lda_12[shift_36 + 1];
if (Li_0 > 0) {
====================================================================================
Indicator is just a tool.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.
Use it only if it can benefit you. Leave it if you don't know how to use it optimally.