Forex



Go Back   Forex Trading > Programming > MetaTrader
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 04-02-2008, 08:19 PM
Member
 
Join Date: Jan 2006
Posts: 33
DooMGuarD is on a distinguished road
Angry This is a MT Bug?

i make a indicator for plot P&F Charts (XO)...

when i draw object in chart window all rigth but if i put in separate windows not work fine...

figure 1 : #property indicator_chart_window (work fine)


figure 2 : #property indicator_separate_window (where are the circles?)


NOTE: this bug appear only in JPY present in symbol (if quote have 2 digits) in all pair (if quote have 4 digits) work fine in chart or separate windows (the values in separate windows have a some value or quotes...)

how to draw a circle in separate windows with 2 digits in quote...

NOTE 2 : try to draw a object elipse and redim in separate window (in manual mode)... not work too... oh... try in USDJPY...

Last edited by DooMGuarD; 04-02-2008 at 08:25 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
  #2 (permalink)  
Old 04-02-2008, 09:49 PM
cockeyedcowboy's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 480
cockeyedcowboy is on a distinguished road
DooMGuarD

I can not tell you why the O's are not right on the JPY currencies with out see the code. But I would question if your indicater is correct in other aspects as well. In the middle of the chart the price is going down and the PF is going up. At the end the price levels off and then goes up with the PF is droping all the while.

Is that your intent? Is this correct or do you have an error somewere else in the code?

Keit
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 04-03-2008, 12:02 AM
ralph.ronnquist's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 297
ralph.ronnquist is on a distinguished road
Quote:
Originally Posted by DooMGuarD View Post
i make a indicator for plot P&F Charts (XO)...

when i draw object in chart window all rigth but if i put in separate windows not work fine...

figure 1 : #property indicator_chart_window (work fine)

figure 2 : #property indicator_separate_window (where are the circles?)

NOTE: this bug appear only in JPY present in symbol (if quote have 2 digits) in all pair (if quote have 4 digits) work fine in chart or separate windows (the values in separate windows have a some value or quotes...)

how to draw a circle in separate windows with 2 digits in quote...

NOTE 2 : try to draw a object elipse and redim in separate window (in manual mode)... not work too... oh... try in USDJPY...
It's a bit of a mis-feature with MT4, that drawing is more or less locked down to use the time-price coordinate system, rather than the x-y coordinate system of screen pixels. It results in a fair few difficulties for fancy graphics, where one is that it's quite hard to control the shape of drawn objects.

If you want to keep your hair, then forget about it; I think you'll do better using text labels rather than drawn objects.
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 04-03-2008, 01:58 PM
Member
 
Join Date: Jan 2006
Posts: 33
DooMGuarD is on a distinguished road
Quote:
Originally Posted by cockeyedcowboy View Post
DooMGuarD

I can not tell you why the O's are not right on the JPY currencies with out see the code. But I would question if your indicater is correct in other aspects as well. In the middle of the chart the price is going down and the PF is going up. At the end the price levels off and then goes up with the PF is droping all the while.

Is that your intent? Is this correct or do you have an error somewere else in the code?

Keit
hi... remember... P&F do not considere the time for draw chart... one column can explain one day and the next column one week ...

in P&F X is up market and O is down market and the time for this moviment is irrelevant... one colum is X and next is O and next is X again

see the link for undertand P&F charts

Understanding Point & Figure Charts - StockCharts.com

and some use for trade

Forex Point and Figure Trading
__________________
Charles Adriano
---------------------------
sorry, sorry, sorry for my English...
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 04-03-2008, 02:03 PM
cockeyedcowboy's Avatar
Senior Member
 
Join Date: Nov 2005
Posts: 480
cockeyedcowboy is on a distinguished road
Quote:
Originally Posted by DooMGuarD View Post
hi... remember... P&F do not considere the time for draw chart... one column can explain one day and the next column one week ...

in P&F X is up market and O is down market and the time for this moviment is irrelevant... one colum is X and next is O and next is X again

see the link for undertand P&F charts

Understanding Point & Figure Charts - StockCharts.com

and some use for trade

Forex Point and Figure Trading

O, yes you are right been, a long time sence I read about PF, forgot. Putting the price on the chart with the PF is what comfused me.

Keit
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
  #6 (permalink)  
Old 04-03-2008, 02:19 PM
Member
 
Join Date: Jan 2006
Posts: 33
DooMGuarD is on a distinguished road
Quote:
Originally Posted by ralph.ronnquist View Post
It's a bit of a mis-feature with MT4, that drawing is more or less locked down to use the time-price coordinate system, rather than the x-y coordinate system of screen pixels. It results in a fair few difficulties for fancy graphics, where one is that it's quite hard to control the shape of drawn objects.

If you want to keep your hair, then forget about it; I think you'll do better using text labels rather than drawn objects.
I do not agree... the work is the same... the function for draw in chart window or separate window do not different, only (i think) change the handle of out window (see Microsoft Windows programing for understand)... or course the universe of time-price... but the convert universe function is the same (theory)...

when you draw a ellipse object, you can control the circle format when you set then OBJPROP_SCALE see my code bellow

PHP Code:
ObjectCreate(NamA,OBJ_ELLIPSE,Window,StartBar,MediamPrice,EndBar,MediamPrice);
ObjectSet   (NamA,OBJPROP_SCALE,Scale);
ObjectSet   (NamA,OBJPROP_COLOR,ColorDown);
ObjectSet   (NamA,OBJPROP_WIDTH,1);
ObjectSet   (NamA,OBJPROP_BACK ,False); 
in this case, the only change is Window for chart is 0 and separeta id > 0...
__________________
Charles Adriano
---------------------------
sorry, sorry, sorry for my English...
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
  #7 (permalink)  
Old 04-03-2008, 02:23 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by DooMGuarD View Post
hi... remember... P&F do not considere the time for draw chart... one column can explain one day and the next column one week ...

in P&F X is up market and O is down market and the time for this moviment is irrelevant... one colum is X and next is O and next is X again

see the link for undertand P&F charts

Understanding Point & Figure Charts - StockCharts.com

and some use for trade

Forex Point and Figure Trading
There are 2 threads about it on the forum with indicators, codes and with other links:

Point and Figure Charts?

Point and Figure Charting for MT4
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
point and figure


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


All times are GMT. The time now is 10:16 AM.



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