• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:00am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:00am
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 36 replies

I will code your pivot EAs for no charge 18 replies

EAs and indicators relating to moutaki... 22 replies

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

Need help to code EAs for MT4 and MT5 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 35,886
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 612613Page 614615616 2614
  • 1 Page 614 2614
  •  
  • Post #12,261
  • Quote
  • Mar 10, 2016 11:25am Mar 10, 2016 11:25am
  •  Suntelius
  • | Joined Aug 2015 | Status: Coder | 43 Posts
Quoting drbalajidnb
Disliked
{quote} hi, The EA need to analyze the MA LOADED on the current chart to which the EA is attached. the current chart here will be the offline chart. i have posted the pic of the chart with MA on it. EA need to analyze this MA cross over when buy signal is got it should take Takes buy signal for the basket with BUY FOR 12 pairs(GBPUSD,EURUSD,AUDUSD,EURGBP,USDJPY,AUDJPY,CHFJPY,NZDJPY,GBPJPY,EURJPY,NZDUSD,EURCHF) and SELL 2 pairs (USDCHF,AND GBPCHF) and close the entire basket whn there is opposite signal or option of TP and SL. when SELL signal is...
Ignored


Check...
Attached File
File Type: ex4 TradeHedgeBasketMA.ex4   33 KB | 169 downloads
"Talk is cheap. Show me the code." Linus Torvalds
 
 
  • Post #12,262
  • Quote
  • Mar 10, 2016 11:47am Mar 10, 2016 11:47am
  •  Suntelius
  • | Joined Aug 2015 | Status: Coder | 43 Posts
Quoting reymaq
Disliked
Hello programmers, I need some help with the indicator attached below. Its called Aroon Up and Down indicator. It has a sound alert for the Up and Down crossover. The problem is that when crossover occurs and there are multiple charts open, it doesn't specify the chart in which the crossover occurred. One therefore has to go through all the open charts to check where the crossover occurred. If someone can help me to add that feature of specifying the chart in which the cross occurred during the sound alert i would appreciate so much. Regards. {file}...
Ignored
Check...
Attached File
File Type: ex4 aroon_up_down_3.ex4   11 KB | 170 downloads
"Talk is cheap. Show me the code." Linus Torvalds
 
 
  • Post #12,263
  • Quote
  • Mar 10, 2016 11:47am Mar 10, 2016 11:47am
  •  SHines01
  • | Joined May 2012 | Status: Member | 13 Posts
Is it possible to add a timer to this EA so a position closes after a specified time? Running it as is on the Strategy Tester gives great results, until it closes for a tremendous loss. Apparently the EA will not close until it makes a profit. This causes the EA to have an open position for days to 4 years at a time. If a postion could be closed because it has been open too long the true strendth [or weakness] of the EA can be seen.

Back testing shows several trades per day, so a timer for several hours should be sufficient.
Attached File
File Type: mq4 MADX-07.mq4   6 KB | 325 downloads
 
 
  • Post #12,264
  • Quote
  • Mar 10, 2016 11:55am Mar 10, 2016 11:55am
  •  Suntelius
  • | Joined Aug 2015 | Status: Coder | 43 Posts
Quoting ozzxxy
Disliked
Hi all.Happy to be part of this community .I would like someone to modify this indicator in such a way that I can modify the number of countBars. The problem is that it keeps freezing my mt4 after around 30 minutes. I have to close and load the mt4 in order for it to work again. I have had the same problem with other indicators and reducing the countBars value always fixes the problem but this indicator does not give me the option to do so. {file}
Ignored
Check...

If CountBars = 0 Then EA use real bars
Attached File
File Type: ex4 DualTimeFrameStoch.ex4   24 KB | 165 downloads
"Talk is cheap. Show me the code." Linus Torvalds
 
 
  • Post #12,265
  • Quote
  • Mar 10, 2016 12:02pm Mar 10, 2016 12:02pm
  •  reymaq
  • | Joined Mar 2016 | Status: Member | 7 Posts
Quoting Suntelius
Disliked
{quote} Check... {file}
Ignored
Thank you so much! Just what i was looking for. I appreciate so much.
 
 
  • Post #12,266
  • Quote
  • Mar 10, 2016 12:09pm Mar 10, 2016 12:09pm
  •  Suntelius
  • | Joined Aug 2015 | Status: Coder | 43 Posts
Quoting SHines01
Disliked
Is it possible to add a timer to this EA so a position closes after a specified time? Running it as is on the Strategy Tester gives great results, until it closes for a tremendous loss. Apparently the EA will not close until it makes a profit. This causes the EA to have an open position for days to 4 years at a time. If a postion could be closed because it has been open too long the true strendth [or weakness] of the EA can be seen. Back testing shows several trades per day, so a timer for several hours should be sufficient.{file}
Ignored

You want that orders close after x hours? Why do you not use SL and TP?
"Talk is cheap. Show me the code." Linus Torvalds
 
 
  • Post #12,267
  • Quote
  • Mar 10, 2016 12:24pm Mar 10, 2016 12:24pm
  •  drbalajidnb
  • | Joined Sep 2010 | Status: Member | 43 Posts
Quoting Suntelius
Disliked
{quote} Check... {file}
Ignored
Thank u. Will check and let u know.
 
 
  • Post #12,268
  • Quote
  • Mar 10, 2016 12:49pm Mar 10, 2016 12:49pm
  •  SHines01
  • | Joined May 2012 | Status: Member | 13 Posts
I am new to Forex, so I did not think of that. I have just been running EA's through the Strategy Tester.
The EA has a TP, but not a SL. So adding the SL would definitely be the easier way to go.

I think
[I have no idea what is needed to write an EA]

Steve
 
 
  • Post #12,269
  • Quote
  • Mar 10, 2016 1:16pm Mar 10, 2016 1:16pm
  •  chaoshydra
  • | Joined Mar 2015 | Status: Member | 177 Posts
Quoting cyber1
Disliked
{quote} chaos- the attached indicator should do what you want. You can change via the inputs how many consecutive candles must close in one direction in addition you can also have 2 out of 3 or 4 out of 5. There is also a reverse strategy that can be implemented. Rules are similar except when there is a reversal candle the previous 3 must close in the opposite direction. Again you can also have 2 out of 3 or 4 out of 5 or whatever you would like. {file}
Ignored
Hi cyber1.
first , thank you very VERY much to answering me and taking time to help me.
this indicator is almost what i need but the problem is:
i would like the alarm to be triggered as soon as the third of the 3 consecutive candle is closed
i dont need alarm if there is 4, 5, 6 or more consecutive candle (meaning that if there is for exemple 4 consecutive candle, i need alarm after candle 1 2 and 3 and not candle 2 3 and 4.
also the arrow work well but not the sound.

my goal here his to enter the market when alarm is triggered , by buying if there is 3 consecutive green ( or selling if 3 consecutive red candle) according where they are placed on the chart.

again, thank you very much
 
 
  • Post #12,270
  • Quote
  • Mar 10, 2016 1:44pm Mar 10, 2016 1:44pm
  •  Suntelius
  • | Joined Aug 2015 | Status: Coder | 43 Posts
Quoting SHines01
Disliked
I am new to Forex, so I did not think of that. I have just been running EA's through the Strategy Tester. The EA has a TP, but not a SL. So adding the SL would definitely be the easier way to go. I think [I have no idea what is needed to write an EA] Steve
Ignored
Yes, you right. Tray this...
Attached File
File Type: ex4 MADX-07.ex4   15 KB | 230 downloads
"Talk is cheap. Show me the code." Linus Torvalds
 
 
  • Post #12,271
  • Quote
  • Mar 10, 2016 1:56pm Mar 10, 2016 1:56pm
  •  Amankwah
  • | Joined Mar 2016 | Status: Junior Member | 1 Post
1. I press ctrl s
2. I then choose the file with which i want to save the history data to as shown in the snapshot.
3. I then click on the save buttom to save the updated history

i use this history data i save for my anylysis through various pairs about 32 of them (eurusd,audcad,nzdjpy etc.). I make the analysis with only h4,d1,w1 and mn1 timeframes only and their saved history. The processes i have outlined above is done repeatedly and takes a lot of time for me to save all the 32 pairs in their timeframes h4,d1,w1 and mn1 for each pair.

I am therefore craving your assisstance for an mt4 script/ea which can run the process i have outline above in saving my history data to speed up my analysis.

Hoping to hear your response. Thank you.if you need any explanation i would like a means to send you a video.
Attached Images (click to enlarge)
Click to Enlarge

Name: step 1.jpg
Size: 70 KB Click to Enlarge

Name: step 2.jpg
Size: 70 KB
 
 
  • Post #12,272
  • Quote
  • Mar 10, 2016 2:11pm Mar 10, 2016 2:11pm
  •  frosty77
  • | Joined Mar 2016 | Status: Junior Member | 4 Posts
Hello, massively new to this but having problem with the indicator below. I would like to be able to see the M5 and other TMA on the M1 chart. It appears i can only see the TMA of the timeframe of the current chart (i.e. only TMA M1 on M1 chart). If anyone could advise on this id be more than grateful.

Jack
Attached File
File Type: mq4 TMA (2).mq4   8 KB | 148 downloads
 
 
  • Post #12,273
  • Quote
  • Mar 10, 2016 2:19pm Mar 10, 2016 2:19pm
  •  drbalajidnb
  • | Joined Sep 2010 | Status: Member | 43 Posts
Quoting Suntelius
Disliked
{quote} Check... {file}
Ignored
hi,

NICE JOB. the EA works as per logic it took basket trade after the cross of MA. But immediately after taking the basket it closed the basket and took another basket and closed it again and it repeated it for total 3 times ,so immediately after the signal it took 3 baskets and closed it in seconds and fourth basket worked well and stayed fully as per logic it got closed in opposite signal. but it was weird it took 3 baskets and closed again in the next signal and fourth basket stayed well. I FEEL IT TAKES TRADE AND CLOSES IT AND TAKES AGAIN TILL THAT SIGNAL BAR IS COMPLETED. PROBABLY MAKE IT ONE BASKET TRADE PER SIGNAL BAR AND also entrY and exit should not happen in the same bar should solve the problem.

i put two EA in two different time frames M1 and M5 and during contrasting signal the ea started closing each other trades even thou they had different magic number.

ONCE AGAIN I THANK U FOR THE TIME U TAKE IN THIS
 
 
  • Post #12,274
  • Quote
  • Mar 10, 2016 2:22pm Mar 10, 2016 2:22pm
  •  reinerh
  • | Joined Aug 2008 | Status: Member | 276 Posts
was wondering if any capable coder could code me the following ea ? i would guess its not all too complicated and dont expect it for free.
just drop me a note via pm and we can discuss.

a trade alerter, sending a mail via mt4 when a certain size order has been opened.

inputs as folllows:

send mail = yes no

lot size = input lot size from .01 to 50

intervalminutes = input in minutes

all symbols = yes no when no it only alerts the chart its running on

inputs showing on a panel left top corner

if anybody could do that for me that would be fantastic.
 
 
  • Post #12,275
  • Quote
  • Mar 10, 2016 2:33pm Mar 10, 2016 2:33pm
  •  Dsangani30
  • | Joined Mar 2016 | Status: Junior Member | 1 Post
any one can please change this ea setting to reverse
buy stop == sell limit
sell stop == buy limit
i want to recover its drawdown its very profitable
Attached File
File Type: mq4 mGRID EA.mq4   9 KB | 168 downloads
 
 
  • Post #12,276
  • Quote
  • Mar 10, 2016 2:47pm Mar 10, 2016 2:47pm
  •  Suntelius
  • | Joined Aug 2015 | Status: Coder | 43 Posts
Quoting drbalajidnb
Disliked
{quote} hi, NICE JOB. the EA works as per logic it took basket trade after the cross of MA. But immediately after taking the basket it closed the basket and took another basket and closed it again and it repeated it for total 3 times ,so immediately after the signal it took 3 baskets and closed it in seconds and fourth basket worked well and stayed fully as per logic it got closed in opposite signal. but it was weird it took 3 baskets and closed again in the next signal and fourth basket stayed well. I FEEL IT TAKES TRADE AND CLOSES IT AND TAKES...
Ignored

My bad...
Attached File
File Type: ex4 TradeHedgeBasketMA.ex4   34 KB | 167 downloads
"Talk is cheap. Show me the code." Linus Torvalds
 
 
  • Post #12,277
  • Quote
  • Mar 10, 2016 4:06pm Mar 10, 2016 4:06pm
  •  Suntelius
  • | Joined Aug 2015 | Status: Coder | 43 Posts
Quoting frosty77
Disliked
Hello, massively new to this but having problem with the indicator below. I would like to be able to see the M5 and other TMA on the M1 chart. It appears i can only see the TMA of the timeframe of the current chart (i.e. only TMA M1 on M1 chart). If anyone could advise on this id be more than grateful. Jack{file}
Ignored
Hi,

Very easy, put TimeFrame in imputs (M1, M5, M15, M30, H1, H4, D1, W1, MN).
Tray it...
Attached File
File Type: ex4 TMA.ex4   27 KB | 154 downloads
"Talk is cheap. Show me the code." Linus Torvalds
 
 
  • Post #12,278
  • Quote
  • Mar 10, 2016 4:43pm Mar 10, 2016 4:43pm
  •  Suntelius
  • | Joined Aug 2015 | Status: Coder | 43 Posts
Quoting Dsangani30
Disliked
any one can please change this ea setting to reverse buy stop == sell limit sell stop == buy limit i want to recover its drawdown its very profitable{file}
Ignored
It is very good to kill your sleep and account. Be very careful!
Attached File
File Type: ex4 mGRID EA.ex4   23 KB | 171 downloads
"Talk is cheap. Show me the code." Linus Torvalds
 
 
  • Post #12,279
  • Quote
  • Mar 10, 2016 4:52pm Mar 10, 2016 4:52pm
  •  maximumguita
  • Joined Apr 2015 | Status: Member | 1,055 Posts
Quoting maximumguita
Disliked
Hello everybody, would someone please be so kind to write an EA for testing puposes for me? Attached is a Strenght Indicator, Buy logic is Strengh above 90 and sell below 10 regarding only to the shown overall strength above in the Indicator. TP is, if the value falls back x percent and SL a value back below 80 or above 20. As a Filter i have attached the N4S Indy. Buy only if all shown Timeframes are green and sell if all are red. This will happen if in all TF the counted Speed is above the threshold level. Adjustable should be: Lot size Threshold...
Ignored
Nobody?? The Idea is good, Currency strength and Speed= money
(.)(.) think first ...
 
 
  • Post #12,280
  • Quote
  • Mar 10, 2016 5:08pm Mar 10, 2016 5:08pm
  •  frosty77
  • | Joined Mar 2016 | Status: Junior Member | 4 Posts
Quoting Suntelius
Disliked
{quote} Hi, Very easy, put TimeFrame in imputs (M1, M5, M15, M30, H1, H4, D1, W1, MN). Tray it... {file}
Ignored
Hi, thanks for your reply, tried changing input as shown but still only get one TMA on my chart (the one for the selected TF).

Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 272 KB
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 612613Page 614615616 2614
    • 1 Page 614 2614
10 traders viewing now, 6 are members:
Mapseam
,
kennyxox
,
exchange306
,
ffss
,
Invisible
,
Uru
  • More
Top of Page
Forex Factory Blog Updated: Alerting All Members
  • 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 / ©2022