Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Just wanted to take the time to say thanks for all the great work you share here fxbs. Anytime I see your name on a post I take the time to read it, it's always good. I hope you are enjoying some of the fruits of your hard work!
Hope you have a great New Year!!!!!
[quote=highway3000;174052]
in such case (SigBarsMFI) if we do modifications - ethic wise we need to put note "based on..." or "mod. ..." or other which shows - initial version has been changed not by author and author not bare responsibility 4 changes if modified version go wrong (so other guys can feather develop original indi and make their own mistakes)
Just wanted to take the time to say thanks for all the great work you share here fxbs. Anytime I see your name on a post I take the time to read it, it's always good. I hope you are enjoying some of the fruits of your hard work!
Hope you have a great New Year!!!!!
HS
Thanks, HS!
i'm trying to.... we're developers - not competitors here; lets help each other and lets enjoy fruits of our work and HAVE A HAPPY NEW YEAR all of as
could it be CJA finally released his source code? (Signal_Bars_MFI)
you think "xMeter" approach more convenient 4 modifications than "SignalBars" approach?
I don't know if CJA released the source code or not.
I just posted the TRO MULTI METERS
The code can be found in the signal bar thread.
The TRO MULTI METERS are built as "building blocks"... you can load multiple copies and stack them any way you like. You are NOT restricted by me as a programmer.
I think this is much more convenient than having to ask someone to change their code for you.
sure i know your is different - that's cool; and i see 4 working on MFI Bars you came back to TRO(xMeter) approach (blocks) - is one more convenient 4 modifications, debugging,etc. ) or it's just matter of habit?
not much playing with the objects, that's why i'm asking...
sure i know your is different - that's cool; and i see 4 working on MFI Bars you came back to TRO(xMeter) approach (blocks) - is one more convenient 4 modifications, debugging,etc. ) or it's just matter of habit?
not much playing with the objects, that's why i'm asking...
First, I am new to MT4 so I don't know all the tricks, tips and traps.
But since iMT4 is compiled code, I don't think you can pass functions as input parameters. In TradeStation, I can pass functions as parameters so I can write input driven code which give the user ultimate control.
So the building blocks approach is the next best thing. Rather than have all the code in one indicator, you have small, flexible indicators that can be loaded repeatedly. Then after you figure out exactly what you want, you can combine the code.
I wrote an ma indicator in the meter format that had a fast, medium and slow ma. But now, I wrote a single ma indicator that can be loaded multiple time. One person may want just 1 ma, another 3 and another 8. No need for me or anyone else to rewrite code.
You mentioned objects... I still have to learn objects.