I've coded MD for MC with realtime dataBase and without dataBase.
Requests under: swisstrader.trading.tools@bluewin.ch
Rgds,
swisstrader
MD for MC with dataBase
- swisstrader
- Posts: 110
- Joined: Nov 16 2005
- Location: Earth
- Has thanked: 13 times
- Been thanked: 19 times
- Contact:
- Attachments
-
- BidAskDelta.PNG
- (88.5 KiB) Downloaded 2026 times
-
- Bid x Ask Volume.PNG
- (88.67 KiB) Downloaded 2064 times
-
- MarketDelta with realtime dataBase.PNG
- (84.9 KiB) Downloaded 2118 times
Nick work swiss!
Can we have an option so indicators re-calculate on every stored (in the database) bid and ask change too! then you wouldn't have the bit to the left of the chart where the indicator dosen't calculate. This is what I was driving at here
http://forum.tssupport.com/viewtopic.php?t=2278
Can we have a way of storing DOM (depth of market) changes as well order book analysis can produce very promising systems.
Cheers,
Nick.
Can we have an option so indicators re-calculate on every stored (in the database) bid and ask change too! then you wouldn't have the bit to the left of the chart where the indicator dosen't calculate. This is what I was driving at here
http://forum.tssupport.com/viewtopic.php?t=2278
Can we have a way of storing DOM (depth of market) changes as well order book analysis can produce very promising systems.
Cheers,
Nick.
How is one able to code something like this ?
I don't think it is possible via easylanguage.
Is there a SDK for MC available so that we can create our own indicators on occasions when powerlanguage does not suffice ?
If yes, can it be made public for all ?
thanks
I don't think it is possible via easylanguage.
Is there a SDK for MC available so that we can create our own indicators on occasions when powerlanguage does not suffice ?
If yes, can it be made public for all ?
thanks
- swisstrader
- Posts: 110
- Joined: Nov 16 2005
- Location: Earth
- Has thanked: 13 times
- Been thanked: 19 times
- Contact:
... it is possible with EL. The dataBase is realized with an external DLL.
I wait for the next beta version of MC to check again the code.
-swisstrader
I wait for the next beta version of MC to check again the code.
-swisstrader
@swisstrader
Is it possible to add an trade size filter showing only trades that are above a minimum size, say above 10 for ER2 or 25 for ES?
Is it possible to add an trade size filter showing only trades that are above a minimum size, say above 10 for ER2 or 25 for ES?
- swisstrader
- Posts: 110
- Joined: Nov 16 2005
- Location: Earth
- Has thanked: 13 times
- Been thanked: 19 times
- Contact:
naturally it's possible
-
- Posts: 10
- Joined: Feb 07 2006
naturally it's possible
You the man Swisstrader!
Bunker
- swisstrader
- Posts: 110
- Joined: Nov 16 2005
- Location: Earth
- Has thanked: 13 times
- Been thanked: 19 times
- Contact:
if MC has published MC 2.0 then I recode this tool for this version.
-swisstrader
-swisstrader
- Alex Kramer
- Posts: 834
- Joined: Feb 23 2006
Dear swisstrader -
the release of MC v.2.0 isn't going to break anything EasyLanguage-wise, so recoding will not be an issue.
the release of MC v.2.0 isn't going to break anything EasyLanguage-wise, so recoding will not be an issue.
- swisstrader
- Posts: 110
- Joined: Nov 16 2005
- Location: Earth
- Has thanked: 13 times
- Been thanked: 19 times
- Contact:
Dear swisstrader -
the release of MC v.2.0 isn't going to break anything EasyLanguage-wise, so recoding will not be an issue.
Alex,
I have to wait til MC supports the reserved words INSIDEBID and INSIDEASK.
After then the code will work perfectly.
-swisstrader
- swisstrader
- Posts: 110
- Joined: Nov 16 2005
- Location: Earth
- Has thanked: 13 times
- Been thanked: 19 times
- Contact:
Thank you, Kate, for the good news. Now I can code forward the indicators for INSIDEBID and INSIDEASK with dataBase.Insideask and insidebid are supported in the current beta.
-swisstrader