- Search Metals Mine
- zznbrm replied May 26, 2010
Sorry, but not all MTF MAs repaint...depends on how they are coded.
Repainting Moving Averages?
- zznbrm replied May 25, 2010
Can you please identify the criteria used to determine these numbers for ranging and trending?
100% profitable method - tight SL, and large TP
- zznbrm replied May 24, 2010
Sorry, I am unable to re-create this problem. I've had an MA on my BASKET,M1 chart since market open last night and it is drawing correctly. No, it is not possible with the version of the script you are running. I'll consider adding this ...
Indicators development for T101's not very simple method
- zznbrm replied May 19, 2010
1. See link to version 1.2 below...hopefully fixes the PFG issue. I do not have PFG MT4 so I can't test it out. I also added 2 brokers hazelj requested. url 2. Yes, there probably should. I had no idea IBFX has CADJPY now. It shows how much I use ...
Indicators development for T101's not very simple method
- zznbrm replied May 19, 2010
I weighed the pros and cons of using a script, EA, or indicator. I obviously chose script. The main reason is I wanted complete control over the frequency of updates (ie, refresh rate). I see what you are saying about shutting down MT4, restarting, ...
Indicators development for T101's not very simple method
- zznbrm replied May 19, 2010
BasketChartScript v1.1 — Update (v1.1): - Fixed Data Fix bug - Added user input called eblnOfflineEAs. When set to true (default), allow EAs to be run on basket offline charts - Added ability to change refresh rate during script execution. I ...
Indicators development for T101's not very simple method
- zznbrm replied May 18, 2010
I think we have a very nice list of supported brokers now. What broker(s) in particular do you want to add?
Indicators development for T101's not very simple method
- zznbrm replied May 18, 2010
No, only those broker's listed. I need two pieces of information for each broker you want me to add: 1) Broker Name - must be the broker name as specified by the TerminalCompany() function of MT4. There are 2 ways to get this: a) Create a script ...
Indicators development for T101's not very simple method
- zznbrm replied May 18, 2010
Yes, hazelj80 is correct. One of my assumptions (to make everything uniform between brokers and to make coding easier) is that the market opens at 1700 New York time (EST or EDT) on Sundays and closes at 1700 New York time (EST or EDT) on Fridays. ...
Indicators development for T101's not very simple method
- zznbrm replied May 18, 2010
Removing an EA on another chart is easy - you just need to get the window handle of the chart containing the EA you want to remove. See EA below. Starting an EA from an EA on another chart can be done. Although, change user inputs would certainly be ...
Automatically shutting down an EA?
- zznbrm replied May 17, 2010
Ok, a nice easy fix for you then...we like those! Awesome! Yeah, EAs on offline charts are a little tricky. For your profit-taking EA, you can (should?) certainly continue running on an online chart since it really has no nothing to do with the ...
Indicators development for T101's not very simple method
- zznbrm replied May 17, 2010
Webdings If you can't find Webdings font for Apple, you can remove the data grid by setting the eblnDisplayGrid user input to false.
Indicators development for T101's not very simple method
- zznbrm replied May 15, 2010
Here is the updated script: 1) Simply add the script to any chart 2) Set eblnShowInstructions to true to see help information. I strongly suggest this for first-time users. 3) There are now more message boxes to guide you through the initialization ...
Indicators development for T101's not very simple method
- zznbrm replied May 14, 2010
I do not know the reason why some people think offline charts are unreliable, you'd have to ask them. Off line charts are only as good as your data feed and the code used to create them. I've had no problems in the 3 weeks I've been running my ...
Indicators development for T101's not very simple method
- zznbrm replied May 14, 2010
Don't know...haven't seen this problem with the script. There is code in there to print some debug messages to the Experts tab when a zero divide problem occurs. Do you see any debug messages in Experts tab - error message should be in this format: ...
Indicators development for T101's not very simple method
- zznbrm replied May 13, 2010
Well done. The script does not need to be attached to a M1 chart - any online chart will work. This is not exactly correct. XXXJPY will give you all JPY pairs with no changes - price of the basket goes down as JPY gets stronger, just like all 7 JPY ...
Indicators development for T101's not very simple method
- zznbrm replied May 13, 2010
Did you read the instructions? What's the problem?
Indicators development for T101's not very simple method
- zznbrm replied May 13, 2010
What broker(s) do you use? I have an entire suite of date/time functions that will automatically convert times between timezones, including handling DST. No need to worry about offsets from GMT.
Writing Code to Operate at London Time