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.
Ok, thanks, so by changing the third variable, what should I be looking for? I would then compare to the chart but I don't know what it does for me so I don't know what differences to look for Please explain what that variable has affect with?
Not sure why you seem to be having difficulty understanding this (I thought my earlier response to your initial query was quite clear). It is simply the number of values (Open, Close, High, Low Prices etc.) used when calculating a function - in this case 'BullPower' but all the built-in functions are the same.
This number has the visual effect of 'smoothing' the line produced by the function - the bigger the number, the smoother the line. Just put a MA on any chart and play with the 'Period' variable. It should then be obvious as to its effect...
@ mladen - Ok, I'll try it, but before I do, in your experience, would the higher number be better? or does it just all depend on the currency used on and such?
Last edited by matrixebiz; 09-10-2007 at 05:30 PM.
When attaching some of indicators, MT4 just shows them on recent chart and long back history of them is not available.
How one can draw longer history ?
The short answer, learn to program MQL.
More to the point, these are all custom indicators that are programmed to just calculate on a certain number of bars - often because the calculations are time-consuming so a lot of bars would use more CPU time.
Assuming that there is no 'Bars' etc. available in the indicators' settings, the only thing you can do is change the code itself...
More to the point, these are all custom indicators that are programmed to just calculate on a certain number of bars - often because the calculations are time-consuming so a lot of bars would use more CPU time.
Assuming that there is no 'Bars' etc. available in the indicators' settings, the only thing you can do is change the code itself...