Re: Smart Money Concept (SMC) indicators for MT4
Posted: Thu Jul 18, 2024 11:35 am
Thanks.limevanilla wrote: Sun Jul 14, 2024 10:32 pm Sorry, but it seem like this one cannot be open with 1420 build.
Thanks.limevanilla wrote: Sun Jul 14, 2024 10:32 pm Sorry, but it seem like this one cannot be open with 1420 build.
Here the new 1420 version.limevanilla wrote: Sun Jul 14, 2024 10:32 pm Sorry, but it seem like this one cannot be open with 1420 build.
Thank you very much.euro_rapp wrote: Mon Jul 22, 2024 10:06 am Here the new 1420 version.
Please thank my imaginary Waifu Alya-chan![]()
Code: Select all
double b1;
double s1;
double b = iCustom(NULL,0,IndiName,bars,ATRDistMul,ATRDistMulHeight,VolatilityType,bbH,bbL,hhmin,llmin, 0, i+1);
double b_ = iCustom(NULL,0,IndiName,bars,ATRDistMul,ATRDistMulHeight,VolatilityType,bbH,bbL,hhmin,llmin, 0, i);
if (b > 0 && b < EMPTY_VALUE)
if (b_ <= 0 || b_ >= EMPTY_VALUE)
b1 = b;
double s = iCustom(NULL,0,IndiName,bars,ATRDistMul,ATRDistMulHeight,VolatilityType,bbH,bbL,hhmin,llmin, 1, i+1);
double s_ = iCustom(NULL,0,IndiName,bars,ATRDistMul,ATRDistMulHeight,VolatilityType,bbH,bbL,hhmin,llmin, 1, i);
if (s > 0 && s < EMPTY_VALUE)
if (s_ <= 0 || s_ >= EMPTY_VALUE)
s1 = s;
by the way it will not wait for signal bar to be closed to issue a signal : the signal is isued as soon as the level is crossed (shifted by entry vshift)ionone wrote: Sat Aug 03, 2024 3:51 am I made a BoS/CHoCH indicator whatever it's called because I could not find any valuable with code and everything
I hope all works as it should
you can fil
Jeff
Hi, thanks for sharing an amazing indicator. I need to ask if you can make this file version free for the future in case if there is again any update. Thank you.euro_rapp wrote: Mon Jul 22, 2024 10:06 am Here the new 1420 version.
Please thank my imaginary Waifu Alya-chan![]()