- Search Crypto Craft
- 61 Results
-
CapeCoddah replied Jul 6, 2017PipQueen Add an extern bool PlaySound=false; Add a button titled "Sound On" Then in the button click event invert the boolean, PlaySound=!PlaySound; change the title to "Sound Off" and use PlaySound to determine if to play the alarm. Then you have ...
Dashboard Trading
-
CapeCoddah replied Jun 19, 2017Hi George, This sounds like a timing problem on the broker's side, e.g. your OrderModify for the SL TP is being processed before the new order is fully processed, multithreading can cause this. You could submit an OrderModify with a dummy ticket ...
Dashboard Trading
-
CapeCoddah replied Apr 3, 2016There seems to be a problem with Metatrader running a long time, especially over the start of the next trading day or over midnight local time which freezes EAs and some indicators. I have experienced it with my customized stuff for a few years. ...
Dashboard EAX
-
CapeCoddah replied Mar 19, 2016Thanks Ed, I'm a member but did not think of it
MADdash (Moving Average Distance)
-
CapeCoddah replied Mar 19, 2016Hi Gilead, Thanks for the reference but can anyone tell me where the SH forum is? Thanx muchly, CC
MADdash (Moving Average Distance)
-
CapeCoddah replied Feb 12, 2016Dagoods, From my understanding of the currency Bid Ratio, it is not the same as the bid to cover ratio as described in the Wikipedia reference. The currency Bid Ratio that is being used is the difference between the current bid less the current ...
Dashboard Trading
-
CapeCoddah replied Jan 29, 2016Aeseme, This excellent as I have some custom indicators that I would like to send signals to your DashBoard. Is there a corresponding update to your dashboard required to complete the interface? I assume this enhancement eliminates the need for the ...
Dashboard Trading
-
CapeCoddah replied Jan 25, 2016I had the same problem when I wanted to use 840 for running the strategy tester with an EA as 950's is soooooooooooooo slow. The compiled EX4 from 950 has changed internally so the older Terminal versions reject it. My solution was to recompile the ...
MADdash (Moving Average Distance)
-
CapeCoddah replied Jan 24, 2016Good reference, I just ran into the problem with a dashboard. A workaround is to call the timer from start for weekend development. Just another Metatrader bug
Dashboard Trading
-
CapeCoddah replied Jan 23, 2016Look on your experts page, you should have more information. Also go to Dashboard trading and download the history file updater as you may not have enough historical data for the MaDash
MADdash (Moving Average Distance)
-
CapeCoddah replied Jan 20, 2016This test caused some problems, my indicators directory was too full so I had to delete most of the indi's to get MADASH to show up. The latest version, Dec 22, does not load on my version, 950. The 10/24 did and the dash loaded correctly. The first ...
MADdash (Moving Average Distance)
-
CapeCoddah replied Jan 19, 2016I use Tallinex but have not loaded the Dash. I'll try tomorrow and post my results. Have you compared the spreads between Tallinex and FXCM? The ecn extension is a suffix and is common on other brokers to distinguish between different types of ...
MADdash (Moving Average Distance)
-
CapeCoddah replied Jan 12, 2016You need a very robust pc to do the first alternative as MT4 is not multithreaded so it will run in only one cpu. Install or copy to create a second MT4 and run the 3 charts on one and the others in the second installation. With this option, you can ...
Dashboard Trading
-
CapeCoddah replied Jan 7, 2016Are you testing Bernard's and HotPotato's new DashBoard?
MT4 Trading the GAP With Excel
-
CapeCoddah replied Dec 19, 2015Husky, I am not using this Excel version but error 76 is a VB error indicating that there is a directory path or file missing. Usually this indicates that you may not have your Excel worksheet in the proper directory. Just below the Excel screen ...
MT4 Trading the GAP With Excel
-
CapeCoddah replied Dec 17, 2015Great Post! All of your posts contain nuggets of wisdom and information. Can you post the indicator you used to determine the opening times?
Dashboard Trading
-
CapeCoddah replied Nov 18, 2015Hi Emonts, I am trying to setup your panels and have some problems. It appears the StrengthCalculations bundle is not working and I suspect it is due to my brokers suffix. Can you post it so I can fix the problem. I seemed to missed the fractal ...
MT4 Trading the GAP With Excel