- Search Metals Mine
-
CapeCoddah replied Nov 15, 2015Both are good suggestions. The file concept should be comma delimited so the data can be dumped into EXCEL for further analysis.
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 30, 2015I have removed the candles direction as I interpreted Jibala's response to indicate that the direction of both timeframes is a consequence of the Gap trigger being set, not a semi independent criteria for the setting. In other words, The gap trigger ...
Dashboard Trading
-
CapeCoddah replied Oct 29, 2015Denya, If you have not solved this problem, see my previous quote regarding brokers with suffixes. You need to include the suffix in the Excel DDE input specifications
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 28, 2015Still a good reference. I've got to brush off my VBA cobwebs
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 28, 2015Might have made a mistake here. If your broker has a suffix for the currency pairs like mine does, you must change each DDE call to include the extension. For example,=MT4|BID!EURUSD should be changed to =MT4|BID!EURUSDecn I have tried several ...
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 25, 2015Try putting the full path name for your MT4 Terminal in Excel. I have not begun to use it yet but I think that is your error.
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 23, 2015PFO = Pips From (D)aily Open. It is not controlled by any input ADR=Average Daily Range. There is no input for it. It is the average of the 1,5,10, & 20 Period of the Daily ADR
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 23, 2015Yes it does. Thanks for the response. They have been removed
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 22, 2015Hi PipFlak, I will look at the indicator after the next update. Here is a prototype of it. I am adding M1-D1 Candles to support Jibala's trend filter, M1&M5. With the initial release they will just identify one bar trends i.e. current close less ...
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 21, 2015Here is the first release of the revisions to the Power Meter V3 that PipFlak and I discussed several pages earlier. This version does not implement any of those changes yet but is intended to rearrange the information presentation in anticipation ...
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 17, 2015This is a great succinct definition of our terms and belongs on page 1 where Jibala placed it. I have a thought to add: Bid Ratio is based on the current price as a percentage of the Day Range. This range can be based on the Day Bar (the time ...
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 16, 2015Not without a lot of very technical programming to obtain current indicator values from MetaTrader into Excel. DDE only from Metatrader to Excel for input of current quotes only. Same issues apply for exporting Excel values directly into MetaTrader. ...
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 16, 2015So in essence, you are thinking that the current Gap at 14:10 should be compared to the previous Gap calculated at `13:40, assuming a 30 minute Gap Calculation and not the Gap calculated at 13:30. Jibabala, MariLuisa, PipFlak and all others, can we ...
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 14, 2015PipFlack Send me a pm containing a list of your top 3 or 4 items you want changed in the DashBoard and I will work with GVC try to implement them.
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 12, 2015Which Dashboard of GVC's are you referring to. I think that he has graciously posted all the source so it should be modifiable. Right now I am running a couple of tests on his three versions
MT4 Trading the GAP With Excel
-
CapeCoddah replied Oct 7, 2015Thanks for the prompt reply, it's appreciated. However, either I have the wrong EA or do not have the indicator as the template shows input that does not display on the EA input form Cheers,
Dashboard Trading
-
CapeCoddah replied Oct 7, 2015SOTN, I downloaded your Multiindicator Watcher but I cannot find the Parabolic SAR indicator that goes with it. Can you provide a reference where I can download it. Many thanks
Dashboard Trading
-
CapeCoddah replied Sep 20, 2015Just received version 880 this morning and there are severe problems with ArrayResize that are used in the dashboards. Don't let MetaTrader automatically update!
Dashboard Trading
-
CapeCoddah replied Sep 7, 2015You are right; that is my conclusion also. The BS Ratio and Rel Strength are just scalar adjustments of the Bid Ratio
Dashboard Trading
-
CapeCoddah replied Aug 26, 2015SMA has bar ratings = 1 LWMA has bar ratings = Bar# PWMA has bar ratings = Bar# * Bar# something like this, needs to be adapted double sumw = period*period; double sum = sumw*price; for(int k=1; k<period && (r-k)>=0; k++) { double weight = ...
Dashboard Trading