forex software

Create and Test Forex Strategies

forex software

Skip to forum content

Forex Software

Create and Test Forex Strategies

You are not logged in. Please login or register.


(Page 1 of 7)

Forex Software → Technical Indicators → Footon's indi corner

Pages 1 2 3 7 Next

You must login or register to post a reply

RSS topic feed

Posts: 1 to 25 of 152

1 (edited by footon 2015-03-06 01:06:05)

Topic: Footon's indi corner

Hey,

I realized I've been a member of this forum for exactly 3 years as of today (17th), to mark the occasion I decided to make my own thread about the indis I have coded. I'll try to put here all previously posted indis too. I thought of using GitHub as the FSB project does, but its working principles are beyond me, so this thread will be my public repository. 

You are all welcome to discuss the indis I'll post here, any feedback, whether it's a bug report or a simple suggestion, is appreciated. Hopefully many strats using these indis are published and discussed in the Strategy section as this forum really lacks in that area.

To all newcomers - this is not a place to put your indi requests, make your own thread about it. If someone is still stubborn enough to put it here, I might respond with a ban! Don't say I didn't warn you wink

Lastly I want to give credit to Krog, who has helped me out a lot in coding matters, thus making this thread possible!

EDIT: indis are in the repo now!

Re: Footon's indi corner

Nice work as usual
thumb up

3 (edited by footon 2015-03-06 01:04:04)

Re: Footon's indi corner

My last project, Polynomial Regression indi.

Other previous uploaded indis:
Adaptable MACD
CCI Divergence
AroonUpDown
QQE
Waddah Attar Explosion
Vidya MA Crossover
Custom Donchian Channel
Supertrend
Repulse
Spud Fibo v3

4 (edited by footon 2015-03-06 01:05:14)

Re: Footon's indi corner

Better Bollinger Bands
SATL v2 fixed
FATL v2 fixed
Projection bands v3 fixed
Price forecast oscillator fixed

Re: Footon's indi corner

Can you post a list of all the indis and logic entries/exits you have written? (and happy anniversary!)

Re: Footon's indi corner

SpiderMan wrote:

Can you post a list of all the indis and logic entries/exits you have written? (and happy anniversary!)

Thanks!
Regarding the list, that's another reason this thread was born - to organize my coding work better! So no list at the moment unfortunately. But I hope to sort it out soon.

Logic entries - I have used the same logics available in other FSB indis, haven't really come up with some fancy stuff. That is yet one more reason to create this thread, to get different (novel logic) ideas flowing.

Re: Footon's indi corner

footon wrote:

But I hope to sort it out soon.

I might have to take it back... Indi folder is like a battlefield after the battle, damn.

Re: Footon's indi corner

fatl and satl show errors in calculations!!!!!!

Post's attachments

satl fatl errors.png
satl fatl errors.png 27.73 kb, 9 downloads since 2012-08-18 

You don't have the permssions to download the attachments of this post.

Re: Footon's indi corner

How can I reproduce the errors?

Re: Footon's indi corner

sorry i dnonot understand

Re: Footon's indi corner

I got the bug, thank you for the report, please find fixed indis above.

Re: Footon's indi corner

Download FATL again, buggyman played me again, now it's definitely fixed!

Re: Footon's indi corner

There might be 1-2 more indis coming in the near future, but most of them have been uploaded. 10 + 30 indis that is. Knock yourself out, indicator fanatics big_smile

After watching them in action, you'll probably realize that they are all similar in the end, as they are based on price. That's why I think it is important to develop new concepts and ideas how to "read" price and develop strats.

Re: Footon's indi corner

You are right footon and this is always what iam requesting indicators not use averaging smile

Thanks again for your efforts  and wishing Krog and popov put there inputs in these indicators

Re: Footon's indi corner

footon
What do you mean by directional volatility indicator
this one
http://www.fibonaccitrader.com/help40/INDICATORS/directionalvolatility.htm

Or this one
http://www.esignallearning.com/education/marketmaster/fhamzei/DV.pdf

Re: Footon's indi corner

ahmedalhoseny wrote:

Footon
What do you mean by directional volatility indicator
this one
http://www.fibonaccitrader.com/help40/INDICATORS/directionalvolatility.htm

Or this one
http://www.esignallearning.com/education/marketmaster/fhamzei/DV.pdf

The latter.

Re: Footon's indi corner

Footon, thank you for your contributions to this community and your hard work on improving and expanding the project.
Thumb up.

Re: Footon's indi corner

Many thanks for your work and this great idea to list the custom indis.
Will test RegressionPolynomial (was my request, thanks for coding it) to compare with mq4 version.

19 (edited by acerguest 2012-08-23 08:39:16)

Re: Footon's indi corner

Hi Footon.
Thanks for all your hard work.

I`m testing your indis, and it seems I found a bug in ProjectionBands v3, the results are a little too good to be true.

Post's attachments

projection_bands_v3.png 108.98 kb, 3 downloads since 2012-08-23 

You don't have the permssions to download the attachments of this post.

20 (edited by footon 2012-08-23 11:07:27)

Re: Footon's indi corner

acerguest wrote:

Hi Footon.
Thanks for all your hard work.

I`m testing your indis, and it seems I found a bug in ProjectionBands v3, the results are a little too good to be true.

Hmm, I might agree with you on there. What timeframe it is?

Nevermind my question. Bug is confirmed and fixed, find updated indi above.

Thanks for the report, Mike!

21 (edited by acerguest 2012-08-23 18:40:37)

Re: Footon's indi corner

Wow that was fast!
Reporting bugs to You is a pleasure big_smile


Found another bug in PriceForecastOscillator -> same unrealistic results.
http://screencast.com/t/bV3Qr7bYtW7c

Thanks

Re: Footon's indi corner

Thanks for the report! Bug confirmed and fixed, find the indi above.

Keep up the good job, Mike. wink

Re: Footon's indi corner

footon wrote:

Better Bollinger Bands
SATL v2 fixed
FATL v2 fixed
Projection bands v3 fixed
Price forecast oscillator fixed

Thank you for the indicators I found them very useful.
I have an strategy in fsb format which i am trying to convert to mq4 to gain speed and stability.
Strategy is using your Linear regression value - time series forecast v2.cs.
Could you let me know pls what was the base indicator, i mean ion mt4 (mql) format?
Thanks

Re: Footon's indi corner

togr wrote:
footon wrote:

Better Bollinger Bands
SATL v2 fixed
FATL v2 fixed
Projection bands v3 fixed
Price forecast oscillator fixed

Thank you for the indicators I found them very useful.
I have an strategy in fsb format which i am trying to convert to mq4 to gain speed and stability.
Strategy is using your Linear regression value - time series forecast v2.cs.
Could you let me know pls what was the base indicator, i mean ion mt4 (mql) format?
Thanks

Good to know they have been very useful smile

Right, regarding the indi -  the source is below. Fortunately I found it, the actual website, which provided the indis, has been taken down!

Post's attachments

Linear regression value - tsf with Trigger v1.mq4 3.03 kb, 67 downloads since 2013-02-11 

You don't have the permssions to download the attachments of this post.

Re: Footon's indi corner

thanks a lot smile

Posts: 1 to 25 of 152

Pages 1 2 3 7 Next

You must login or register to post a reply

Forex Software → Technical Indicators → Footon's indi corner

Similar topics in this forum