Topic: Some Indicators

I will keep updating any new idea or modification in this topic

Re: Some Indicators

this indicator is a modification to the original RSI to do more than one function at the same time.

the normal Rsi has these conditions
                "RSI rises",
                "RSI falls",
                "RSI is higher than the Level line",
                "RSI is lower than the Level line",
                "RSI crosses the Level line upward",
                "RSI crosses the Level line downward",
                "RSI changes its direction upward",
                "RSI changes its direction downward"

and we have to test one condition per strategy !  so what if the indicator rise & is higher than level line at the same time
or change direction upward while crossing the 50 level , ...... etc

http://forexsb.com/repository/repositor … /281/rsi-a

Re: Some Indicators

Thank you ahmed

do or do not there is no try

Re: Some Indicators

you are welcome yonkuro

Re: Some Indicators

Momentom indicator redesigned

The same concept like previous RSI indicator

http://forexsb.com/repository/repositor … momentum-a

6 (edited by ahmedalhoseny 2016-06-05 13:27:04)

Re: Some Indicators

New pivot point indicator to work with all  slots
PossibleSlots = SlotTypes.Open | SlotTypes.OpenFilter | SlotTypes.Close | SlotTypes.CloseFilter;

http://forexsb.com/repository/repositor … oint-multi

7

Re: Some Indicators

Thanks a lot
Can you update and MQL4 Code please?

Re: Some Indicators

http://forexsb.com/repository/repositor … oint-multi

updated