Multi Timeframe Indicators - page 124

 

yea, that was a lot of them (but sure not ALL versions) - just search the thread 4 stochastic (could be enyvere)

p.s. i remember one was 4 Spirit - fast stoh

...good luck 2 find something in this mess... :-/)

 

good news - Solar_Wind_clean - revised by Mladen

tester shows no redowing (will see on monday live)

may be bit early 2 post, but i have big faith in it

Nittany's mod + mtf (make sure file installed under correct name)

https://www.mql5.com/en/forum/178141/page2 posts 29 - 39 +

 
camisa:
can anyone post the MTF NRTR indicator please?

Camisa, there is tree diff versions of NRTR

twoo in ASCTrend

where yours from?

for (i=1 ; i<=AveragePeriod ; i++) AvgRange+= MathAbs(High-Low);

if (Symbol() == "USDJPY" || Symbol() == "GBPJPY" || Symbol() == "EURJPY")

{dK = (AvgRange/AveragePeriod)/100;}
 
fxbs:
hmm... interesting... original Repainting Solar WInd mtf?

Wings, any comments?

org:

double ExtBuffer0[];

double ExtBuffer1[];

double ExtBuffer2[];

double Value[];

//

[.....]

//

double MaxH = High;

double MinL = Low ;

double price = (High+Low)/2;

if (MaxH!=MinL)

Value = 0.33*2*((price-MinL)/(MaxH-MinL)-0.5) + 0.67*Value;

else Value = 0.00;

Value = MathMin(MathMax(Value,-0.999),0.999);

ExtBuffer0=0.5*MathLog((1+Value)/(1-Value))+0.5*ExtBuffer0;[/PHP]

============

mod1:

[PHP] double prev,current,old;

double Value=0,Value1=0,Value2=0,Fish=0,Fish1=0,Fish2=0;

double price;

double MinL=0;

double MaxH=0;

//

[.....]

//

{ MaxH = High;

MinL = Low[Lowest(NULL,0,MODE_LOW,period,i)];

price = (High+Low)/2;

Value = 0.33*2*((price-MinL)/(MaxH-MinL)-0.5) + 0.67*Value1;

Value=MathMin(MathMax(Value,-0.999),0.999);

ExtBuffer0=0.5*MathLog((1+Value)/(1-Value))+0.5*Fish1;

Value1=Value;

Fish1=ExtBuffer0;

yes code was replaced.

Original code base is Solar wind mod1.mq4

Warning

Please do not use with real money trade.

use for test

 

hmm... interesting... original Repainting Solar WInd (SolarWind mod1 mtf)?

Wings, any comments?

org clean:

double ExtBuffer0[];

double ExtBuffer1[];

double ExtBuffer2[];

double Value[];

//

[.....]

//

double MaxH = High;

double MinL = Low ;

double price = (High+Low)/2;

if (MaxH!=MinL)

Value = 0.33*2*((price-MinL)/(MaxH-MinL)-0.5) + 0.67*Value;

else Value = 0.00;

Value = MathMin(MathMax(Value,-0.999),0.999);

ExtBuffer0=0.5*MathLog((1+Value)/(1-Value))+0.5*ExtBuffer0;[/PHP]

============

mod1mtf and org. repainting Solar Wind:

[PHP] double prev,current,old;

double Value=0,Value1=0,Value2=0,Fish=0,Fish1=0,Fish2=0;

double price;

double MinL=0;

double MaxH=0;

//

[.....]

//

{ MaxH = High;

MinL = Low[Lowest(NULL,0,MODE_LOW,period,i)];

price = (High+Low)/2;

Value = 0.33*2*((price-MinL)/(MaxH-MinL)-0.5) + 0.67*Value1;

Value=MathMin(MathMax(Value,-0.999),0.999);

ExtBuffer0=0.5*MathLog((1+Value)/(1-Value))+0.5*Fish1;

Value1=Value;

Fish1=ExtBuffer0;
 
wings10:
Thanks fxbs!!  Happy Monday Happy Trading

Wings10, please, take it off...

what is in mod1? same old repainting Solar wind

this indi coded wrong and reads data from future - that's why seems so good ; 200% accurate (on a hinsie, but not in real life)

this "Magik" indicator - was sold to people like $50 ... and...

Mladen cleaned up the code

Nittany modified it (Solar Wind clean Mod1.mq4)

So, if you want to modify ind., please use clean code

solar wind clean is here: https://www.mql5.com/en/forum/178141/page2

 

CJA, that's what you feel when somebody messing with your staff?

P.S. Wings10, Mladen will kill you... (joke)

P.P.S. Bookkeeper ("All indicators for self-deseption") sad -"Guy who made notorious "Solar Wind" (from Fisher) should be prohibited to program ..."

 

3H live test results sw & sw clean:

 
fxbs:
Vyder, here 4tf stoh bar and 4 separate mtf stochastics;

please, clarify your question and show what you mean on chart

btw. would it be more convenient if we take tf autoswitch off ? (so it'll show upper -zero(current) and only tfs you set - 4exmpl m30, 1H and 4h)?

p.s.please, use mtf stochastic updated(below), we need to see period in the comment line

Hi fxbs and thanks for responding. Let me try and simply my question then. is there a way to make the indicator that I attached record the stoch levels of the TFs that it monitors using the smallest time frame that the indicator displays? I can't show this on a chart unfortunately but when using the indicator on the 15m chart, when the 4h stoch changes, multiple dots/readings will change. It would be nice of only the most recent dot would repaint and not multiple dots on the higher time frames.

Please let me know if this is clearer. another thing i wanted to ask you was what do you mean that you need to see the period in the comment line?

thanks again.

 

show one chart -all set and another when it chenged and show (with lines or arrows) where u expect it to be

or

try multiple charts - screenshots or

in mt menu file/ save as picture/ active workspace

period -i mean time period H1, H4, etc

also try 1TF bar (set it to any TF) and compare

4expl https://www.mql5.com/en/forum (may be that's what you want)

btw our indis would not repaint any bars (paint current bar until its set (close) as any other indi, but not repaint)

Files:
Reason: