- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Jul 19, 2017Yes you can load those pairs just make sure that you have the correct pair names and that the pairs are in your platform, in my platform Gold and Silver are XAGUSD & XAUUSD. Here are the pairs you wanted loaded into the indicator using my Gold and ...
MTF Dashboard thread
-
cja replied Jul 19, 2017This is a new indicator if you used the set file for the earlier version that could be the problem, it loads on my charts with no issues. Try loading it directly onto the chart and see if that works. It was compiled on build 1090 and there have been ...
is a MTF MA crossover possible
-
cja replied Jul 18, 2017The issue turned out to be 2 Alert Arrays constantly adding extra data and slowly taking up CPU Memory until it caused the platform to freeze. NOTE : The 2 previous ALERT versions of this indicator in this thread have this issue, please download ...
is a MTF MA crossover possible
-
cja replied Jul 17, 2017What exactly does this mean? I would like her to open a new purchase and sales order Do you mean if the BUY TP is hit then a new BUY order is opened or if a SELL TP is hit then a new SELL order is opened? Please clarify.
EA - Buy and Sell simultaneously when TP is reached?
-
cja replied Jul 13, 2017This copies everything onto all the open charts however trend lines and horizontal lines do not copy correctly to other pairs because of the difference in price range, I could probably code it to change only a specified pair but at present I am ...
MT4 synch objects to different charts (same pair, different tf)
-
cja replied Jun 29, 2017I have left all the previous bar signals as they were and added in the "Volume higher than the last 2 Closed Candles" which are the White colored bars. file image
I will code your EAs and Indicators for no charge
-
cja replied Jun 21, 2017I simply compiled the indicator and it is working correctly, if you are using MT4 build 1090 that could be your problem, it appears that build 1090 may have some issues with some indicators, just open the the indicator in the MetaEditor and compile ...
I will code your EAs and Indicators for no charge
-
cja replied Jun 18, 2017That is simply the default line position for MT4 line labels, it is possible to code the label shift however as the alignment alters for each timeframe and zoom size it is a reasonably complicated bit of code to get accurate in all the different ...
A coder for Market Profile indicator?
-
cja replied Jun 18, 2017I used an update ( this is exactly the same code in the previous version so the CPU usage should not have changed ) in the code to make sure everything updated in real time so I guess if you are going to load it on every pair it is certainly going ...
is a MTF MA crossover possible
-
cja replied Jun 17, 2017I have updated the code to work on the latest MT4 build 1090, I did set it up with #property strict but although the indicator compiled with no errors it had an array out of range issue so I removed the strict code because that was the easiest ...
A coder for Market Profile indicator?
-
cja replied Jun 15, 2017Updated the Alert code, I have not had time to thoroughly test it but it appears to be working. file
is a MTF MA crossover possible
-
cja replied Jun 8, 2017I am finding it very difficult to understand what it is you want, I suspect it may be a language difference and possibly Goggle translate?? 1/ What does this mean? do you want the D1 lines to be visible on a M1 chart and M1 lines to be visible on a ...
I will code your EAs and Indicators for no charge
-
cja replied Jun 7, 2017The indicator cannot be coded like the Daily Open Line indicator it can be displayed like the screenshot, however if you read my previous email I asked some questions about the line length going back into History. image
I will code your EAs and Indicators for no charge
-
cja replied Jun 7, 2017file image Display Color options image image image image
I will code your EAs and Indicators for no charge
-
cja replied Jun 5, 2017You probably do not have enough history on your charts to plot that size MA especially if you are putting it on a higher timeframe.
Indicator Juncky
-
cja replied Jun 2, 2017Your problem is usually caused by a bad iCustom call, it can be caused by an incorrect indicator name or the wrong number of inputs referenced. You have the indicator name as "10.7 CSS.v3.5_withAlertsCross_ withoutCHF.ex4" it should be "10.7 ...
Help fix promising EA with close trade error
-
cja replied Jun 1, 2017It is no problem to place the lines from the current candle back in history however you will need to supply some more information / details about how far back the lines go and what dictates the length of the lines, what is the expected use / purpose ...
I will code your EAs and Indicators for no charge
-
cja replied Jun 1, 2017Sorry I don't know what you mean?? my indicator is based on standard MA's not step MA's, I am aware of Step MA indicators however I have never seen the levels MA step indicators you mention.
I will code your EAs and Indicators for no charge
-
cja replied May 31, 2017MA Short Lines shows where an MA is currently positioned for the current open candle to show it historically all you need to do is load the equivalent MA onto the chart. This indicator although it may look like a Pivot type of setup it is nothing ...
I will code your EAs and Indicators for no charge
-
cja replied May 29, 2017I have added Barsback into the inputs so you can set the Bars to any value you require. BarsBack = 0 is the current Bar BarsBack = 1 is the closed Bar BarsBack = 2 is 2 bars back - etc etc file
MTF Dashboard thread