- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied May 11, 2026Try this updated version. NOTE : Please consider that like most MTF indicators if you have it set on H1 it will display H1 on all the lower timeframes but if have it set on H1 and you go above H1 to say H4 then the H4 candles will display. You can ...
Daily Candle On Chart Indicator?
-
cja replied May 5, 2026option to change color of the liens That option is already in the inputs? image Quick update using AI - I used COPILOT which works alright if the correct instructions are provided. It took no more than 5 minutes.
Labels added and lines ...I will code your EAs and Indicators for no charge
-
cja replied Apr 18, 2026OK as I mentioned in a previous post all the Trading functions and code were exactly as posted in the original EA. I personally have never used this EA so I had a good look at the inputs and a quick look at the code. The issue might have been the ...
Flatten all button with one click execution?
-
cja replied Apr 17, 2026Did you try to see if the standard MT4 buttons worked? If they don't work then neither will the EA. For example on my platform I found that GER30 was "Off quotes" and that was because it hadn't updated since the end of Jan. Tried to use the EA and ...
Flatten all button with one click execution?
-
cja replied Apr 16, 2026Check the Journal tab at the bottom of the MT4 chart. I tried it on indices and gold and most of them worked however NGAS messaged that "Trade is disabled" and GER30 said "Off quotes" and they also didn't work using the standard MT4 buttons. Some ...
Flatten all button with one click execution?
-
cja replied Apr 12, 2026I have altered the Display to make it more compact and added a drag feature so you can place it anywhere on the chart. To move the Display click on the X symbol in the center of the Display and hold down the left mouse button then drag the ...
Flatten all button with one click execution?
-
cja replied Apr 6, 2026When you loaded it on a chart did you check the experts tab at the bottom of the chart? I tried the EMA Arrows With Line indicator and got "an array out of range " message which explains why nothing was showing on the chart. Just because it compiles ...
I will code your EAs and Indicators for no charge
-
cja replied Mar 25, 2026Have you got these indicators in your indicator folder? for(i=0; i<limit; i++) { buffer[i] = iCustom(NULL,TimeFrame,"T3MA",MA_Period,T3MA_VolumeFactor,0,i); } } break; case 7: { for(i=0; i<limit; i++) { buffer[i] = ...
I will code your EAs and Indicators for no charge
-
cja replied Mar 11, 2026This is all I can do for the Alerts as at the end of the day if you are monitoring a lot of pairs you are going to get a lot of Alerts at certain times of the day. Please look at the Alert inputs and set them to suit your trading style. file file ...
MTF Dashboard thread
-
cja replied Mar 4, 2026I have sent you a message. At this point in time I have not been able to get a consistent signal using iCustom code from the supplied indicator plus when you try to integrate Forex and Indexes into the same Dashboard there can be issues with the ...
MTF Dashboard thread
-
cja replied Feb 16, 2026Before I get further into the Alert code you mentioned another Dashboard in your requests could you please provide exact details of which Dashboard that is. I only ask as I have coded many Dashboards with similar Alert code and others with totally ...
MTF Dashboard thread
-
cja replied Feb 12, 2026I am not going to share the mq4 file and now I notice you mention another dashboard. Setting up and testing Alerts with Closed / Current Alerts and time delays between Alerts is not a simple 5 minute task in a dashboard with multi Symbols and ...
MTF Dashboard thread
-
cja replied Feb 9, 2026Rewriting a mql4 dashboard into mql5 is not a simple task which is why I suspect you get very few examples of MT5 dashboards. Unfortunately I cannot justify the time it would take to undertake this task. As explained on the dashboard post. I must ...
MTF Dashboard thread
-
cja replied Jan 29, 2026double Hi = iHigh(NULL,1440,1); double Lo = iLow(NULL,1440,1); string YestHigh = DoubleToString(Hi,_Digits); string YestLow = DoubleToString(Lo,_Digits);
I will code your EAs and Indicators for no charge
-
cja replied Dec 29, 2025Looks like a bad delete or refresh code but without the source code can't tell???
I will code your EAs and Indicators for no charge
-
cja replied Dec 22, 2025delete means we start with no fib That is not correct. I have already explained the function of the Delete ( Refresh ) Button. The indicator initially loads a default setting for the Fibs it is then up to the user to then manually drag the Fibs to ...
Indicators with ON/OFF buttons
-
cja replied Dec 21, 2025can you add price with fib levels, Already in the inputs image delete button its not giving blank canvas That is not how the delete button works it is more of an update button. Text from original post: NOTE : The purpose of the Delete Button is to ...
Indicators with ON/OFF buttons
-
cja replied Dec 12, 2025expect line info like previous d2 high etc to be shown when hover mouse. I have added some extra width / style inputs plus an input to allow or not allow mouse hover over labels and noticed that the historical Monthly lines and rectangles had a ...
Indicators with ON/OFF buttons
-
cja replied Nov 14, 2025its not showing line info when hover mouse on it That is deliberate because all the information a hover would give you is already on the chart. What info are you expecting the mouse hover to give you? also cannot set line width because monthly color ...
Indicators with ON/OFF buttons