- Search Crypto Craft
- Kenz987 replied Oct 9, 2008
Their demo data is useless for such. To get valid data you must have a funded account and then get a paper trading account to test in.
Question about interactive brokers platform
- Kenz987 replied Oct 9, 2008
RB: Thanks for looking at that. NT is on .NET ver 2. I have code in VB to do the different things I want, but C# is a new beast to me - I can not get the syntax right for the dll call - at compile time it tells me invalid format on the user32 call. ...
Passing data from one MT4 client to another
- Kenz987 replied Oct 6, 2008
NT C# — RB: sample C# sharp code for NT most of that nasty looking code at the bottom is generated by NT, but you can see it's quite a bit different from C++ I don't have an indicator that calls a dll, but I think something like this is ...
Passing data from one MT4 client to another
- Kenz987 replied Oct 3, 2008
Given your conditions you would want a SellSTOP.
MQ4 sending Pending Orders with OrderSend
- Kenz987 replied Oct 1, 2008
2 indicators — No not ticks - I don't post exe-s. Look here: url post #2 Start LogTickData.mq4, wait a few minutes and then start PostTickData.mq4. Go to File, Open Offline, and find the file there. If you do 5 ticks it will look like a ...
Tick charts
- Kenz987 replied Sep 30, 2008
Is there supposed to be an "m" suffix for this symbol? Perhaps the result is good but you need to convert the doubles to strings to show in Comment.?
Problems with Simple MarketInfo() function
- Kenz987 replied Sep 29, 2008
Ask is only for the current chart - use MarketInfo to get the Ask for the euro.
Ordersend for One Symbol while on chart for another??
- Kenz987 replied Sep 28, 2008
Tdion: I'm curious as to why you don't use the chat supplied by rangebound in post #7...??? Thanks, Ken (ps: RB: I wanted this in C# because I'm working in NinjaTrader).
Passing data from one MT4 client to another
- Kenz987 replied Sep 23, 2008
watch out for the alligators — modified alligator: 8 offset 2, and 13 offset 8
Scalping-Dax
- Kenz987 replied Sep 23, 2008
"Expression of the switch operator must be of integer type. switch(expression)"
"Switch" function
- Kenz987 replied Sep 10, 2008
Samples — codebase.mql4 and forex-tsd probably have more examples
MT4 Scripts library?
- Kenz987 replied Sep 10, 2008
OCO — Look at the help for OrderSend - OCO is TP and SL - looks like it's already in the EA.
Adding OCO to an existing EA
- Kenz987 replied Sep 6, 2008
delphi? — Did you try the delphi sendmessage dll posted on your other thread? I have not tried it yet - maybe tomorrow - but it looks like it will do what you want. I want something similar for Ninja Trader (C#).
Pushing MT4 DDE to its limit
- Kenz987 replied Sep 6, 2008
C# please — Say RB: Many thanks for that contribution! Can you do that in C#? OR, where can I get the includes for delphi? And - is there a free delphi compiler somewhere? Thanks, Ken
Passing data from one MT4 client to another
- Kenz987 replied Sep 3, 2008
IsConnected() ? — There is an IsConnected function. Problem is, if the internet is down, your EA will not get a tick of data to make it run and your email will not go out either. The IsConnected will have to run in a script in a timer loop. It ...
Indicator to Trigger Signal Loss
- Kenz987 replied Sep 2, 2008
link — Islander: Can you post a link to WHC? I thought there was a London office, but can not find it. Thanks.
Trading Futures
- Kenz987 replied Sep 1, 2008
user32 — I have not yet done this, but think it will work: import user32 - see example on www.metatrader.info/node/160 and use the dde functions (sorry I can not find an example of this) or the send_message functions. (This is asuming both MTs ...
Passing data from one MT4 client to another
- Kenz987 replied Aug 14, 2008
Yes you can do that — take a HEX editor program, url this one is free and you don't have to install, just run it. If you open the terminal.exe file in the MT4 root directory with the HEX editor and do a search for MT4 you will find 7 ...
Connecting two Metatrader to Excel with DDE ?