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.
I was experiencing some problems with Paltalk popups so I could'nt login this morning, so I'm posting my sep 27-06 set ups for Euro session Tsr trades,
I'm I right? i'll apreciate ur comments.
__________________
________________________________________ ABURRA VALLEY, GUSDINSALVO - MEDELLIN, CO
"We Are What We Do And Even More What We Do To Change What We Are"
__________________
________________________________________ ABURRA VALLEY, GUSDINSALVO - MEDELLIN, CO
"We Are What We Do And Even More What We Do To Change What We Are"
The latest version also truncate the last 2 digits as you can see from my posting above here.
Any suggestions? Thanks in advance.
EDIT>>>>>>>>>>> Thanks very much, I managed to get it sorted out on Line 20 /21 just increased the number of digits.
When i made the Separate data window i was not aware of your problem, have had a look and it was the code for restricting the digits in JPY pairs it had a nDigits = 2 else nDigits = 4 and the else code was affecting the comments digits for numbers such as 1.8900 and dropping the last 2 digits, have made a new list of common currencies nDigits = 4 and tested it and now the 1.8900 reads correctly, i have done it this way so the JPY pairs still read correctly.
have also added into the separate Data window Daily high/low and current price just load this indicator over the existing one.
When i made the Separate data window i was not aware of your problem, have had a look and it was the code for restricting the digits in JPY pairs it had a nDigits = 2 else nDigits = 4 and the else code was affecting the comments digits for numbers such as 1.8900 and dropping the last 2 digits, have made a new list of common currencies nDigits = 4 and tested it and now the 1.8900 reads correctly, i have done it this way so the JPY pairs still read correctly.
have also added into the separate Data window Daily high/low and current price just load this indicator over the existing one.
It's not exactly what you were talking of, but I've added short horizontal lines at the levels of the SLs to the Daily Range Calculator.
(If you want the green/red lines to be wider, change line 103 in the script)
Quote:
Originally Posted by ValeoFX
If you are whom I believe you are, I know that we are dealing with a brillaint developer / programmer. Therefore, I have a request for you regarding your
TradeTime_V2 indicator.
Could you please alter it so that it shows the levels calculated by the (T_S_R)_Daily_Rane_Calculator in visual format. Attached is my screen-print for what I have in mind, with your levels shown in ORANGE and marked in RED by me.
I have also added 2 broken horisontal lines in GOLD @ 8982 and 8852 which represents the levels calculated by the calculator with a difference today of 106 pips.
With this improvement, one can see at a glance where the max / min levels are and imho it will enhance the system significantly.
The levels you see in colour are my friend's "home-grown" version of the SDX_pivots and they are deadly accurate.
I await your comments and those of iGor and PipeLine with interest.
about your change to the nDigits thing: it doesn't solve the "mystery" to me, because Valeo was affected for GBPUSD, which is attributed 4 digits (only the JPY pairs are attributed 2 digits) by the code. The mystery isn t solved, but if it works, that s all we need!
cheers,
Ogeima.
Quote:
Originally Posted by cja
When i made the Separate data window i was not aware of your problem, have had a look and it was the code for restricting the digits in JPY pairs it had a nDigits = 2 else nDigits = 4 and the else code was affecting the comments digits for numbers such as 1.8900 and dropping the last 2 digits, have made a new list of common currencies nDigits = 4 and tested it and now the 1.8900 reads correctly, i have done it this way so the JPY pairs still read correctly.
have also added into the separate Data window Daily high/low and current price just load this indicator over the existing one.
I forgot to ask: what are the best (local) top/bottom picker indicators that you came across?
It would help if you could give the exact filename, or post it here.
When i made the Separate data window i was not aware of your problem, have had a look and it was the code for restricting the digits in JPY pairs it had a nDigits = 2 else nDigits = 4 and the else code was affecting the comments digits for numbers such as 1.8900 and dropping the last 2 digits, have made a new list of common currencies nDigits = 4 and tested it and now the 1.8900 reads correctly, i have done it this way so the JPY pairs still read correctly.
have also added into the separate Data window Daily high/low and current price just load this indicator over the existing one.