- Search Crypto Craft
- Kenz987 replied Aug 2, 2010
hayseed: Thanks man, learn sumpin new ever day...;=)
Grid - New indicator that replaces chart grid
- Kenz987 replied Aug 2, 2010
1) That is how MT4 works - it's something everyone has to deal with. 2) The limit on buffers is 8. 1 pivot point and 7 lines. To get more just place a second copy of the indicator on the chart. ps: Skill - well I have spent my entire working career ...
Grid - New indicator that replaces chart grid
- Kenz987 replied Aug 2, 2010
Try these. The colors and line widths can be changed with the properties box.
Grid - New indicator that replaces chart grid
- Kenz987 replied Aug 2, 2010
I think also in an indicator or ea if your start function expects a return( like int start() ) then using a return(-1) kills it - there are return code values somewhere in help for the major functions. For your own functions, the return value can ...
MT4 programming and the "return" code
- Kenz987 replied Aug 1, 2010
I will modify mine maybe tomorrow.
Grid - New indicator that replaces chart grid
- Kenz987 replied Jul 24, 2010
url url File Operations via WinAPI [ ru ] image Introduction MQL4 is designed in such a way that even incorrectly written programs are unable to mistakenly delete data from the hard disk. The functions used for file reading and writing ...
How to write to other directories in mt4
- Kenz987 replied Jul 23, 2010
iMA(NULL,0,3,1,2,PRICE_OPEN,1) Go read the help for iMA.
Renko Block Charts
- Kenz987 replied Jul 23, 2010
You can do that with the Windows API functions - see code base for a sample.
How to write to other directories in mt4
- Kenz987 replied Jul 23, 2010
As I said earlier, use Bars to know when you have a new bar starting, Then use iMA with a shift of 1 for the last bar closed.
Renko Block Charts
- Kenz987 replied Jul 22, 2010
I doubt using Volume = 1 on Renko is workable. Use Bars count for first tick of new bar / prior bar just closed.
Renko Block Charts
- Kenz987 replied Jul 22, 2010
2 kinds of globals: 1) A bit confusing. Variables defined in the space before the first function are global in scope to the entire module. 2) There are also "Global Function" variables that are defined and placed in a separate space and are kept ...
Does restarting MT4 reset the EA flags?
- Kenz987 replied Jul 15, 2010
33137 etc — Z: How o how did you come up with those codes??? Some special debugger, or ... ? That is a very clean solution. Thank you for sharing your code. Ken
Changing timeframes of all charts simultaneously
- Kenz987 replied Jul 14, 2010
Not sure, but I suggest using NormalizeDouble on it. Doubles are very likely to have a very long decimal. Also, I would not mix double and integer ( Dx/10000), use 10000.0 instead - computers are finiky that way.
MT4 being weird: Small variable range creates OrderModify error
- Kenz987 replied Jul 12, 2010
Try this. Most important variables are hard-coded, you can make them externs if desired.
Moving average from custom time frame
- Kenz987 replied Jun 29, 2010
a) 10K to open an IB acct. Their data feed is not tick by tick, but grouped, however I use it and find it ok. b) NT order entry module is not free (not sure of the price). NT free charting is excellent to tick and second levels. c) e-signal data is ...
Rookie Q on Ninjatrader, IB and e signal?
- Kenz987 replied Jun 28, 2010
I get history from Gain archive (Rategain.com I think), pull into Ninja trader and then move to Metatrader. Quite a bit of manual labor, but it works. ps: Also, ninja trader servers are secondary backup for backfills.
Missing MT4 Data
- Kenz987 replied Jun 26, 2010
Assign a hotkey to a script that is coded to do what you want.
Order window MT4
- Kenz987 replied Jun 26, 2010
url post #1 see UnivTradeHedge - modify as needed
Open trade in Different Pairs at the same time
- Kenz987 replied Jun 24, 2010
Use a rectangle, like some of those that mark off sessions.
Indicator window background colour