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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

I will code your scalping EAs for no charge 40 replies

I will code your pivot EAs for no charge 19 replies

Need help to code EAs for MT4 and MT5 4 replies

EAs and indicators relating to moutaki... 22 replies

InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 40,137
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments
Tags: I will code your EAs and Indicators for no charge
Cancel

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 16671668Page 166916701671 2916
  • 1 Page 1669 2916
  •  
  • Post #33,361
  • Quote
  • Mar 31, 2020 5:19am Mar 31, 2020 5:19am
  •  craig65
  • | Joined Jan 2012 | Status: Member | 221 Posts
Quoting CosmasMoses
Disliked
{quote} Hi , I have go through the file and found out the file were made for a script and i have converted those file to an EA . Simply change int start() to void OnTick() . function alert and trade mode has been implement . Now user can control function Alert and Trade ; true is enable those function while false vice versa . Here the code that i have been apply and other can reviews too //+------------------------------------------------------------------+ //|ALERT FUNCTION AND TRADE FUNCTION HAS BEEN IMPLEMENT BELOW | //+------------------------------------------------------------------+...
Ignored
thankyou
 
 
  • Post #33,362
  • Quote
  • Mar 31, 2020 5:32am Mar 31, 2020 5:32am
  •  Petermatrix
  • | Joined Mar 2020 | Status: Member | 7 Posts
Quoting hdn
Disliked
{quote} Ok . i will do that soon .
Ignored
I look forward to it. Thank you Hdn

Here a Picture for better understand it.
Attached Image (click to enlarge)
Click to Enlarge

Name: Image1.png
Size: 120 KB
 
 
  • Post #33,363
  • Quote
  • Mar 31, 2020 5:34am Mar 31, 2020 5:34am
  •  craig65
  • | Joined Jan 2012 | Status: Member | 221 Posts
Quoting CosmasMoses
Disliked
{quote} Hi , I have go through the file and found out the file were made for a script and i have converted those file to an EA . Simply change int start() to void OnTick() . function alert and trade mode has been implement . Now user can control function Alert and Trade ; true is enable those function while false vice versa . Here the code that i have been apply and other can reviews too //+------------------------------------------------------------------+ //|ALERT FUNCTION AND TRADE FUNCTION HAS BEEN IMPLEMENT BELOW | //+------------------------------------------------------------------+...
Ignored
thanks for help. is there any way of putting the reverse and breakout strategies into the one ea? so it would have option of either buying or selling the high or low lines.
 
 
  • Post #33,364
  • Quote
  • Mar 31, 2020 5:55am Mar 31, 2020 5:55am
  •  pouya7
  • | Joined Aug 2019 | Status: Member | 21 Posts
Hello my friends.
I'm trying to code this EA but it seems I couldn't write it well, if it's possible please someone fix it for me....It doesn't Draw HLine after delete the line in chart,it unpredictable some time work some time not...and it would be great if you add some trailing system to it...
Appreciate your help.

Attached File(s)
File Type: mq4 GG.mq4   15 KB | 81 downloads
 
 
  • Post #33,365
  • Quote
  • Mar 31, 2020 6:09am Mar 31, 2020 6:09am
  •  craig65
  • | Joined Jan 2012 | Status: Member | 221 Posts
Quoting CosmasMoses
Disliked
{quote} HampyMoving.mq4 <- i have go through this file and make some update . For ur indicator to alert any event using some thing like pop message is by using alert function . Base on the code were been given simply u can addon Alert func. according e.g code below ; // Displaying Arrows for(i=0; i<limit; i++) { if(Buffer1 > Buffer2 && Buffer1[i-1] < Buffer2[i-1]) { b2 = High+10*Point; if(b2 != EMPTY_VALUE && b2 != BuySignal ) { BuySignal=b2; Print( TimeToStr(TimeCurrent(), TIME_MINUTES) + ", Indicator Send Sell Signal"); Alert("SELL...
Ignored
Cosmas the Ea is opening trades constantly when price breaks high or low lines. can you make it only open one trade every time price crosses the high or low?
 
 
  • Post #33,366
  • Quote
  • Mar 31, 2020 6:28am Mar 31, 2020 6:28am
  •  Wakuiz
  • | Joined Jan 2009 | Status: Member | 39 Posts
Hi mate, I have been trading for quite a while and recently exploring other method to trade. May I check what are those dots as shown in the picture?
Attached Image (click to enlarge)
Click to Enlarge

Name: 643E828B-72E4-4A38-BFDB-325FF4DB88CD.png
Size: 4.2 MB
 
 
  • Post #33,367
  • Quote
  • Mar 31, 2020 6:39am Mar 31, 2020 6:39am
  •  kette
  • Joined Jan 2018 | Status: Member | 14,773 Posts
Quoting Wakuiz
Disliked
Hi mate, I have been trading for quite a while and recently exploring other method to trade. May I check what are those dots as shown in the picture? {image}
Ignored

these are zodiac signs, there you should buy
Attached Image (click to enlarge)
Click to Enlarge

Name: GBPUSDM15.png
Size: 57 KB
 
1
  • Post #33,368
  • Quote
  • Mar 31, 2020 6:50am Mar 31, 2020 6:50am
  •  CosmasMoses
  • Joined Apr 2016 | Status: Member | 75 Posts
Quoting craig65
Disliked
{quote} Cosmas the Ea is opening trades constantly when price breaks high or low lines. can you make it only open one trade every time price crosses the high or low?
Ignored
Iam taking break now , so have few time to playing around .

i have update the code .It will open 1 trade once signal trigger .

Regards
Cosmas
Attached File(s)
File Type: mq4 Indicator_SMA_CrossOver_Justin_Alert.mq4   4 KB | 199 downloads
File Type: mq4 EA SMA_CrossOver_Justin with Alert_V2.mq4   1 KB | 180 downloads
 
 
  • Post #33,369
  • Quote
  • Mar 31, 2020 6:50am Mar 31, 2020 6:50am
  •  Wakuiz
  • | Joined Jan 2009 | Status: Member | 39 Posts
Quoting kette
Disliked
{quote} these are zodiac signs, there you should buy {image}
Ignored
Thanks for your quick respond. Anyone have any idea how to set this up on MT4?
 
 
  • Post #33,370
  • Quote
  • Mar 31, 2020 6:53am Mar 31, 2020 6:53am
  •  CosmasMoses
  • Joined Apr 2016 | Status: Member | 75 Posts
Quoting craig65
Disliked
{quote} thanks for help. is there any way of putting the reverse and breakout strategies into the one ea? so it would have option of either buying or selling the high or low lines.
Ignored
if u read my previous reply the strategist that has been implement inside this EA is breakout . Plus i did explain step how u can change the system to reverse . Pls refer previous reply

regards
Cosmas
 
 
  • Post #33,371
  • Quote
  • Mar 31, 2020 6:53am Mar 31, 2020 6:53am
  •  craig65
  • | Joined Jan 2012 | Status: Member | 221 Posts
Quoting CosmasMoses
Disliked
{quote} Iam taking break now , so have few time to playing around . i have update the code .It will open 1 trade once signal trigger . Regards Cosmas {file} {file}
Ignored
Cosmas not that Ea but this Ea
Attached File(s)
File Type: mq4 EA_X_MY_HIGH_LOW_V2.01.mq4   5 KB | 57 downloads
 
 
  • Post #33,372
  • Quote
  • Mar 31, 2020 6:55am Mar 31, 2020 6:55am
  •  craig65
  • | Joined Jan 2012 | Status: Member | 221 Posts
Quoting CosmasMoses
Disliked
{quote} if u read my previous reply the strategist that has been implement inside this EA is breakout . Plus i did explain step how u can change the system to reverse . Pls refer previous reply regards Cosmas
Ignored
I know nothing about coding, so I don't know how to make a reverse breakout Ea
 
 
  • Post #33,373
  • Quote
  • Edited 7:17am Mar 31, 2020 7:06am | Edited 7:17am
  •  CosmasMoses
  • Joined Apr 2016 | Status: Member | 75 Posts
Quoting pouya7
Disliked
Hello my friends. I'm trying to code this EA but it seems I couldn't write it well, if it's possible please someone fix it for me....It doesn't Draw HLine after delete the line in chart,it unpredictable some time work some time not...and it would be great if you add some trailing system to it... Appreciate your help. {file}
Ignored
i have go through the code , u should write or call func. to create Hline inside void OnTick() , else u Hline object only create once .
 
1
  • Post #33,374
  • Quote
  • Mar 31, 2020 7:14am Mar 31, 2020 7:14am
  •  CosmasMoses
  • Joined Apr 2016 | Status: Member | 75 Posts
Quoting craig65
Disliked
{quote} Cosmas not that Ea but this Ea {file}
Ignored
Here u go
Attached File(s)
File Type: mq4 EA_X_MY_HIGH_LOW_V2.02.mq4   5 KB | 175 downloads


regards
Cosmas
 
 
  • Post #33,375
  • Quote
  • Mar 31, 2020 7:16am Mar 31, 2020 7:16am
  •  craig65
  • | Joined Jan 2012 | Status: Member | 221 Posts
Quoting CosmasMoses
Disliked
{quote} Here u go {file} regards Cosmas
Ignored
thanks. is it only putting one trade on per high or low cross. at the moment it opens a new trade everytime you close a trade if price is above or below the high or low
 
 
  • Post #33,376
  • Quote
  • Mar 31, 2020 7:16am Mar 31, 2020 7:16am
  •  CosmasMoses
  • Joined Apr 2016 | Status: Member | 75 Posts
Quoting craig65
Disliked
{quote} I know nothing about coding, so I don't know how to make a reverse breakout Ea
Ignored
i have reverse the orders , now when the price is above top line the it will trigger the sell order and vice versa .

regards
Cosmas .
Attached File(s)
File Type: mq4 EA_X_MY_HIGH_LOW_V2.02(Reverse).mq4   5 KB | 210 downloads
 
 
  • Post #33,377
  • Quote
  • Mar 31, 2020 7:24am Mar 31, 2020 7:24am
  •  CosmasMoses
  • Joined Apr 2016 | Status: Member | 75 Posts
Quoting craig65
Disliked
{quote} thanks. is it only putting one trade on per high or low cross. at the moment it opens a new trade everytime you close a trade if price is above or below the high or low
Ignored
i dont know what this mean are u questioning or telling me something ? The logic behind this ea quite simple when price cross above High or Low level , ea will open trade ( buy/sell ) . Plus u can set trade = false during open trade mean ea will not open any trade after it set to false .

regards
Cosmas
 
 
  • Post #33,378
  • Quote
  • Mar 31, 2020 7:27am Mar 31, 2020 7:27am
  •  craig65
  • | Joined Jan 2012 | Status: Member | 221 Posts
Quoting CosmasMoses
Disliked
{quote} i dont know what this mean are u questioning or telling me something ? The logic behind this ea quite simple when price cross above High or Low level , ea will open trade ( buy/sell ) . Plus u can set trade = false during open trade mean ea will not open any trade after it set to false . regards Cosmas
Ignored
if I close a trade manually the EA will straight away put another trade on if the price is still above the high line or below the low line. I want only one trade put on everytime the price crosses the high or low line
 
 
  • Post #33,379
  • Quote
  • Mar 31, 2020 7:31am Mar 31, 2020 7:31am
  •  CosmasMoses
  • Joined Apr 2016 | Status: Member | 75 Posts
Quoting craig65
Disliked
{quote} if I close a trade manually the EA will straight away put another trade on if the price is still above the high line or below the low line. I want only one trade put on everytime the price crosses the high or low line
Ignored
U need to disable the trade option before u close it, then after some time then u able trade function.

Regards
Cosmas
 
 
  • Post #33,380
  • Quote
  • Mar 31, 2020 7:41am Mar 31, 2020 7:41am
  •  craig65
  • | Joined Jan 2012 | Status: Member | 221 Posts
Quoting CosmasMoses
Disliked
{quote} U need to disable the trade option before u close it, then after some time then u able trade function. Regards Cosmas
Ignored
I cant open expert advisor properties after every trade and disable EA
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 16671668Page 166916701671 2916
    • 1 Page 1669 2916
32 traders viewing now, 7 are members:
Uru
,
rocktheedge
,
Invisible
,
roma23
,
satheesh
,
solorik
,
llJustll
  • 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 / ©2023