• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:21pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:21pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Loss calculation does not match loss in backtesting MT4 - why? 6 replies

Stop Loss vs. Hidden Stop Loss 26 replies

Excel profit / loss tracking spreadsheet? 2 replies

Stop Loss and Take profit question 6 replies

Loss profit potential. 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 32
Attachments: Good profit No loss EA
Exit Attachments

Good profit No loss EA

  • Last Post
  •  
  • 1 23Page 4 5
  • 1 23Page 4 5
  •  
  • Post #61
  • Quote
  • Dec 3, 2017 11:18pm Dec 3, 2017 11:18pm
  •  myfx2day
  • | Commercial Member | Joined Oct 2015 | 53 Posts
Hello Folk,

It is my first post at this forum. I have joined this forum as volunteer freelancer. I have read this whole thread and I'm curious to contribute in this Project. I have download first + second EA merged files and found some bugs in it. While these files apply for STOP ORDERS, EA files reflect error code 4107 which means invalid price for stop orders. However I have merged them again by myself. and set Default parameters which I realize better by myself. And I have add a new Parameter namely Equity StopLoss, and it is working as static value instead of percentage. and I have changed existing PercentProfitClose parameter with PartialProfitClose Here I have attached merged EA namely Pure Grid.

However it is honor request that please test it on Demo(s) and at Back-tester. and help to folk to conclude better parameters combination and better Currency Pair.
Attached File
File Type: ex4 Pure Grid.ex4   21 KB | 1,166 download
2
  • Post #62
  • Quote
  • Dec 3, 2017 11:55pm Dec 3, 2017 11:55pm
  •  eazyforex
  • | Joined Mar 2017 | Status: Member | 90 Posts
Quoting myfx2day
Disliked
Hello Folk, It is my first post at this forum. I have joined this forum as volunteer freelancer. I have read this whole thread and I'm curious to contribute in this Project. I have download first + second EA merged files and found some bugs in it. While these files apply for STOP ORDERS, EA files reflect error code 4107 which means invalid price for stop orders. However I have merged them again by myself. and set Default parameters which I realize better by myself. And I have add a new Parameter namely Equity StopLoss, and it is working as static...
Ignored
thank you i will check. in my first ea have one problem order take buy and sell some times missing in normal account. in ecn account it take order correctly. i set slippage upto 10 pip but same problem
any possible correct this problem
  • Post #63
  • Quote
  • Dec 4, 2017 12:00am Dec 4, 2017 12:00am
  •  eazyforex
  • | Joined Mar 2017 | Status: Member | 90 Posts
Quoting myfx2day
Disliked
Hello Folk, It is my first post at this forum. I have joined this forum as volunteer freelancer. I have read this whole thread and I'm curious to contribute in this Project. I have download first + second EA merged files and found some bugs in it. While these files apply for STOP ORDERS, EA files reflect error code 4107 which means invalid price for stop orders. However I have merged them again by myself. and set Default parameters which I realize better by myself. And I have add a new Parameter namely Equity StopLoss, and it is working as static...
Ignored
please any possible solve this problem

2017.12.04 10:30:04.909 '12004891': modification of order #454547106 buy 0.01 EURUSD at 1.18714 sl: 0.00000 tp: 0.00000 -> sl: 0.00000 tp: 1.18716 failed [Off quotes]
  • Post #64
  • Quote
  • Dec 4, 2017 12:07am Dec 4, 2017 12:07am
  •  myfx2day
  • | Commercial Member | Joined Oct 2015 | 53 Posts
Quoting eazyforex
Disliked
{quote} thank you i will check. in my first ea have one problem order take buy and sell some times missing in normal account. in ecn account it take order correctly. i set slippage upto 10 pip but same problem any possible correct this problem
Ignored
hello eazyforex,

it is not problem in EA, actually it is trading conditions incompatibility.
Brokers without ECN/STP/DMA account types have limits in pips from order open price to set tp and sl. and also have limits in pips from current market price to Modify orders.

For this strategy and EA, I guessed we need such broker who have 0 limits for STOP LEVEL AND FREEZE LEVEL. these are elements from trading conditions which broker allows there traders to make trades.

for these purpose I have developed a handy tool namely Account Specifications. it is a small EA, while we attach it at any currency pair with any broker's account, these tool/EA extract all handy information from Broker's MT4 Server and display us at graph. it is helpful to identity that either our EA can run with this broker or not.

here I'm attaching this tool.
Attached File
File Type: ex4 Account-Specification.ex4   9 KB | 600 downloads
2
  • Post #65
  • Quote
  • Dec 4, 2017 12:11am Dec 4, 2017 12:11am
  •  myfx2day
  • | Commercial Member | Joined Oct 2015 | 53 Posts
I have make another changed into my altered work, which i have represent into my existing post. now i have added two more parameters. namely Start Hour and End hour. I have set default values in Pakistan Time Zone. and before taking test on Demo or at Back-Tester you should needs to change your vps time zone as per Pakistan. Or you should needs to change these parameters values according to your VPS time zone. The concern is that I have extract London Session only form 24 hours. while London Session will be ended up and some trades will still opened into our account, than EA will close them all at Overall Account Break-Even.
Attached File
File Type: ex4 Pure Grid v2.ex4   22 KB | 1,262 download
1
1
  • Post #66
  • Quote
  • Dec 4, 2017 12:25am Dec 4, 2017 12:25am
  •  mr.ken
  • | Joined Mar 2010 | Status: Junior Member | 3 Posts
I want to run First+Second v3 in TimeFrame M5, EUR/USD or GBP/USD. How to i have to set it?
  • Post #67
  • Quote
  • Dec 4, 2017 2:39am Dec 4, 2017 2:39am
  •  alozard
  • | Joined May 2010 | Status: Member | 11 Posts
Hi
Please submit the source code.Pure Grid.ex4
Thanks
  • Post #68
  • Quote
  • Dec 4, 2017 3:41am Dec 4, 2017 3:41am
  •  eazyforex
  • | Joined Mar 2017 | Status: Member | 90 Posts
Quoting myfx2day
Disliked
{quote} hello eazyforex, it is not problem in EA, actually it is trading conditions incompatibility. Brokers without ECN/STP/DMA account types have limits in pips from order open price to set tp and sl. and also have limits in pips from current market price to Modify orders. For this strategy and EA, I guessed we need such broker who have 0 limits for STOP LEVEL AND FREEZE LEVEL. these are elements from trading conditions which broker allows there traders to make trades. for these purpose I have developed a handy tool namely Account Specifications....
Ignored
here problem starting order open . in this ea open buy and sell any one order open total method waste
i need just open buy and sell. may be given input method wrong i dont know i test with other ea wit my broker its open buy and sell order same time.
problem only this ea.
so please code and any possible take order buy and sell same time
  • Post #69
  • Quote
  • Dec 6, 2017 6:46pm Dec 6, 2017 6:46pm
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 744 Posts
Quoting myfx2day
Disliked
Hello Folk, It is my first post at this forum. I have joined this forum as volunteer freelancer. I have read this whole thread and I'm curious to contribute in this Project. I have download first + second EA merged files and found some bugs in it. While these files apply for STOP ORDERS, EA files reflect error code 4107 which means invalid price for stop orders. However I have merged them again by myself. and set Default parameters which I realize better by myself. And I have add a new Parameter namely Equity StopLoss, and it is working as static...
Ignored
Hi MYFX pls while you are still here can you quickly help out in creating an ea for this strategy based on double bollinger band as stated it should be able to work on lower time frames though its specifically mentioned by the creator to use it on higher time frames starting from 1hr to daily i attached the screenshots of the strategy and a picture of BUY mode as well as SELL MODE.Rgds
Attached Images (click to enlarge)
Click to Enlarge

Name: DBB2.PNG
Size: 38 KB Click to Enlarge

Name: DOUBLE BOLLINGER.PNG
Size: 59 KB Click to Enlarge

Name: SELL MODE.PNG
Size: 65 KB
Attached Images
  • Post #70
  • Quote
  • Dec 7, 2017 1:56am Dec 7, 2017 1:56am
  •  unmaskedluke
  • | Joined May 2014 | Status: Aramaii tii! | 48 Posts
Quoting Slingshots1
Disliked
{quote} Hi MYFX pls while you are still here can you quickly help out in creating an ea for this strategy based on double bollinger band as stated it should be able to work on lower time frames though its specifically mentioned by the creator to use it on higher time frames starting from 1hr to daily i attached the screenshots of the strategy and a picture of BUY mode as well as SELL MODE.Rgds {image} {image} {image} {image} {image}
Ignored
Whats the BBand settings?
  • Post #71
  • Quote
  • Dec 7, 2017 5:42am Dec 7, 2017 5:42am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 744 Posts
Quoting unmaskedluke
Disliked
{quote} Whats the BBand settings?
Ignored
Place the bollinger band on chart then place another one and change the middle band to 1 instead of the usual 2 .
  • Post #72
  • Quote
  • Dec 8, 2017 5:55am Dec 8, 2017 5:55am
  •  dimmerpixel
  • | Joined Mar 2012 | Status: i'm not dead, just a dim one | 38 Posts
Quoting Slingshots1
Disliked
{quote} Hi MYFX pls while you are still here can you quickly help out in creating an ea for this strategy based on double bollinger band as stated it should be able to work on lower time frames though its specifically mentioned by the creator to use it on higher time frames starting from 1hr to daily i attached the screenshots of the strategy and a picture of BUY mode as well as SELL MODE.Rgds {image} {image} {image} {image} {image}
Ignored
just want to put your self on the line, you hijack someone else thread
  • Post #73
  • Quote
  • Feb 6, 2019 6:30am Feb 6, 2019 6:30am
  •  Majmember
  • | Joined Oct 2017 | Status: Junior Member | 3 Posts
Quoting COmar.FX
Disliked
EA Firts and sechond ... similar to this .. you try to learn .. happy trading https://www.youtube.com/watch?v=6-bNaGrnoJo {file} {file} {file}
Ignored
Hi, When I put the user32.dll in Libraries. The MT4 stops working. Is there anything I need to do?
  • Post #74
  • Quote
  • Feb 22, 2019 11:46pm Feb 22, 2019 11:46pm
  •  ronald_fsm
  • | Joined Jun 2009 | Status: Member | 365 Posts
How the EA performance now? there are no update from the Thread starter anymore?
  • Post #75
  • Quote
  • Feb 23, 2019 8:31am Feb 23, 2019 8:31am
  •  drgoogle
  • | Joined Feb 2019 | Status: Junior Member | 2 Posts
hello guys ,

i want script that close all postions in 0 profit , each posstion will start in some price like -5$ and when it come back to 0 it will be close ,all orders and posstions opend in the account .

thank you
  • Post #76
  • Quote
  • Sep 2, 2019 10:19am Sep 2, 2019 10:19am
  •  aprendice
  • | Joined Sep 2019 | Status: Member | 5 Posts
Hi Guys,

This is my frist post on FF, and it is possible make an stoploss to script 3.

Thank you
  • Post #77
  • Quote
  • Sep 11, 2019 2:21pm Sep 11, 2019 2:21pm
  •  mohsin90
  • | Joined Sep 2012 | Status: Member | 7 Posts
Quoting drgoogle
Disliked
hello guys , i want script that close all postions in 0 profit , each posstion will start in some price like -5$ and when it come back to 0 it will be close ,all orders and posstions opend in the account . thank you
Ignored
Are you still need of such ea you describe in above post or someone has already provide it to you.please let me know
  • Post #78
  • Quote
  • Sep 18, 2019 6:19am Sep 18, 2019 6:19am
  •  maxproft
  • | Joined Sep 2019 | Status: Junior Member | 2 Posts
https://cdn-assets.faireconomy.media...attach/ex4.gif first - second v3.ex4 25 KB | 382 downloads
https://cdn-assets.faireconomy.media...attach/mq4.gif first - second v3.mq4 24 KB | 580 downloads

Hi anybody can add trailing options for the pending orders
  • Post #79
  • Quote
  • Sep 18, 2019 8:29am Sep 18, 2019 8:29am
  •  maxproft
  • | Joined Sep 2019 | Status: Junior Member | 2 Posts
Since the Pending Stop orders are placed above the buy trades and below the sell trade, and wen trades go on to 1 direction i want the opp pending order to trail to defined pips level so when price reverse it can tke opposite direction trade quickly and close in profit
  • Post #80
  • Quote
  • Jul 25, 2020 8:34am Jul 25, 2020 8:34am
  •  alpha001
  • | Joined Sep 2018 | Status: Member | 21 Posts
Quoting myfx2day
Disliked
Hello Folk, It is my first post at this forum. I have joined this forum as volunteer freelancer. I have read this whole thread and I'm curious to contribute in this Project. I have download first + second EA merged files and found some bugs in it. While these files apply for STOP ORDERS, EA files reflect error code 4107 which means invalid price for stop orders. However I have merged them again by myself. and set Default parameters which I realize better by myself. And I have add a new Parameter namely Equity StopLoss, and it is working as static...
Ignored
Please share the mql file
SS
  • Platform Tech
  • /
  • Good profit No loss EA
  • Reply to Thread
    • 1 23Page 4 5
    • 1 23Page 4 5
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2021