Welcome to the Traders Laboratory Forums.
Tools of the Trade Discussion forum for software, hardware, and computer related topics.

Reply
Old 04-13-2010, 02:44 PM   #9
Tresor

Status: Guest
Posts: n/a
Ignore this user




Re: The Killer of MetaTrader, an Ass-kicking Trading Platform

Okay,

I made 3 pictures based on MT4 to explain the problem I had with your software. The catch is that the ideal product for me should adjust:
(i) thickness of bars
(ii) spacing between bars
when a trader changes resolution.

When the algorithim in a charting platform for (i) and (ii) is incorrect this results in trendlines being untrustworthy.

Look at the screenshots (a picture is worth a thousand words) to get the idea of what I am talking about. However, whatever inconveniences I may have experienced while testing your demo platform, I still think you have the best business concept in the world: 1 single platform that supports many data feeds and many brokers at the same time. No other platform does it the way yours does

And it was my purpose by starting this thread to show that there are software developers who are capable to think the way a trader does, which I think is a compliment for you guys.
Attached Thumbnails
The Killer of MetaTrader, an Ass-kicking Trading Platform-trendline-4h.png   The Killer of MetaTrader, an Ass-kicking Trading Platform-trendline-1h.png   The Killer of MetaTrader, an Ass-kicking Trading Platform-trendline-15m.png  
 
Reply With Quote
The Following User Says Thank You to For This Useful Post:
pfsoft_support (04-14-2010)
Old 04-13-2010, 04:03 PM   #10
Tresor

Status: Guest
Posts: n/a
Ignore this user




Re: The Killer of MetaTrader, an Ass-kicking Trading Platform

I just checked 5 minute resolution of the same instrument on MT4. Unlike 15 M it plots trendline below the point indicated with the arrow. One does not know which trendline one should trust.

Now you guys can do the same excercise on your platform and introduce changes. If your platform can achieve a much better accuracy than Metatrader (which shoudn't be too difficult given Metatrader inaccuracy), then you will be one step closer to a success.
Attached Thumbnails
The Killer of MetaTrader, an Ass-kicking Trading Platform-trendline-5m.png  
 
Reply With Quote
The Following User Says Thank You to For This Useful Post:
pfsoft_support (04-14-2010)
Old 04-14-2010, 04:07 AM   #11

Join Date: Jul 2009
Location: London
Posts: 365
Ignore this user

Thanks: 206
Thanked 195 Times in 124 Posts



Re: The Killer of MetaTrader, an Ass-kicking Trading Platform

I looked at the trial - and admittedly fairly briefly over a day or two. For me it was simple I just did not like the feel of it - so it is more a personal vibe than anything else... a bit like apple v PC. It looked like it had a lot of potential - functions, bells and whistles and for those who like beta testing I would say go for it. For me - I have other projects to do in my spare time at present.
DugDug is offline  
Reply With Quote
The Following User Says Thank You to DugDug For This Useful Post:
pfsoft_support (04-14-2010)
Old 04-14-2010, 04:37 AM   #12

MidKnight's Avatar

Join Date: Oct 2006
Location: Pacman-iverse
Posts: 595
Ignore this user

Thanks: 377
Thanked 326 Times in 186 Posts



Re: The Killer of MetaTrader, an Ass-kicking Trading Platform

Quote:
Originally Posted by Tresor »
Then change the resolution from 1 minute to 3 minutes to 1 hour to 4 hours, etc. What you will notice is that point C will vary GREATLY from one resolution to another resolution. E.g. when on 1 minute resolution the ray crossed the price bar at 122, on 5 minute resolution the ray may very well cross the price bar at 132, and on 30 minute resolution the ray may cross the price at 112. You do not know which trendline to trust.

This is a result of incorrect bar thickness and / or bar spacing on respective resolutions
Hi there,

Unless I totally misunderstand what you are saying here, the problem you describe has nothing to do with error in the charting package but is a sad fact of trendlines. By changing the interval you are adding / removing bars and that is going to change how your trendline interacts with the bars. It's no error with the charting package, it is just a fact with trendlines and IMHO, really makes trendline concepts flakey.

With kind regards,
MK
MidKnight is offline  
Reply With Quote
The Following User Says Thank You to MidKnight For This Useful Post:
pfsoft_support (04-14-2010)
Old 04-14-2010, 05:03 AM   #13

BlowFish's Avatar

Join Date: Mar 2007
Location: In Da House
Posts: 3,272
Ignore this user

Thanks: 129
Thanked 1,038 Times in 694 Posts



Re: The Killer of MetaTrader, an Ass-kicking Trading Platform

I have not looked at this platform (yet). Anything I would look at now would need similar data handling capabilities of NeoTicker (particularly there tick precise technology...very important).

Nice bonuses would be ...Easy Language support. Drawing and visualisation of Ensign (it just look so damn pretty). Ninjas chart trader.
BlowFish is offline  
Reply With Quote
The Following User Says Thank You to BlowFish For This Useful Post:
pfsoft_support (04-14-2010)
Old 04-14-2010, 07:06 AM   #14
Tresor

Status: Guest
Posts: n/a
Ignore this user




Re: The Killer of MetaTrader, an Ass-kicking Trading Platform

Quote:
Originally Posted by MidKnight »
By changing the interval you are adding / removing bars and that is going to change how your trendline interacts with the bars. It's no error with the charting package, it is just a fact with trendlines and IMHO, really makes trendline concepts flakey
Adding / removing bars on one hand should be offset / compensated with adequate decreasing / increasing bar spacing and bar thickness.

I tested a number of charting packages,some of them can do it with acceptable quality, yet some are disaster.
 
Reply With Quote
The Following User Says Thank You to For This Useful Post:
pfsoft_support (04-14-2010)
Old 04-16-2010, 11:33 AM   #15

Join Date: Apr 2010
Location: Dnepropetrovsk
Posts: 7
Ignore this user

Thanks: 17
Thanked 1 Time in 1 Post



Re: The Killer of MetaTrader, an Ass-kicking Trading Platform

Tresor,

After investigating your interesting (and ass-kicking!) comments, our conclusion is that the logic of how our algorithm works means that what you are describing is not a programming bug, but rather correct functioning of the system (i.e. the way it was designed) so as the be logical and useful.

Please see the attached screenshot with 1-minute candles. In this example the line does NOT touch any candle, but if this chart is converted to 15-min intervals then the line will touch the new single candle which will occupy the area of the red box (note in this case, of course, the 15 candles in the red box, will be converted to just one candle when changing the chart period/interval).

Note also that this is true for whichever of our 5 line types are used (e.g. freehand):

However, we will try to look how MC works, but it would be good if you could explain the logic you think it uses. We would greatly appreciate your further input if you have ideas how it would be possible to usefully change the logic here…
Attached Thumbnails
The Killer of MetaTrader, an Ass-kicking Trading Platform-answer.png  
pfsoft_support is offline  
Reply With Quote
Old 04-16-2010, 03:00 PM   #16

Kiwi's Avatar

Join Date: Oct 2006
Location: the zone
Posts: 966
Ignore this user

Thanks: 245
Thanked 834 Times in 384 Posts



Re: The Killer of MetaTrader, an Ass-kicking Trading Platform

As Midknight said, this is really a function of how trendlines function. I don't agree that it makes them flakey - it illustrates one of the reasons that price often respects the zone around a tl, rather than the exact intersection.

If you try to automatically change for time (by aggregating bars to create the higher timeframe connection when lengthening the timeframe) you need to consider how it will work in the shortening direction as well ... you may need to record the point of contact on short timeframes internally so that when someone lengthens and goes back it looks the same.
Kiwi is offline  
Reply With Quote
The Following User Says Thank You to Kiwi For This Useful Post:
pfsoft_support (04-19-2010)

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
MP for the Metatrader 4 Platform tradewiser Market Profile 59 12-18-2011 02:21 PM
Best Trading Platform for VSA bigboss123 Volume Spread Analysis 37 11-18-2011 07:33 PM
Trading Indicator -- Platform Tams Support Center 1 05-04-2009 12:58 PM
Trading Platform stevenann Introduce Yourself 11 11-28-2008 08:32 AM
Which Platform for Stock Trading? angelaktariel Brokers and Data Feeds 18 05-25-2008 10:15 AM

All times are GMT -4. The time now is 06:27 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.