- Search Crypto Craft
- 2,159 Results (13 Threads, 2,146 Replies)
-
cja replied Sep 10, 2018Perhaps you have put it in the wrong folder as it is a Script not an EA ?????
I have updated the code so that it does not remove the Takeprofit levels when removing the Breakeven level. I have also made it into an EA as this gives more ...Button to move Stop to Breakeven
-
cja replied Sep 7, 2018Try this I quickly modified an existing indicator with historical Pivot lines to the Fibo Pivot specs sorry I do not have the time to add arrows and alerts perhaps someone else can do that for you.
file image I will code your EAs and Indicators for no charge
-
cja replied Aug 25, 2018The one you want is the Signal Bar MT5 v1 listed on the 1st post of the thread url

Need help to convert simple MQL4 indicator to MQL5
-
cja replied Aug 22, 2018Do you have the "Cycle_KROUFR_version_" indicator in your indicator folder as it will not work without as it is used in an iCustom call double v1=iCustom(Symbol(),Period1,"Cycle_KROUFR_version_",FastMA,SlowMA,Crosses,Comments,0,Shift); double ...
I will code your EAs and Indicators for no charge
-
cja replied Aug 15, 2018It doesn't need fixing it simply needs to have the "Ichimoku2" indicator in your indicator folder as Trend indicator has an iCustom call on it. double Var1 = ...
I will code your EAs and Indicators for no charge
-
cja replied Aug 15, 2018Are you still after your request??????


or has someone answered you for your request on another thread???? 


Need EA that will open limit order after manually opening 1 order
-
cja replied Aug 15, 2018When you manually select pairs make sure the pairs you are typing into the list have any prefixes or suffixes as well for example GBPUSD or GBPUSD.fx or GBPUSD.xp etc if you do not have the full pairs name it will not work. To access the Symbols ...
Symbol Changer Profit Display
-
cja replied Aug 8, 2018Set up the pairs you want in the User Selected Pairs input and Save then all you need to do in the future is Load it. image
Symbol Changer Profit Display
-
cja replied Aug 2, 2018I only altered these 2 inputs put it on an M1 chart and left the other settings as downloaded. input bool AlertOn = true; // input int AlertShift = 0; // Alert Shift:0-current bar,1-previous bar
Good Zig Zag scalping indicator non repaint Mq4
-
cja replied Aug 2, 2018Strange I tested it on a M1 chart and it alerted the instant an arrow appeared even if the arrow appeared briefly then disappeared.

Good Zig Zag scalping indicator non repaint Mq4
-
cja replied Aug 2, 2018AlertShift = 0; // Alert Shift:0-current bar,1-previous bar
Good Zig Zag scalping indicator non repaint Mq4
-
cja replied Aug 2, 2018Come on guys its obviously decompiled code why are you wasting your time on it, if FxGhani is new to EA code they would be better off starting with clean original code not the sort of mess you get with decompiled code.

I will code your EAs and Indicators for no charge
-
cja replied Aug 1, 2018Hi classy, As I have said previously I encourage you to ask questions, this latest problem has made me think
and I have coded a script which you can use to reset the indicator for each new chart, the only issue is that the script ...PTZ Based on Volume Spread Analysis and Harmonic Patterns
-
cja replied Jul 30, 2018When the indicator is dragged onto a chart it sets the levels based on the high low for that Symbol of course if you drag another Symbol/chart onto that existing chart then the price range is going to be completely different, for example set the ...
PTZ Based on Volume Spread Analysis and Harmonic Patterns
-
cja replied Jul 30, 2018i don't know what stupid thing i am doing after pair change indicator not work/show though indicator are still showing there or i can't create any template .i have use indicator and password every time. 1/ pair change indicator What is this ...
PTZ Based on Volume Spread Analysis and Harmonic Patterns
-
cja replied Jul 30, 2018Try this I have Added three options for the indicator when first loading it on a chart. file image
PTZ Based on Volume Spread Analysis and Harmonic Patterns