- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Jan 31, 2017Then it is working exactly how an MTF indicator should work, assuming you had the M15 indicator time frames set to M15 then if you moved the main chart to M30 all the M15 indicators would become M30 and the H4 and H1 would remain showing the MTF ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 30, 2017So this means the sub-window chart now can have its own symbol, TF and ientdepth3 inputs? Correct The only condition will be the main chart should also have Quantum indicator. The Quantum indicator only needs to be in the indicator folder it does ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 28, 2017Give this ago, I used an iCustom call so the Quantum indicator needs to be in the indicator folder as well for this to work. My apologies to everyone who downloaded the Line Chart Quantum indicators I have just realized that I had left the wrong ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 26, 2017You can stack them or drag them all into one window. I had to make 2 separate indicators as it proved to be a bit more complicated than expected to code both options into 1 indicator file file Unfortunately I could not keep the MTF or Mirror ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 25, 2017I have no argument with you at all? as I said I personally do not think it is an issue ( to clarify I don't have an issue with the way indicator plots the lines ), it was posted two and half years ago and no one else ( 1192 downloads ) has had any ...
Monthly/Weekly Open Line
-
cja replied Jan 25, 2017The conclusion is that your indi doesn't do the job it's supposed to do correctly That's your opinion and that's fine personally I don't have an issue with it.
Also why the indi's work depends on the instrument it's applied too? The points ...Monthly/Weekly Open Line
-
cja replied Jan 24, 2017The indicator was coded to work on Forex not metals or anything else however in saying that it should work on most things. The issue with the Monthly is because of the way the trading month December ended and the date the new month started ( check ...
Monthly/Weekly Open Line
-
cja replied Jan 24, 2017============== Signal Bars MT5 ================================================== 25/01/2017 Signal Bars has been updated to work on the MT5 platform - the password has changed and is "FREE_cja_indicator" sorry that I still have to do this but it ...
#Signal Bars v10a
-
cja replied Jan 23, 2017I already know OBJ_TEXT which is can moves with price, but when I scroll chart OBJ_TEXT disappear. What do you mean by this? if you set something to move up and down with the Bid price when you scroll back on the chart are you expecting the moving ...
Object moves with Bid prices together
-
cja replied Jan 23, 2017Not sure exactly what you are requesting? do you want a some text to update with the bid price or some text to move up and down with the bid price? you can use OBJ_LABEL for one and OBJ_TEXT for the other.
Object moves with Bid prices together
-
cja replied Jan 6, 2017Basic label code creating a rectangle using "Webdings" and the letter "g" the more g's the longer the rectangle, this is one way of doing it or 2 other ways is to use OBJ_RECTANGLE or OBJ_RECTANGLE_LABEL. ObjectCreate("rectangle", OBJ_LABEL,0, 0, ...
#Signal Bars v10a
-
cja replied Jan 5, 2017I have coded in an Hourly / Minutes Time shift in case you need to alter your Daily open time. NOTE : This indicator only displays from H4 down to M1. file
I will code your EAs and Indicators for no charge
-
cja replied Jan 5, 2017Put this into line 100 approx - for ( i=0; i<1; i++) ( it was for ( i=0; i<Bars ; i++) ) this will show the last of each colored line so you should only end up with 2 lines on the chart at any one time. Adding and removing indicators can be done on ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 5, 2017I see the same few decompiled ( all of them are the old MT4 ) indicators over and over again the only difference is the name, its not your fault as you have no idea when you download them that they are decompiled until you open them with the ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 5, 2017Sorry it is decompiled code. Someone has even proudly put their name to it, Winners I don't think so more like Losers.
#property copyright "Cracked by Forex Winners" #property link "Forex Winners"I will code your EAs and Indicators for no charge
-
cja replied Jan 4, 2017"it's little modification for genius coder like you" Thank you for the compliment even though it rates me far above my abilities as I am certainly no genius when it comes to coding or anything for that matter. As for it being a little modification? ...
I will code your EAs and Indicators for no charge
-
cja replied Jan 2, 2017Sounds a bit like indicators that use the open price of a candle as a starting point and the move either produces a positive or negative value depending where the current candle close is.
I will code your EAs and Indicators for no charge