- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Dec 22, 2021Try using the FF search facility ( "MTF Stochastic" should work ) I think you will find that there are a few MTF Stochastic indicators on the Forum.

I will code your EAs and Indicators for no charge
-
cja replied Dec 16, 2021Indicator not working means nothing as it lacks any useful details that may help to track down the issue. If you do not answer the question being asked and supply more details it ends up being guess work and wastes a lot of time often with the issue ...
Adding push notifications to every indicator
-
cja replied Dec 14, 2021add look_back_bars (limiting the bars,not using the whole Bars) It already has that in the code just set it to display the the number of periods required. input = "ShowTotalPivots" also using #property strict You probably got an Array out of range ...
I will code your EAs and Indicators for no charge
-
cja replied Dec 9, 2021Lines as requested.

image file I will code your EAs and Indicators for no charge
-
cja replied Dec 7, 2021This looks very similar, just have a play with the settings. The standard setting is 5 this screenshot is 15 or use it in MTF mode. file image
I will code your EAs and Indicators for no charge
-
cja replied Dec 7, 2021Here you go all the close code apart from the stoploss has been removed. file
I will code your EAs and Indicators for no charge
-
cja replied Dec 7, 2021No because a different button would have to load for each time-frame which is just an unnecessary complication.
I will code your EAs and Indicators for no charge
-
cja replied Dec 6, 2021I have had a good look at it this time and tested it and if I totally turn off the close code the EA still opens a trade on every new candle color change. Basically it has no entry/exit criteria other than a new candle color change to signal a ...
I will code your EAs and Indicators for no charge
-
cja replied Dec 6, 2021Use the shift display input.
image I will code your EAs and Indicators for no charge
-
cja replied Nov 30, 2021I have tested the indicator on my platforms and it is working perhaps it is something to do with your Broker?? some Brokers do not have swaps for certain clients.
Indicator showing Swap Rates?
-
cja replied Nov 29, 2021I have had a quick look at the code and the EA is using an iCustom call from the "rmo+signals color_alerts 2.03 and Heiken Ashi" indicators so to start with you will need those in your indicator folder. It also looks like the code is trying to ...
I will code your EAs and Indicators for no charge
-
cja replied Nov 28, 2021It should be relatively easy however a lot depends on how it is integrated into the EA as to whether it uses a separate void Close() type setup or if it is written directly into the OnTick() section of the code. Without seeing the code it is a bit ...
I will code your EAs and Indicators for no charge
-
cja replied Nov 28, 2021Updated the code to the current MT4 build as the original code was 2009. The indicator is now stand alone and no longer needs the MT4 Zigzag indicator to be in the indicators folder. file
I will code your EAs and Indicators for no charge
-
cja replied Nov 27, 2021If you mean can you access the indicator inputs directly off an indicator loaded onto the chart? then yes it is possible

I will code your EAs and Indicators for no charge
-
cja replied Nov 27, 2021I downloaded the indicator you posted just in case I had done a modification/update and not posted that on the Forum and tested it and I had no problems loading more than one timeframe on the same chart?? 3 timeframes loaded H4/D1/W1 image
Looking for 50% of candle indicator
-
cja replied Nov 25, 2021You will need to supply the mq4 file before anyone can respond to your request.

Indicators with ON/OFF buttons