- Search Crypto Craft
- 1,348 Results (1,347 Replies, 1 Comments)
-
almo replied Jun 19, 2020HI Motiram, Both EA's are simiilar - the first link (v1.02) allows you to enter in a MagicNumber, a Take Profit Price, and a Stop Loss Price, which then monitors the current price against those settings. The second link (StopLoss_only) , only ...
I will code your EAs and Indicators for no charge
-
almo replied Jun 19, 2020Hi Girala_BR, The script works by checking the previous bar's High/Low and using a percentage of that range to determine the Stop Loss and Take Profit, Seems to be fine on my end when checking EURUSD on the 15 minute bar. Keep in mind that price ...
I will code your EAs and Indicators for no charge
-
almo replied Jun 18, 2020@Here2There, Here is the original
I will code your EAs and Indicators for no charge
-
almo replied Jun 18, 2020@Here2There Here is version v1.02 - I have not found the bug that was reported. My testing has thus far been 100% successful SO......I made a couple changes here, and would like you to try it out on the system tester please Two new boolean inputs - ...
I will code your EAs and Indicators for no charge
-
almo replied Jun 18, 2020Yes that is correct - However, there is apparently a bug that I did not come across, so I am removing that version for the time being I will update you once we have a new version
I will code your EAs and Indicators for no charge
-
almo replied Jun 18, 2020@Here2There Here is a newer version of what you requested - this one has a hidden Take Profit as well as a Hidden Stop Loss Inputs are Take Profit, StopLoss and Magic Number.
I will code your EAs and Indicators for no charge
-
almo replied Jun 17, 2020Hi Bippo, I'll see what I can do but I am out of time for today. Best, almo
I will code your EAs and Indicators for no charge
-
almo replied Jun 17, 2020HI Here2There, Ok.... Here you go - this has two inputs - Stop Loss and Magic Number.
I will code your EAs and Indicators for no charge
-
almo replied Jun 17, 2020Hi Here2There, This is one of the few times I am going to ask this question - "Are you really sure you want this?" In the event of a large move in a short span, you could lose a lot before your trade would be closed out. IMO, you'd be better off ...
I will code your EAs and Indicators for no charge
-
almo replied Jun 17, 2020Hi Bippo, See if this works for you -Almo
I will code your EAs and Indicators for no charge
-
almo replied Jun 17, 2020Hi Satishmajhwa, Please provide your script so that I may see what you were attempting. The indicator you previously provided is working for me, and I made no changes to it. Thanks, almo
I will code your EAs and Indicators for no charge
-
almo replied Jun 16, 2020There doesn't appear to be anything wrong with this - this is an indicator, which may explain why its not working as a script for you. Please save your file to the indicators folder and recompile and you should be all set
I will code your EAs and Indicators for no charge
-
almo replied Jun 15, 2020Ironically, your asking for what I just gave Ighr
Your first picture has HH/LL where HH is on Bar 5, and LL is on Bar 10....to accomplish this with Ighr's version, change default = 10 Your 2nd picture has HH/LL on Bar 3, which his version ...I will code your EAs and Indicators for no charge
-
almo replied Jun 15, 2020The difference between the versions is this: The original version places the Pending Buy/Sell stops at the High/Low of a chosen bar (default = 1) Ighr 's request changes this slightly so that it places the Pending Buy/Sell Stops at the Highest ...
I will code your EAs and Indicators for no charge
-
almo replied Jun 15, 2020Hi Ighr, I made the modification as you requested. This is essentially a Donchian Channel in this current form.
I will code your EAs and Indicators for no charge
-
almo replied Jun 15, 2020I'm not clear on why either......I haven't tried to look for the newer versions to compare since I was busy trying to get this one fix
Thanks for clarifying Mntiwana. I'll stop workinig on this one then.I will code your EAs and Indicators for no charge
-
almo replied Jun 15, 2020Yes New version uploaded. - default is 10, you can change this to whatever you want

I will code your EAs and Indicators for no charge
-
almo replied Jun 15, 2020Mntiwana and Kette I think I found the fix for the 6 errors (see changes in mpxlib.mqh) , however there is another issue going on with the Library file mpxlib.ex4. Either what I downloaded is corrupted or there is a bigger issue that cannot be fixed ...
I will code your EAs and Indicators for no charge
-
almo replied Jun 15, 2020It is as I thought - if current price is too close to the High/Low bar (or if Current price has exceeded the Low or High) the trade cannot be placed. In all three of your examples, Price was either too close or higher than the High of the bars, thus ...
I will code your EAs and Indicators for no charge
-
almo replied Jun 15, 2020You can change the default to whatever bar you would like it to be. All you need to do is open Metaeditor for the file I posted, and change the value of ibarsBack to whatever count you want it to be, and then compile it. The current default value is ...
I will code your EAs and Indicators for no charge