- Search Crypto Craft
-
CapeCoddah replied Aug 26, 2015Mikka, I'm using a more complex stop loss function that is designed to get to break even quickly and then it uses a Parabolic Weighted Moving Average to track the price. The PWMA gives more room for price fluctuations with large moves than a fixed ...
Dashboard Trading
-
CapeCoddah replied Aug 25, 2015You are right, I had that problem with my broker during fast moving markets; they got rather perturbed about the number of OrderModifys. I solved it by adding a 5 second timer and checking to see if the new s/l was at least 5 pips away from the ...
Dashboard Trading
-
CapeCoddah replied Aug 25, 2015Mikaa FYI I have been doing essentially the same thing and have found a few interesting issues. MarketInfo is based on the Daily open, so the high and low are the highest since the DO. I also found the Low obtained from the MarketInfo is .05 to 1.0 ...
Dashboard Trading
-
CapeCoddah replied Aug 25, 2015Here's an updated heat map to properly handle GVCs Power Meter for brokers with a suffix extension.
Dashboard Trading
-
CapeCoddah replied Aug 19, 2015Hi HP, You are doing a great job, keep it up. There are several minor issues that I hope you will address sometime. The concept of identifying the trade filters is a great improvement. Can you change the input filter description to include the ...
Dashboard Trading
-
CapeCoddah replied Aug 5, 2015Better test for (num1+num2) != 0 or it will fail Good Idea, FerruFX's is what I though of first
Dashboard Trading
-
CapeCoddah replied Jul 29, 2015HotPotato, Can you clean up a few issues, please The displayed symbols for brokers with suffixes shows the suffix. Please trim the suffix off, looks better and provides more space. Secondly, I use a subset of symbols. By knowing the number of ...
Dashboard Trading
-
CapeCoddah replied Jul 20, 2015GVC, Here is an update with the Currency Meter fixed, the suffix extensions removed from the display and a couple dozen compile warnings eliminated. image file BTW, I think the currency meter should be moved off of the main grid and onto its own ...
Dashboard Trading
-
CapeCoddah replied Jul 20, 2015Thanks for the reference and also your explaination. Basse: the currency problem only shows up for Brokers with an extension like mine, Pair+"ecn"
Dashboard Trading
-
CapeCoddah replied Jul 20, 2015GVC, Looks excellent, although there are some problems with running it that I will look at and send you an update. Can you post the Excel spreadsheet you used to verify the results? Keep up the good work! (haven't figured out how insert into text
) ...Dashboard Trading
-
CapeCoddah replied Jun 24, 2015Your broker probably uses a suffix, mine does, which is causing the problem. I looked at the code and it did not make sense to me. The author needs to update it to handle pair suffixes
Dashboard Trading
-
CapeCoddah replied Jun 22, 2015There are translators to translate MT4 to C#, you might Google MT4 to C# to find them. I think I have seen one to translate to cTrader. I'm sure the trading functions will need to be hand coded as well as the event handling. Tools/Options has a ...
Dashboard Trading
-
CapeCoddah replied Jun 21, 2015Ding Dong, HotPotato, I am new to this thread and need some assistance. I downloaded DashBoard - Ultimate V1 dated June 18th, the latest I think, and it looks nothing like the screenshot in post 3663 above. Do I have the right EA and if not, it the ...
Dashboard Trading
-
CapeCoddah replied Mar 7, 2013Hi MaryJane, The problem occurred this morning and here is a screen shot of the indicator's window. After obtaining the screen shot, I closed the window using the window close button in the upper right as the window buttons were not active. I then ...
InputResizer: edit EA/Indicator settings comfortably
-
CapeCoddah replied Mar 4, 2013Hi MariJane, First I want to apologize about the bug in the input resizer. I have just tried it again on two of my computers, both Win 7, and I cannot duplicate the issue. If it reoccurs, I will get a screen shot to post and also a better ...
InputResizer: edit EA/Indicator settings comfortably
-
CapeCoddah replied Mar 3, 2013Hi MariJane, Are you still supporting the InputResizer? If so, let me know as I have found a serious bug in it. Perhaps I do not have the latest version. What I am finding is the button text at the bottom are not positioned properly with lengthy ...
InputResizer: edit EA/Indicator settings comfortably
-
CapeCoddah replied Sep 23, 2011.Net API — Are you still supporting the API? Last post was 2009
MT4 api.net
-
CapeCoddah replied Sep 15, 2010Hello Yoenes — I've been off doing other stuff but will get back to this early next week. On the ADX: Inputs: <ADX minimum value> If less, there is no confirmation of either the buy or sell. <DIplus minimum value> if less, then there is no buy ...
HA T3-1 System
-
CapeCoddah replied Sep 7, 2010Hi Jood — I think you are missing something, the ADX has three graphs, the ADX, the PlusDi and the MinusDi. Be specific and define which subgraph to use and its threshold values for both positive and negative trend indications.
HA T3-1 System