- Search Crypto Craft
- Kenz987 replied Jun 15, 2008
free NinjaTrader — Since they have a free version I suppose it is safe to post their web address: ninjatrader (dot) com. Go thru the download/purchase procedure, give them a valid email address to which they will send a "key" to activate the ...
where to download ninjatrader
- Kenz987 replied Jun 14, 2008
To Kat — For some of us that have an interest in astro trading, can you recommend a yahoo study group where one can learn the details? ps: I understand the meaning of "Cast not thy pearls before swine". I think Gann took that as his mantra! ...
DATS - Daily Astro*Technical Signals
-
Friday closing time 4pm NY for IBfx
Started Jun 14, 2008|Broker Discussion|2 repliesIBfx closes Friday at 4pm NY time, but others (Gain Capital) goes another hour to 5pm. What ...
- Kenz987 replied Jun 13, 2008
ftse data — Real time FTSE charts: eSignal - for a price (depends on what else you get) - nice charts NinjaTrader (NT) - free, some of their brokers have data (contact them for details), good charts InteractiveBrokers - free if you have a ...
MT4 with FTSE feed
- Kenz987 replied Jun 12, 2008
ftse chart — url not too good url futures, enter contract month year, good down to 1 minute note: delayed, maybe you want real-time cash index?
MT4 with FTSE feed
- Kenz987 replied Jun 8, 2008
manage multiple accounts — See IBFX web site: url Requires a minimum of 5 sub-accounts with power of attorney over each one.
Multiple Meta Traders ??
- Kenz987 replied Jun 7, 2008
log tick data — Here is the ind, thanks to the original author komposter on ru site. I have another idea for you. Modify your profile so I can send you an email. Thanks. Ken.
DDE Excel 2007
- Kenz987 replied Jun 7, 2008
watch your shortcut — I think the shortcut gets overlaid.(?). Be sure to save the shortcut from the first install so that you can recreate it after the second install.
Multiple Meta Traders ??
- Kenz987 replied Jun 7, 2008
tick data — Hello Ben: Writing a DLL is beyond me. I do simple stuff. I have an indicator that will log tick data to a csv file. You can run it on two separate MTs at the same time and collect the data. Then later load those two separate csv ...
DDE Excel 2007
- Kenz987 replied Jun 4, 2008
real time needed? — One question I should have asked first: Do you need real-time data? If not, just use the data export function. ps: If you need an indicator to pull the data I have one close to that I can modify - let me know. ps2: Two sets ...
DDE Excel 2007
- Kenz987 replied Jun 4, 2008
file write — Two products: MetaTrader: Look in some of the indicators that do file writes. That way you save the data history for as far back as you want. There are good examples in these threads. Excel: You will have to learn a little VBA ...
DDE Excel 2007
- Kenz987 replied Jun 4, 2008
create object — I think you will need the CreateObject (... text, location, etc). Look at some of the indicators that do that already - they are numerous.
Displaying text on graph
- Kenz987 replied Jun 4, 2008
use work files — This is becoming my standard answer to lots of questions: use work files. I doubt you can rename the MT4.exe on one install and have it all work right. Anyway, work files are better than DDE because you can get history.
DDE Excel 2007
- Kenz987 replied Jun 3, 2008
cross platform — I have not done it, but I have moved data from MT to NT. A quick and dirty way is to write the orders to a work file from MT. Then read the file in NT and send it on to the broker. Not elegant, but it will work. If you want to ...
MT4 and NINJA TRADER
- Kenz987 replied Jun 1, 2008
brokers vs dealers — What is the difference between a broker and a dealer? Thanks, Ken
It's official, brokers trade against you
- Kenz987 replied Jun 1, 2008
handy indicator — FYI: NT does not offer good (any? well a little) vertical scrolling (scheduled to be in the fall release), but there is an indicator that will accomplish the task free on their forum - name: VerticalScale (be sure you get ...
FXKRED system about 200 pips Daily on GBPJPY
- Kenz987 replied May 29, 2008
data from web sites — Excel has a web query that will get data tables and reformat into spreadsheet (csv) format (from sites that do not have it locked someway). There are samples here: url
Stock Indexes indicator
- Kenz987 replied May 29, 2008
debug method — Update suggestion (better than prints): Place the indicator in a separate window, remove the arrow and display all 4 variables as lines. Use the SetIndexLabel for each line with a label. Make visible the data box. You can now ...
Help with indicator (very simple)
- Kenz987 replied May 28, 2008
my mistake — Sorry, my mistake. The if statement looks correct. I suggest using some Print statements to see what the compare values really are - with doubles sometimes you get 20.00002 or something.
Help with indicator (very simple)
- Kenz987 replied May 28, 2008
drawing objects — Ok, I'm never sure about these things, but I believe you have to have a second buffer to help direct the output: ExtMapBuffer1[i]=Low[i]-2*Point; //where you want it ExtMapBuffer2[i]=Low[i]-3*Point; //some objects need a ...
Help with indicator (very simple)