- Search Crypto Craft
- Kenz987 replied Sep 24, 2009
msdn — msdn has extensive ref lib
Can I share a csv file across 2 accounts
- Kenz987 replied Sep 23, 2009
win api — You can use the windows api file commands to place it whereever you want.
Can I share a csv file across 2 accounts
- Kenz987 replied Sep 23, 2009
Solution — url post 191 ps: Chart courtesy Enroth - Thanks. ! ;=)
Renko Block Charts
- Kenz987 replied Sep 23, 2009
Yes. You will need a program like PeriodConverter to build an offline chart. Ninja Trader has this built in.
(ask)import google finance realtime data
- Kenz987 replied Sep 23, 2009
Use M205 for the 5 pip and M210 for the 10 pip. Use the EA version for best performance.
Renko Block Charts
- Kenz987 replied Sep 20, 2009
Bars — You can use open time ok I guess, but I prefer bar number - it's a nice integer. ps: Of course at closing time on Friday you have to do some additional programming if you don't want it left open over the weekend.
Continuous Append CSV File
- Kenz987 replied Sep 19, 2009
SendKeys - Alt_C,T,L,name,enter Write your own or check out a key sender.
load/save template?
- Kenz987 replied Sep 18, 2009
BroCo has stock CFDs and Indices. Also FxPro, many others.
Demo/Trial accounts- platform for stocks?
- Kenz987 replied Sep 18, 2009
see File commands — You don't need the API for this. Look at help on the File commands. There might be one to see if a file exists, don't remember, but if not just open it for Read only and if it returns a handle it exists. Use SEEK to append. ...
Continuous Append CSV File
- Kenz987 replied Sep 16, 2009
not likely — Not likely, it's written in a non-standard dog shit language that very few people know or have any desire to know. I suggest you use MT4 or Ninja for charts (or eSignal if you want to pay). And you can't get any help from the ...
Marketscope 2.0 chart/indicators
- Kenz987 replied Sep 12, 2009
Thanks. Does anyone have the struct layout for dat files?
Alpari's GBPUSD 1M Databank Download Issue
- Kenz987 replied Sep 11, 2009
How do I convert the .dat files to .hst? Seems there is a step missing. When I try to Import from .dat it does not work but does not give an error message.
Alpari's GBPUSD 1M Databank Download Issue
- Kenz987 replied Sep 10, 2009
You must collect the tick data first. Scan back on my posts for tc... . mq4-s. It is a hassle. Ninja Trader has it built in.
Tick chart in MT4?
- Kenz987 replied Sep 10, 2009
It could be a bit much to try and place all the lib code inside an EA. Much of it is compiled in and that takes care of it. Just watch what is loaded dynamically as your program runs and see if it gets reloaded more than once.
Fastest Possible Order Related Scenarios! Prog'mers Invited!
- Kenz987 replied Sep 10, 2009
I'm not sure about this, but I would swap the Bid Ask. Close a Long with the Bid.
Need input on a piece of code..should be EZ for programmers
- Kenz987 replied Sep 10, 2009
1) Library includes take time to load, so load them up front (like the error description code). Just issue a dummy message at starup and it will load. 2) Use static variables. Allocating storage for variables takes time. 3) Compute on close. Most ...
Fastest Possible Order Related Scenarios! Prog'mers Invited!