|
|
Ideas
|
|
submitted by
dgeorge
1 month, 6 days ago
— I think it would be useful to have an order type like this: "price and trailing stop". It would work like this: if I have a long position and I want to sell the stocks only if the price goes over a certain value but not necessarily at that value since the stock may continue to rise.Then, after the price is reached, a trailing stop market order follows the stock. This is good when somebody is not around during a certain period.of trading. The same on the short side, of course. read more...
7 comments
|
category: Implemented | Views: 14
|
|
tags:
implemented | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Gridking
1 month, 29 days ago
— I have a 60 min chart with symbol $SPX I have an overlay of /ESM2
Prem calculated as $SPX minus ES , it''s way off with first two weeks of March @ -50 and -40 , showing Es as never below 1380 on March , i realize that rollover is a factor , but the data is just plain false
Please try it and let me know , Is there a continuous contract used for quotes and chart ? Is there a symbol for $Prem that works?
read more...
1 comment
|
category: InDevelopment | Views: 0
|
|
tags:
indevelopment | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
phinfull
1 month, 15 days ago
— I really like Ipad app but should be improved in term of stability and robustness, many times it's freeze and quit, and very often chart always show No data try later or something similar, i also would like to see a better chart interface, like the ones on Oanda app. read more...
1 comment
|
category: Implemented | Views: 6
|
|
tags:
implemented | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
12358
1 month, 15 days ago
— MetaTrader offers a Multi-Terminal for MT4 allowing simultaneous control of multiple acounts. This is a very useful feature offered by many other Brokers. I am very satisfied with MBT but need to manage multiple accounts. I've spoken with a couple people at MBT and have only been told they had not heard of it but would check into it and call back...no word yet. Can someone please take a serious look at this feature and let me know if it is something MBT can implement? read more...
1 comment
|
category: General | Views: 3
|
|
tags:
general | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
tsunami
1 month, 18 days ago
— Besides black and white, there are currently only six color options available. With the new one-click order entry, this means that only six unique order entry widows can be open simultaneously. For someone who wants to monitor more than six currency pairs for scalping opportunities, this is a limitation that should be addressed. (Note that unless you have a unique one-click order entry window set up for each currency pair, you do not have a true "one-click order entry" system; you have a "two-click order entry" system because you'll have to click on the symbol somewhere else like on the Fx Board and then click on the buy or sell button on the "one-click order entry" window.) read more...
1 comment
|
category: MBTDesktopPro | Views: 1
|
|
tags:
MBTDesktopPro | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
churchill1
1 month, 17 days ago
— Probably the singlemost biggest request that I have with MB is to make options on futures available . I love trading with MB but I hate having to go to another broker for these .
Options on futures are a great way to hedge currency risk also as well as provide an alternative for people that want to trade other futures contracts without having to put up a large amount of margin . read more...
1 comment
|
category: General | Views: 10
|
|
tags:
general | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Crassius
3 months, 5 days ago
— I'll try to explain this in as few words as possible, but still be clear. In 11.8.0.38 MB added a feature that allows us to toggle between price, currency and pips as the Unit To Use for Stop and Limit Values.
See the release notes with illustrations here:
http://www.mbtrading.com/mbtDesktop.aspx
This is a great addition because it allows for very quick limit order entry as I can set it to enter an order 1 pip above or below the market, and the field will populate automatically the streaming quotes then calculate one pip above or below whatever the quote is whenever I hit the buy/sell button. This quick order entry encoourages one to use limit oders, because you don't have to fuss entering the price as it quickly changes. We want lots of people using limit orders to increase liquidity on the EXN.
However, once you make one entry in the above manner, the field visually updates with the current quote, but now if you hit buy/sell, it will enter a limit order 1 pip above/below the current trade basis, not the current market price. I may be adding to an order that has already moved 10 pips in my favor. I want to enter a limit order that is 1 pip away from the market NOT my basis, which is now 10 pips away from the market.
Sometimes it seems to work as I desire on a second order, other times it enters an order 1 pip away from the basis... I think it depends on if the added trade moves the basis toward or away from the first entry price, but I haven't figured out exactly when it works or doesn't.... that's my best guess. Since I am trading real money, I haven't tested enough to nail down exctly when it does enter a new order 1 pip away from the current price, and when it enters a new order 1 pip away from the trade basis. I have gotten in the habit of entering the first leg via a limit order offset 1 pip as above, then switching to market order entry so I don't have to cancel an order and then enter a new one if it uses basis instead of current price.
Please have a look at this so that we can have as much liquidity on the EXN as possible by encouraging limit orders by making them as fast and easy to enter as possible.
read more...
10 comments
|
category: Implemented | Views: 15
|
|
tags:
implemented | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
_BobS_
11 months, 10 days ago
— MBT has recently imposed a limit on the rate of requests made to the quote server. This new policy imposes an unnecessary burden on SDK users who attempt to download historical data.
As explained by Phil Huether in response to my inquiry, this was implemented because some SDK users were sending frequent and repetitive server requests for the current tick/minute/day bars rather than performing a single request with "bUpdate = true" which would provide automatic periodic updates.
MBT's current solution is to create a lockout period (it appears to be one minute) if a user exceeds a certain rate of quote server requests (which appears to be about 40 requests within one minute). During the lockout period all subsequent requests are responded to with a errClientSideConnect. Furthermore, any request made during the lockout period adds to the tally of requests and therefore may extend the lockout period.
As MBT did not provide any notification or explanation of this new policy, I have determined the above empirically and may not have all the details exactly right.
Unfortunately, this lockout policy has the side-effect of hindering the legitimate download of historical data. When I tried to download 6 days worth of historical tick data for AAPL (using the maximum supported chunk size of 25K records per request), I hit the 40 request trigger after receiving only a few days of data.
To properly handle the situation, it is necessary for SDK users to do implement something like the following:
- Maintain a back-up copy of the parameters of every request in case the dreaded error occurs.
- Upon getting the error: halt further requests and wait some period of time (which seems to be 1 minute).
- Re-send any failed requests.
I would like MBT to consider any of the following four alternatives for reducing the server load:
- Rather than aborting all requests for a lockout duration, simply throttle responses to new requests when a user's requests become excessive. This would be transparent to the user (aside from the reduced performance) and wouldn't require users to write special error handling code. Simply delaying the response by one minute rather than aborting the request would be a big improvement.
- Since the goal is to discourage users from making continuous requests for realtime data rath
read more...
add a comment
|
category: Implemented | Views: 22
|
|
tags:
implemented | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
ScottD
2 months, 22 days ago
— The new one click trading window is a good addition. In new versions, please add a menu in the open window to switch from market order to limit order. As I understand the window it is currently required to enter preferences and switch the order type. This is too cumbersome. read more...
|
|
tags:
MBTDesktopPro | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
x-trader
2 months, 9 days ago
— As the latest RC ver. of the desktop pro arrived with all the new features on the board I've found 2 things I'll appreciate if you consider: 1st - box around the selected symbol - please add an option in the FX Board's preferences to make that box settings (colour, thickness etc.) changeable, like it's for other elements - background, pips, symbol etc. In the current form it's a little bit too bright and too thick in my feeling at least. 2nd- stop price field of the stop lmt orders - when you try to set a stop price of stop lmt order (standard or plus), it automatically moves to 1,000000, which results in stop lmt offset function becomes useless... :( ty read more...
add a comment
|
category: Implemented | Views: 3
|
|
tags:
implemented | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Tking
2 months, 17 days ago
— I regularly run into problems with displaying and copying lines. If I try to copy an angled line that does not have the two little boxes that originally defined the line displayed on the current viewed area of the chart, then the resultant line will be vertical off the edge of the displayed area. Also, if I try to move the original line where the two boxes are not visible on the current view, the line jumps to some goofy angle sometimes off the displayed view and its original version is now gone. Also, I am starting to notice that some of these lines disappear without explaination on some time intervals.
An example of the first problem is a continuous angled line drawn from a point 10 days ago to a point 2 days ago. Now switch to a shorter time frame that only show the last couple of hours (use a line that was drawn such that it should be visible currently) and then try to copy or move it. I have also noticed that angled lines occasionally get tweeked out of their original alignment slightly, but I haven't quite figured out how to predict when it happens, and I do not rule out some operator error on my part.
MT4 doesn't seem to have any of the problems above, but it would sure be nice to be able to rely on the lines drawn on Desktop Pro rather than having to use both packages. I realize this probably does not impact a lot of people, but it is a problem. read more...
2 comments
|
category: Implemented | Views: 2
|
|
tags:
implemented | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
alice_in_lexington
2 months, 19 days ago
— I would like to see more dynamic layout for chart windows. Right now, all the fields in the "symbol bar" are fixed length (width). This means if you put up several chart windows and make them small, the "symbol bar" displayed at the top of the window will often get clipped. The symbol bar has the fields: symbol, interval, session, account. And these fields are all fixed width. Right now, I can see symbol, and interval, and about half of session - and no account.
Could you please try to fit all fields in the width of the chart window? i.e. each field would be total window width/4. read more...
|
|
tags:
indevelopment | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
alice_in_lexington
1 year, 10 months ago
— I like to see information displayed left to right in the order of least to greatest. I wish the Market Depth window would show the Low Price of the day on the left and the High Price of the day on the right. Then I could glance at it and intuitively see the spread for the day - lowest to highest. I also wish that Previous Close price and Open price could be on the same line - in the order Previous Close then Open. This way I could glance and see the movement from yesterday to today. This way you could move Last Tick and Last Vol to the same line. read more...
|
|
tags:
NoImplementation | tag it
Everyones tags: | Your tags: | |
|
|
|
|
Submit new ideas and feature requests to MB Trading, or vote for your favorites.
Idea categories:
|