Re: MT4 Indicators with alerts/signals

32
Rockweli wrote:Hi ,
please make this stc indicator as a non repainting version

 stc_color new.mq4  5.23 KB   0 downloads 

Regards............. 
This is the non-repainting Schaff trend cycle :  Schaff Trend Cycle nrp.mq4     
Or you can use this one (which is much newer and much more efficient - also does not repaint) :  Schaff Trend Cycle - adjustable signal mtf.mq4     
These users thanked the author mladen for the post (total 2):
太虚一毫, Crypto_Ded

Re: MT4 Indicators with alerts/signals

34
Cladi39 wrote:Hello people, i need Trend Direction & force indicator with buffers and arrows for OB/OS, That exist?. Thanks soo much in advance.
Here is an last smooth version (4 color-nrp sloping-36 averages-vhf adaptive) from and a averages version (user friendly) too,i guess no arrows version was posted then.
These users thanked the author mntiwana for the post:
太虚一毫
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.


Re: MT4 Indicators with alerts/signals

40
Cladi39 wrote:I need buffers for the arrows for iCustom function. Thanks soo much
Why not using something like (as an example);

//----
double bufferup[],bufferdn[];

//----
bufferup = iCustom(NULL,0,"volatility-hypertrend",1,i);
bufferdn = iCustom(NULL,0,"volatility-hypertrend",2,i);

if (bufferup[i]!=EMPTY_VALUE && bufferup[i+1]==EMPTY_VALUE)
trend=1

if (bufferdn[i]!=EMPTY_VALUE && bufferdn[i+1]==EMPTY_VALUE)
trend=-1
//----


Who is online

Users browsing this forum: Ahrefs [Bot], alimpe2000, ChatGPT [Bot], DVanAssen, friend4you, PaperLi [Bot], ROI, specialkey and 84 guests