Forex



Go Back   Forex Trading > Downloads > Indicators - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
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.
See more

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-28-2007, 03:21 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
indicator(osc.) values as OCHL bars

i'm trying 2 present indicator values not as line(histo) but as bars (like price bars OCHL)

not bad to know what was going on till bar closed - how ind. values wore changing on current bar, how signals wore formed, why they appear and disappeared

on picture - various mods of JMAdeviation (NK Library) - attempt to show RSI values as bars.



so far not so good: even if we set bars to show iRSI price COHL - actual movement of indicator value on zero bar -about twice as much as it remains on the chart; (basically: open=iRSI(NULL,0,14,PRICE_OPEN,bar)-50; close=iRSI(NULL,0,14,PRICE_CLOSE,bar)-50;.....etc) but how to catch HH and LL?

So, question still remains - is it possible to present ind.(osc) values as OCHL bars?



p.s. indi on the picture (modifyed JmaDeviation) - only demonstrates the idea (basically boolsht indi - not yet any good 4 real use and would be only stupid and dangerous to post it sorry )
Attached Images
File Type: gif rsi bars cohl.gif (21.4 KB, 540 views)

Last edited by fxbs; 12-28-2007 at 04:47 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #2 (permalink)  
Old 12-29-2007, 04:44 AM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
trying all kinds of this:


high1 = iHigh( NULL, 0, pos);
close1=iClose( NULL, 0, pos);
open1 =iOpen( NULL, 0, pos);
low1=iLow( NULL, 0, pos);

// open1=Open[pos];
// close1=Close[pos];
// high1=High[pos];
// low1=Low[pos];


RSI_Buf1 [pos] = iRSIOnArray(open1, 0, RSI_Period, pos);
RSI_Buf2 [pos]= iRSIOnArray(close1, 0, RSI_Period, pos);
RSI_Buf3 [pos]= iRSIOnArray(high1, 0, RSI_Period, pos);
RSI_Buf4 [pos]= iRSIOnArray(low1, 0, RSI_Period, pos);

doesn't help, dem...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #3 (permalink)  
Old 12-31-2007, 03:39 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
strange situation: who knows won't tell - that's OK, but nobody even criticizing - that's unusual... ...

Last edited by fxbs; 12-31-2007 at 09:17 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #4 (permalink)  
Old 01-27-2008, 09:56 PM
Dance With Lions's Avatar
Member
 
Join Date: Jan 2007
Posts: 29
Dance With Lions is on a distinguished road
An interesting indicator, thanks.
Here is another interesting indicator to share.

Last edited by Dance With Lions; 02-11-2008 at 03:02 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #5 (permalink)  
Old 01-27-2008, 10:34 PM
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
i still didn't got it right
simple JFatlDeviation from NKlibrary, just RSI instead of price - but don't wanna go...

basically what you see - is only RSI HLchannel + previous & current bar rsi close values - doesn't give you whole picture what was going on with RSI values from bar open to close - real values was at least twice as much
(there is no High or Low (HH or LL) RSI values on the chart (like price HandL) - there is only current rsi value of RSI priceHigh , and RSI PriceLow - like MA hiLo channel)

without being able to get real values on the chart - no sense to build whole indi which will only show what we already have...

may be some day someone will be more lucky then me - we'll have something to post...

NK(Nikolay Kositsin's) library & instruction 4 installation - in Digital Filters thread

Last edited by fxbs; 01-27-2008 at 11:04 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
iRSIOnArray


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can someone help me create a MTF stoch bars indicator in a seperate window 200 Indicators - Metatrader 4 6 06-24-2007 04:58 PM
indicator values from other timeperiod echnaton Metatrader 4 6 06-18-2007 12:44 PM
[Request] EA to export indicator values to .txt or .csv files juanchoc Expert Advisors - Metatrader 4 4 01-15-2007 07:39 AM
Small Indicator values window Nightmasks Tools and utilities 3 08-16-2006 10:10 AM
Ema values The_N Expert Advisors - Metatrader 4 1 06-19-2006 05:22 PM


All times are GMT. The time now is 09:42 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.