Best indicator?
13 replies
gin
4 years ago #260638
notch
4 years ago #260645
The Quantum!
gin
4 years ago #260647
notch
4 years ago #260655
Import it into SQX as a custom indicator then generate strategies. Or use it as an opening trade condition in a template. I’ve enhanced it so no longer use that version but it can still be very very effective for filtering bad trades. It would be great if it could be included in SQX as an indy but that’s my opinion.
notch
4 years ago #260656
is it good in real life?”
YES, IT IS INCREDIBLY GOOD IN REAL LIFE!! Especially, if you combined it with SQX fibo levels and fractals. Just make sure you include a minimum pip/bps condition if you use fibo.
notch
4 years ago #260657
The blue box is from the Quantum Mod indicator attached above.
It is an M1 chart and the blue box from the indicator appears right on the Pivot point with a long tail depicting some level of rejection at that Pivot Point. Well, you can see the price reaction afterward. These setups are prevalent using this indicator.
You can also scalp using the MACD main signal cross with Quantum confirmation, MACD above or below the zero line, etc. Basically, it is a great confirmation indicator across anytime frame. It can be used for standard strategies (that we all know and love) , it is also very powerful for martingale, grid, and averaging strategies which some love and others loathe.
You can use the Quantum to confirm EVERY signal group within SQX using the timeframe of your choice. The ensemble and portfolio functionality of SQX could easily have been designed just for this indicator. I know that is not the case, the point I am making is with minimal effort you will find so many tradable and robust strategies you will most certainly want to include more than one strategy in the final super strategy.
It also opens the door to scalping strategies which can be very challenging to create.
notch
4 years ago #260658
It also opens the door to scalping strategies which are usually very challenging to create but much easier with the Quantum in the toolkit!!!
gin
4 years ago #260659
this looks suspiciously too good to be true
are you sure these indicators are showing tops and bottoms outside of the sample, or are they redrawing in hindsight?
hankeys
4 years ago #260682
whats behind indicator which is ploting only some HIGHEST or LOWEST values after some bars?
for this i dont need any indicator and use HIGHEST or LOWEST building blocks in SQX
You want to be a profitable algotrader? We started using StrateQuant software in early 2014. For now we have a very big knowhow for building EAs for every possible types of markets. We share this knowhow, apps, tools and also all final strategies with real traders. If you want to join us, fill in the FORM.
gin
4 years ago #260684
notch
4 years ago #260689
are you sure these indicators are showing tops and bottoms outside of the sample, or are they redrawing in hindsight?
It doesn’t repaint. Experiment with it for 30 minutes. If you do not like it, bin it. There is no such thing as a grail indicator, you asked the question and I give you my answer.
Does anyone else have an answer to the original question?
notch
4 years ago #260690
Does anyone else have an answer to the original question?
from your experience what indicator was good to you?
notch
4 years ago #260691
whats behind indicator which is ploting only some HIGHEST or LOWEST values after some bars? for this i dont need any indicator and use HIGHEST or LOWEST building blocks in SQX
How? Apart from using Java or the custom indicator input how can I create a loop using the HIGHEST or LOWEST? I’d be interested to know, this would save me a lot of time.
for( int inx = intLimit; inx >= 0; inx– )
{
gadblUp3[inx] = 0.0;
gadblDn3[inx] = 0.0;
sto[inx]=iStochastic(NULL,0,K,D,S,MODE_SMA,0,MODE_MAIN,inx);
intLow3 = iLowest( Symbol(), Period(), MODE_LOW, eintDepth3, inx );
if ( intLow3 == inx && sto [inx] <= OS )
{
gadblUp3[inx] = sto[inx];
}
intHigh3 = iHighest( Symbol(), Period(), MODE_HIGH, eintDepth3, inx );
if ( intHigh3 == inx && sto[inx] >= OB)
{
gadblDn3[inx] = sto[inx];
}
}

clonex / Ivan Hudec
4 years ago #261352
Hi Noth What is exact source of these indicators?
It is this source: https://github.com/alexanvl/QuantumShaolin/find/master
or
this:
https://www.mql5.com/en/forum/179671/page27
any description od something like this?
I can add it to sqx sharing server .
Viewing 13 replies - 1 through 13 (of 13 total)