- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied May 12, 2023That feature is not going to solve your problem besides I am not prepared to totally rewrite the code just to get around an issue that can be overcome with a little thought. It appears the issue is you want to only see the extreme areas above 70 and ...
MTF Dashboard thread
-
cja replied May 12, 2023You have two choices 1/ Use the original version of the indicator which has two levels and set the levels at 70 and 30 2/ Use this version and set the upper level to 70 the lower level to 30 and the upper and lower colors the same as the extreme ...
MTF Dashboard thread
-
cja replied May 9, 2023So what size shift numbers have you tried? 5/10/20 ?? It works for me no problem. Ah I see I had it set up on a GBPJPY pair and it was fine but for EURUSD it hardly moved so had to use really large numbers, sorry my fault rushing things as don't ...
I will code your EAs and Indicators for no charge
-
cja replied May 8, 2023Sorry I do not have the time as I explained earlier, this EA has over 1500 lines of code and it is a time consuming task to go through unfamiliar code to do alterations or updates.
MTF Dashboard thread
-
cja replied May 8, 2023Do you realize that the indicators displayed on the chart actually have nothing to do with the trade signals? The signals are generated by Price crossing two MA's and the other indicators have absolutely nothing to do with the signals they are just ...
MTF Dashboard thread
-
cja replied May 7, 2023The original Signal Bars was coded only for Forex so the values and spacing of the data will be incorrect if used for anything else. Brokers tend to use different names for the same product and often different points values which makes it virtually ...
#Signal Bars v10a
-
cja replied May 5, 2023if you have some time please could make a little adjust color for rsi dash It might appear to be a little adjustment however it required rewriting the signal/color logic in three areas of the code and the inputs. file
MTF Dashboard thread
-
cja replied May 5, 2023It would be helpful when making a request to at least post the indicator ( mq4 file ) that you want altered otherwise the coder has to do a search for it which all takes time. To be honest I do not have the time to go through 100's of lines of code ...
MTF Dashboard thread
-
cja replied May 5, 2023I just fixed the warnings and errors. It runs on the Strategy Tester but no guarantees that it will work on a live chart. file
I will code your EAs and Indicators for no charge
-
cja replied May 4, 2023There is a whole section of code missing. It looks like someone copied the code but didn't copy all of it. for (int i = OrdersTotal() - 1; i >= 0; i--) { if (OrderSelect(i, SELECT_BY_POS, MODE_TRADES)) { if (OrderMagicNumber() == magic_number) { if ...
I will code your EAs and Indicators for no charge
-
cja replied May 4, 2023Stochastic has a main and signal line RSI has only 1 line, so how do you want the Stochastic signals to work? 1/ Main line crossing levels 2/ Signal line crossing levels 3/ Signal line crossing Main line 4/ Signal line crossing Main and then ...
MTF Dashboard thread
-
cja replied May 2, 2023Unfortunately the indicator is decompiled so it is unlikely any of the ethical coders on this Forum will look at it.
I will code your EAs and Indicators for no charge
-
cja replied May 1, 2023You can use magic numbers or unique ID's in indicators so several indicators can be loaded onto the same chart.

I will code your EAs and Indicators for no charge
-
cja replied May 1, 2023Show hide text added. file
I will code your EAs and Indicators for no charge
-
cja replied Apr 30, 2023Updates to this script. This now has the ability to produce the rectangle between any combination of Open/High/Low/Close/Mid level. Drag the script onto the chart and release the mouse button when the cursor is on the candle you want the levels set ...
OHLC Display
-
cja replied Apr 28, 2023I have done a few code updates and added in the "Show input" code which you can delete if not needed. Everything appears to be working now. file
I will code your EAs and Indicators for no charge