• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 12:17am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 12:17am
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
  • 36,002
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 18591860Page 186118621863 2620
  • 1 Page 1861 2620
  •  
  • Post #37,201
  • Quote
  • Edited at 2:34pm Jul 4, 2020 12:55pm | Edited at 2:34pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,216 Posts
Quoting bojack34
Disliked
{quote} ...add the Previous Week High/Low's and the Daily Open...
Ignored
just fyi small update
Quoting Bazzza
Disliked
{quote} ...make it that the text is at the right hand end of the level lines, not above the lines...
Ignored
Looks so much better now
Attached Image (click to enlarge)
Click to Enlarge

Name: lines bojack34 v1.3 pic 1.png
Size: 25 KB
Attached File
File Type: ex4 Lines_bojack34_v1.3.ex4   65 KB | 112 downloads
 
1
  • Post #37,202
  • Quote
  • Jul 4, 2020 1:03pm Jul 4, 2020 1:03pm
  •  TBurg73
  • | Joined Apr 2020 | Status: Member | 23 Posts
Can someone convert this to mt4?
Attached File
File Type: zip average-penetration-histogram.zip   27 KB | 92 downloads
 
 
  • Post #37,203
  • Quote
  • Jul 4, 2020 1:22pm Jul 4, 2020 1:22pm
  •  Bazzza
  • | Joined Sep 2014 | Status: Member | 191 Posts
Quoting jeanlouie
Disliked
{quote} Looks so much better now {file} {image}
Ignored

Excellent. Thank you so much.

Cheers, Baz
 
 
  • Post #37,204
  • Quote
  • Jul 4, 2020 1:28pm Jul 4, 2020 1:28pm
  •  Da.Blanchot
  • | Joined Mar 2013 | Status: Member | 34 Posts
hi guys..

can someone please kindly help me to add an option of adding 2-3 deviations
with decimals allowed..
for example : 1.5xx , 2.000 , 2.5xx

thanks..
Attached File
File Type: mq4 MTF_BollingerBands.mq4   5 KB | 65 downloads
 
 
  • Post #37,205
  • Quote
  • Jul 4, 2020 1:50pm Jul 4, 2020 1:50pm
  •  sciv98
  • | Joined May 2020 | Status: Member | 13 Posts
Hi fellow traders, I'm looking for someone to code an EA based on the MACD crossover of the EMA with the SMA. I will prefer it to be on MT5. At least someone who could start it and I'll finish it. TP and SL will be placed on the next cross. If someone is have to do it please let me know.
Thanks in advance to anyone who can help me.
 
 
  • Post #37,206
  • Quote
  • Jul 4, 2020 2:06pm Jul 4, 2020 2:06pm
  •  erex
  • | Joined Jul 2019 | Status: Member | 121 Posts
Quoting jeanlouie
Disliked
{quote} Not quite that, but in the meantime- Template_Switcher_All - lists all templates as buttons in the subwindow - styling, height-width-bg color-font size - columns scale with chart width - needs "Allow dll" checked - any loaded template will need this indicator saved with it for it to still be present {file} {image}
Ignored
PLZ!!!
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_2.png
Size: 75 KB
 
 
  • Post #37,207
  • Quote
  • Jul 4, 2020 2:54pm Jul 4, 2020 2:54pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,216 Posts
Quoting Da.Blanchot
Disliked
...add an option of adding 2-3 deviations with decimals allowed.. for example : 1.5xx , 2.000 , 2.5xx ...
Ignored
its done;
- 3 deviation levels
- deviations as decimals
Attached Image (click to enlarge)
Click to Enlarge

Name: bb mtf edit 3std pic1.png
Size: 21 KB
Attached File
File Type: mq4 MTF_BollingerBands_x3levels.mq4   13 KB | 139 downloads
 
1
  • Post #37,208
  • Quote
  • Jul 4, 2020 3:50pm Jul 4, 2020 3:50pm
  •  de5151
  • | Joined Mar 2017 | Status: Member | 135 Posts
This is mladen's TTM Scalper indicator. Can someone change it so that arrows appear over/under candles instead of "bars" on candlesticks like it is now?

Thanks for any help!

Attached File
File Type: mq4 TTM Scalper Indicator.mq4   7 KB | 175 downloads
 
 
  • Post #37,209
  • Quote
  • Edited at 5:04pm Jul 4, 2020 4:18pm | Edited at 5:04pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 845 Posts
Quoting claypot
Disliked
{quote} Hi BlueRain, 1. EA will close all open positive positions with specified profit if it it matches MagicNumber. Let say I run an EA that has 1 or multiple (basket) open EURUSD orders and they have same MajicNumber and they reach my specified profit $3.00 then the Trade EA close those baskets orders - Yes - it seems you want to count "sum of profit" from "Current Chart Symbol" only. example: Chart is ENUUSD, and you have 5 position and Total profit from ENUUSD is $20.00. - Yes - if sum of those profit is reached, close all positive positions...
Ignored
I see, basically you want to count only positive positions including commissions as bucket.
if sum of positive position is bigger than set amount, close all positive positions.

Try attached.
it checks bucket total profit sum including profit+orderswap+ordercommission and close positions with profit.
Attached File
File Type: mq4 Close All OPEN orders after SET AccountPROFIT EA.mq4   10 KB | 88 downloads
 
1
  • Post #37,210
  • Quote
  • Jul 4, 2020 4:58pm Jul 4, 2020 4:58pm
  •  Jozec
  • | Joined Apr 2015 | Status: Member | 41 Posts
Quoting jeanlouie
Disliked
{quote} - that indicator you posted is decompiled, so can't do anything with it, but I can see how it would work and have made one from scratch, took a lot longer than I care to admit - there was quite a rabbit hole with this stochastic stuff, there's a discrepancy with how mql4 calculates some stochastic values, espcially in mtf mode, the difference is tiny, probably inconsequential too, but it's there - the specific indicator you want is the third one that has x3, for 3 instances Primer on Stochastic and MT4's version: - 100 x (Ci - Lx)/(Hx-Lx)...
Ignored
Thanks Jeanlouie for all the effort and time. Really appreciate.
 
 
  • Post #37,211
  • Quote
  • Jul 4, 2020 6:11pm Jul 4, 2020 6:11pm
  •  sciv98
  • | Joined May 2020 | Status: Member | 13 Posts
Quoting de5151
Disliked
This is mladen's TTM Scalper indicator. Can someone change it so that arrows appear over/under candles instead of "bars" on candlesticks like it is now? Thanks for any help! {file}
Ignored
Does this indicator repaints? I've seen it briefly on a chart and it seems too good.
 
 
  • Post #37,212
  • Quote
  • Jul 4, 2020 6:57pm Jul 4, 2020 6:57pm
  •  Da.Blanchot
  • | Joined Mar 2013 | Status: Member | 34 Posts
Quoting jeanlouie
Disliked
{quote} its done; - 3 deviation levels - deviations as decimals {image} {file}
Ignored

thank you so much jeanlouie..
superb n fast as always!!
May God Bless You n all FF members..
 
 
  • Post #37,213
  • Quote
  • Jul 4, 2020 9:54pm Jul 4, 2020 9:54pm
  •  de5151
  • | Joined Mar 2017 | Status: Member | 135 Posts
Quoting sciv98
Disliked
{quote} Does this indicator repaints? I've seen it briefly on a chart and it seems too good.
Ignored
I have no idea because I recently ran across it, but I will assume that it does repaint in real time.
 
 
  • Post #37,214
  • Quote
  • Jul 4, 2020 10:45pm Jul 4, 2020 10:45pm
  •  claypot
  • | Joined Apr 2007 | Status: Member | 92 Posts
Quoting BlueRain
Disliked
{quote} I see, basically you want to count only positive positions including commissions as bucket. if sum of positive position is bigger than set amount, close all positive positions. Try attached. it checks bucket total profit sum including profit+orderswap+ordercommission and close positions with profit. {file}
Ignored
Hi BlueRain,

The Total sum of all the orders. Either Positive or Negative must equal the positive profit target that is set. So EURUSD profit target is $5.00 then
3 EURSUD orders are positive $10.00 and 2 EURUSD orders are negative $-5.00.
So then $10.00 - $5.00 = $5.00 total of open position which then hits the profit target $5.00 hence closes all position. Hope that makes sense.


Cheers.
 
 
  • Post #37,215
  • Quote
  • Jul 4, 2020 11:02pm Jul 4, 2020 11:02pm
  •  Albertus01
  • | Joined Jul 2020 | Status: Junior Member | 1 Post
Hi..

So, I am looking for a script or ea that will open a trade on the next candle.

i was using chart creator that compile movement of price
after moving 20 pips from previous candle it will creat new bar candle
meaning if the first bar is bull it will need to move 20 pip to creat new bull bar . or it will need to move -40 pip to creat new bear bar

and the rule are
Buy if 2 candel bar is bull ( SL previous bottom bear candel TP after Candel change from bull to bear )
Sell if 2 candel bar is bear ( SL previous bottom bull candel TP after Candel change from bear to bull )


detail image include
Attached Images (click to enlarge)
Click to Enlarge

Name: 1.png
Size: 26 KB Click to Enlarge

Name: 2.png
Size: 42 KB
Attached File
File Type: ex4 MXPchartCreator.ex4   32 KB | 97 downloads
 
 
  • Post #37,216
  • Quote
  • Jul 5, 2020 12:08am Jul 5, 2020 12:08am
  •  hendy83
  • | Joined Dec 2013 | Status: Member | 26 Posts
Quoting BlueRain
Disliked
{quote} I see, basically you want to count only positive positions including commissions as bucket. if sum of positive position is bigger than set amount, close all positive positions. Try attached. it checks bucket total profit sum including profit+orderswap+ordercommission and close positions with profit. {file}
Ignored
Hello Blue Rain
~ This EA is a semi auto helper (assistant), the TP and SL are good. Martingale is placed in SL.
~ Please help to replace the Maximal Open Trade "based on the INITIAL OP". NOT based on SL accumulations.

Thanks
Attached File
File Type: mq4 EA Assisten TP SL Marti.mq4   17 KB | 97 downloads
“Hire character. Train skill”
 
1
  • Post #37,217
  • Quote
  • Jul 5, 2020 4:24am Jul 5, 2020 4:24am
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 845 Posts
Quoting claypot
Disliked
{quote} Hi BlueRain, The Total sum of all the orders. Either Positive or Negative must equal the positive profit target that is set. So EURUSD profit target is $5.00 then 3 EURSUD orders are positive $10.00 and 2 EURUSD orders are negative $-5.00. So then $10.00 - $5.00 = $5.00 total of open position which then hits the profit target $5.00 hence closes all position. Hope that makes sense. Cheers.
Ignored
Changed how it calculate totalProfit - it now calculate all positions.

You have option that can enable to close all position when set to true.
Default is close only positive positions.
Attached File
File Type: mq4 Close All OPEN orders after SET AccountPROFIT EA.mq4   10 KB | 98 downloads
 
2
  • Post #37,218
  • Quote
  • Edited at 7:00am Jul 5, 2020 4:51am | Edited at 7:00am
  •  MustaminTewa
  • | Joined May 2019 | Status: Member | 13 Posts
Quoting BlueRain
Disliked
{quote} Changed how it calculate totalProfit - it now calculate all positions. You have option that can enable to close all position when set to true. Default is close only positive positions. {file}
Ignored
I am interested in using this
But does this EA still work after the target is met? or reactivate? I don't see any automatic setting. Does that mean the Open position is still run manually? EA will solve it later.

Please add this EA with a loss target as well so that when it goes wrong it must close out to keep our capital safe.
 
 
  • Post #37,219
  • Quote
  • Jul 5, 2020 5:55am Jul 5, 2020 5:55am
  •  Promiseafo
  • | Joined Jun 2020 | Status: Member | 16 Posts
Quoting lghr
Disliked
{quote} It's nothing. It's just a 2MA crossing reminder.
Ignored
yeah i know i need it for mt4
 
 
  • Post #37,220
  • Quote
  • Jul 5, 2020 7:30am Jul 5, 2020 7:30am
  •  iman45
  • | Joined May 2020 | Status: Member | 10 Posts
Anyone looking for an MT4 to cTrader trade copier?

https://ctrader.com/algos/cbots/show/2278
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 18591860Page 186118621863 2620
    • 1 Page 1861 2620
8 traders viewing now, 3 are members:
jonjon0711
,
Tr.Sau
,
crypto0014
  • 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