- Search Metals Mine
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Mar 26, 2025Two options : One allows selecting a Trade to remove SL TP the other allows for all SL TP on all the Trades on a chart to be removed.
I will code your EAs and Indicators for no charge
-
cja replied Feb 24, 2025if the cursor would usually remain in the white space just left of the button image The white space to the left of the button is a screen definition issue as I have not used auto DPI code in the indicator. Normally the button would cover the whole ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 24, 2025Try this, I loaded your test indicator and then my indicator and no issues with slowness or locking up. The OnChartEvent I had copied off an older indicator and never thought to check it ( Had this issue a few years ago ) as I had no immediate ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 23, 2025By default the Button can be dragged to any position on the chart however if a Manual Shift is preferred use the 2 Shift inputs. NOTE : As soon as a value is put into either of the 2 Shift inputs the default Button drag feature is disabled. NOTE: ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 20, 2025Here is the updated "Open Levels MTF Historical" indicator and the updating issue appears to be working as it should. As you never got back with any accurate detail on the High/low idea and what you were exactly trying to achieve I can go no further ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 16, 2025If you have other indicators or scripts with poor or general delete code then you are not going to get around the problem you should try and isolate the scripts and indicators that cause the issue and fix them or stop using them. Even if you had an ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 10, 2025O f course you can't get it to line up with the High and Low as they are fluid and constantly changing every Day the Close to High distance and Close to Low distance will be different on the same Day so a preset spaced number of lines will never ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 10, 2025why does it not load every pair listed inside the setting? So what Pairs do not load? Show me the Pairs input. I notice looking at your screenshot that your chart definition is causing display issues, the code does have DPI code in it to get around ...
MTF Dashboard thread
-
cja replied Feb 9, 2025pips counting from high low and not from open So how would that work? On the current day the pips from high / low would never come into play as the high / low would keep expanding throughout the day. I can guess how it might work but as it is your ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 7, 2025It used to work and had an automatic magic value coded into it so multiple timeframes could be loaded on the same chart but it appears with the latest MT4 builds the magic value no longer works. I will have a look next week when the Markets open ...
I will code your EAs and Indicators for no charge
-
cja replied Feb 4, 2025It's possible but you will have to supply a lot more detailed information about what you want and how you expect the signals to work before I will consider it.
MTF Dashboard thread
-
cja replied Jan 27, 2025I am not familiar with code generated by ChatGPT so I may be wrong but this looks to me like old decompiled MT4 code??
I will code your EAs and Indicators for no charge
-
cja replied Jan 27, 2025I have rewritten the the code instead of adapting old code. I have tried everything I can think of to make it fail but it appears to be alright now. NOTE : You cannot change the name of this indicator because it will not work. file
Indicator that shows day of the week
-
cja replied Jan 25, 2025It got even worse. Actually it got better as it showed that the delete code was now working correctly. After testing large day numbers like 1000 / 5000 on M1 I found that the Array issue appeared so I presume that you are using those sorts of ...
Indicator that shows day of the week
-
cja replied Jan 23, 2025Always check the Experts/Journal tabs at the bottom of the platform as generally that gives a good indication of the issue. In this case it was an array out of range problem ( a common problem on older indicators ) . I did not code the original ...
Indicator that shows day of the week
-
cja replied Jan 16, 2025OK but I really don't see the issue with the objects appearing in the object list? Please enlighten me
file Indicator that shows day of the week
-
cja replied Jan 16, 2025I have coded in Alerts for each timeframe but would recommend using the Alerts only on the higher timeframes due to the large number of Alerts you can get on the lower timeframes. You can cycle through the color options and size options by clicking ...
MTF Dashboard thread
-
cja replied Jan 13, 2025So if I read this correctly for a bear signal the current High has to be higher than the previous High and the current Close has to be below the previous High and the current Close has to be below the previous Close. if(High[0]>High[1] && ...
MTF Dashboard thread