• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 12:45pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 12:45pm
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 81 replies

Need help to code EAs for MT4 and MT5 6 replies

I will code your pivot EAs for no charge 20 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
  • 43,837
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 15911592Page 159315941595 3184
  • 1 Page 1593 3184
  •  
  • Post #31,841
  • Quote
  • Edited 10:09pm Dec 22, 2019 9:24pm | Edited 10:09pm
  •  Phylo
  • Joined Feb 2012 | Status: Member | 2,445 Posts
Quoting JFphuket
Disliked
Hi Coders, I am wanting to have the vertical lines displayed for session open and close times, also have the option for Dotted lines (Style 2 in Colors Inputs) to be selected instead of Solid lines. There is currently only an Input for Line_Width Thanks in advance for any help with this. {file}
Ignored
https://www.mql5.com/en/code/12266

If linked indicator suitable - it will be pointless to leave further editing requests at the above linked site as I have stopped contributing and seldom check messages and discussions. Requests relating to the linked indicator can be done after Jan 10.
TSLA: 30-Dec-22 123.18 // 16-Jun-23 260.54 **111.51%**
 
 
  • Post #31,842
  • Quote
  • Dec 22, 2019 9:38pm Dec 22, 2019 9:38pm
  •  JFphuket
  • Joined Jul 2016 | Status: Member | 302 Posts
Quoting Phylo
Disliked
{quote} https://www.mql5.com/en/code/12266 If linked indicator suitable - it will be pointless to leave further editing requests at the above linked site as I have stopped contributing and seldom check messages and discussions. Requests relating to the linked indicator can done after Jan 10.
Ignored
Many thanks for that
 
1
  • Post #31,843
  • Quote
  • Edited Dec 23, 2019 10:42am Dec 22, 2019 11:15pm | Edited Dec 23, 2019 10:42am
  •  Dream_trader
  • | Joined Aug 2013 | Status: Trader | 170 Posts
Quoting Dream_trader
Disliked
Hi, everyone! For trading I use only SMA and Daily open price levels. Want to ask - is it easy to make EA which trades from Daily price levels (10pips from Daily open) and to side, which is from SMA? See attached image. {image} {file}
Ignored
If yes, maybe someone can help. Need till January. I can make $ support (PM). Thanks.

For trading I use only SMA and DAILY OPEN (indicator given) price levels.
a) SMA100 is above DAILY OPEN + price is +10 from DAILY OPEN = SELL
b) SMA100 is below DAILY OPEN + price is -10 from DAILY OPEN = BUY

Is it possible to make EA which trades from DAILY PRICE levels?
Attached Image (click to enlarge)
Click to Enlarge

Name: GBP USD MA100 EA.PNG
Size: 28 KB
Attached File(s)
File Type: ex4 Open Levels Historical.ex4   44 KB | 186 downloads
 
 
  • Post #31,844
  • Quote
  • Dec 23, 2019 1:48am Dec 23, 2019 1:48am
  •  Afrodeenn
  • | Joined Jan 2019 | Status: Member | 15 Posts
Quoting Afrodeenn
Disliked
//Short trilling // check for trailing stop //========================= // // This starts trailing after 'TrailStop' pips of profit if( TrailStop>0 && iClose(mySymbol,0,0)<OrderOpenPrice()-(TrailStop*myPoint) ) { ask=MarketInfo(mySymbol,MODE_ASK); if( OrderStopLoss() > ask+(TrailStop*myPoint) ) { SL=ask+(TrailStop*myPoint); TP=OrderTakeProfit(); OrderModify(OrderTicket(),OrderOpenPrice(),SL,TP,0,Red); gle=GetLastError(); if(gle==0) { logwrite(TradeComment,"MODIFY SELL TS Ticket="+OrderTicket()+" SL="+SL+" TP="+TP); } else { logwrite(TradeComment,"-----ERROR-----...
Ignored


Please anyone help me
 
 
  • Post #31,845
  • Quote
  • Dec 23, 2019 4:39am Dec 23, 2019 4:39am
  •  akwaig
  • | Joined Feb 2010 | Status: Member | 50 Posts
Hello

Can someone help put alert with arrow on color change including push notification and email alert on the attached indicator, please? I would be very much grateful.

Attached File(s)
File Type: mq4 ICS.mq4   8 KB | 281 downloads
 
 
  • Post #31,846
  • Quote
  • Dec 23, 2019 9:17am Dec 23, 2019 9:17am
  •  claudia1
  • Joined Apr 2013 | Status: Member | 10,297 Posts
Hi

Would somebody be so kind as to upgrade this so it works on build 1220.

Hanover created the advisor for me a few years back. It's based on a break of daily pivot with a lot of other features added as we went on.

Haven't used it for sometime but would like to. Have a pdf Hanover wrote which explains it in detail if that helps.

David isn't working on things like this anymore unfortunately as we all know.

Thanks in advance.
Attached File(s)
File Type: mq4 Wine Bar.mq4   80 KB | 223 downloads
 
 
  • Post #31,847
  • Quote
  • Dec 23, 2019 9:32am Dec 23, 2019 9:32am
  •  Jagg
  • Joined Oct 2006 | Status: Member | 533 Posts
Quoting claudia1
Disliked
Hi Would somebody be so kind as to upgrade this so it works on build 1220. Hanover created the advisor for me a few years back. It's based on a break of daily pivot with a lot of other features added as we went on. Haven't used it for sometime but would like to. Have a pdf Hanover wrote which explains it in detail if that helps. David isn't working on things like this anymore unfortunately as we all know. Thanks in advance. {file}
Ignored
...many warnings still in (didn't touch them because I have no time at the moment) - but with this slightly changed file it should be usable/compile.
Attached File(s)
File Type: mq4 Wine Bar.mq4   160 KB | 279 downloads
 
 
  • Post #31,848
  • Quote
  • Dec 23, 2019 9:34am Dec 23, 2019 9:34am
  •  claudia1
  • Joined Apr 2013 | Status: Member | 10,297 Posts
Quoting Jagg
Disliked
{quote} ...many warnings still in (didn't touch them because I have no time at the moment) - but with this slightly changed file it should be usable/compile. {file}
Ignored
Ok thanks.
 
 
  • Post #31,849
  • Quote
  • Dec 24, 2019 2:43am Dec 24, 2019 2:43am
  •  ots931010
  • | Joined Dec 2018 | Status: Professional Trader | 43 Posts
I have one EA that I have been used to trade on, based simply on inside bar price action, on 4H/Daily,
IMHO it's a reliable one on multiple pairs,
But I strongly feel that some filter must be added to it, perhaps daily pivot, BB, ect.
I would like to have a request to see if anyone is able to insert simply a SMA filter into the code,
by the way I 'm used to trade with this EA on Daily, and manually filter with 21 SMA,
but going forward I know H4 would be better (by optimization experience), but not sure should I keep using with 21SMA (I don't know much about indicators),
I would appreciate any suggestions.
And back to the topic, regarding 21SMA filter,
my rules to trade along with the EA (on daily TF) is simply,
Long Entry
• 21 SMA must be trending up and not flat;
Short Entry
• 21 SMA must be trending down and not flat.

Appreciate any coder to help!
And I would share with you the best pairs to trade and optimal inputs.
Thanks,
Dewi.
Attached File(s)
File Type: mq4 IS_bar.mq4   41 KB | 285 downloads
 
 
  • Post #31,850
  • Quote
  • Dec 24, 2019 11:19am Dec 24, 2019 11:19am
  •  ramzam
  • Joined Nov 2015 | Status: Member | 2,963 Posts
Attached Image (click to enlarge)
Click to Enlarge

Name: Image1.png
Size: 408 KB
Success is a Journey Not a Destination....... kind regards ramzam
 
3
  • Post #31,851
  • Quote
  • Dec 24, 2019 11:40am Dec 24, 2019 11:40am
  •  ramzam
  • Joined Nov 2015 | Status: Member | 2,963 Posts
any one having this type moving average with end price label and its name ...
the moving average line is need on off option to display.. but label and its name display need..
any one have means please share.. if not any great coding heart please create and help please
Attached Image (click to enlarge)
Click to Enlarge

Name: Image1.png
Size: 22 KB
Success is a Journey Not a Destination....... kind regards ramzam
 
1
  • Post #31,852
  • Quote
  • Dec 25, 2019 1:52am Dec 25, 2019 1:52am
  •  DittoDali
  • | Joined Feb 2011 | Status: Member | 12 Posts
Hi everyone,

Is there any Stochastic ea which open up a trade when the main and signal lines are crossing in the overbought/oversold area?
What I am looking for is the one that has adjustable parameters for the Stochastic and adjustable lines for the overbought/oversold area since I use different settings for various time frames and pairs.

Thank you.
 
 
  • Post #31,853
  • Quote
  • Dec 25, 2019 2:55am Dec 25, 2019 2:55am
  •  newbi3
  • | Joined Apr 2019 | Status: Member | 95 Posts
Quoting ramzam
Disliked
any one having this type moving average with end price label and its name ... the moving average line is need on off option to display.. but label and its name display need.. any one have means please share.. if not any great coding heart please create and help please {image}
Ignored
dude u cant remmber 4 MAs color on chart? or do u have 10 MAs on chart?
 
 
  • Post #31,854
  • Quote
  • Dec 25, 2019 3:19am Dec 25, 2019 3:19am
  •  tradervishal
  • | Joined Aug 2018 | Status: Member | 24 Posts
Hello Sir Actually i want if a patern like sppining top or hammer appear at any Bollinger band or EMA than it show errow sir can you plase do that thank u so much in advance
FX Trader
 
 
  • Post #31,855
  • Quote
  • Dec 25, 2019 6:43am Dec 25, 2019 6:43am
  •  simnz
  • Joined Nov 2015 | Status: Member | 2,525 Posts
Would somebody be so kind as to upgrade this so it works on build 1220?

The indicator shows the length of the trend line in points.

The indicator adds the information as the number of points to all the trend lines that already are placed on the chart, or soon will be. By moving the line, it is possible to measure the trends.

Thank you.
Attached File(s)
File Type: mq4 cm_trend_info.mq4   4 KB | 213 downloads
Practice makes a person perfect
 
 
  • Post #31,856
  • Quote
  • Dec 25, 2019 9:31am Dec 25, 2019 9:31am
  •  SalmanM
  • | Additional Username | Joined Dec 2019 | 96 Posts
Quoting simnz
Disliked
Would somebody be so kind as to upgrade this so it works on build 1220? The indicator shows the length of the trend line in points. The indicator adds the information as the number of points to all the trend lines that already are placed on the chart, or soon will be. By moving the line, it is possible to measure the trends. Thank you. {file}
Ignored
what is the problem
it is working well!
 
 
  • Post #31,857
  • Quote
  • Dec 25, 2019 9:36am Dec 25, 2019 9:36am
  •  SalmanM
  • | Additional Username | Joined Dec 2019 | 96 Posts
Quoting simnz
Disliked
Would somebody be so kind as to upgrade this so it works on build 1220? The indicator shows the length of the trend line in points. The indicator adds the information as the number of points to all the trend lines that already are placed on the chart, or soon will be. By moving the line, it is possible to measure the trends. Thank you. {file}
Ignored
plus he had better to use OnTimer function instead of OnCalculate since there is no mere indicators.
in this way you guarantee automatic updated of trend value if you change trend points.

ALSO possible future problems like zero-divide in code has been solved.
downloud:
Attached File(s)
File Type: mq4 cm_trend_info.mq4   9 KB | 271 downloads
 
 
  • Post #31,858
  • Quote
  • Dec 25, 2019 11:31am Dec 25, 2019 11:31am
  •  vijiragavan
  • Joined Aug 2016 | Status: Member | 202 Posts
Could you guys upload MTF version of KVO indicator
Still learning. Telegram @TraderJaya
 
 
  • Post #31,859
  • Quote
  • Dec 25, 2019 1:50pm Dec 25, 2019 1:50pm
  •  Abhijit555
  • | Joined Jun 2019 | Status: Junior Member | 2 Posts
I get the feeling that the answer is simple and it'll be a no but I'm going to ask anyway and risk ridicule.
I'd like to set an TMA alert onto all markets on my MT4 PLATFORM , and there are obviously loads of markets-shares/fx/oil/indices etc. My question is-is it possible to be alerted to an TMA UPPER AND LOWER BAND PENETRATION BY PRICE on these markets without having all the charts open? I'm guessing it's not possible but thought it might be worth a punt if anyone had any ideas.
If it can be done pls help me to add this function to following indi
Cheers and happy trading,
Attached File(s)
File Type: ex4 FastTMALine (1).ex4   9 KB | 142 downloads
 
 
  • Post #31,860
  • Quote
  • Dec 25, 2019 8:40pm Dec 25, 2019 8:40pm
  •  ramzam
  • Joined Nov 2015 | Status: Member | 2,963 Posts
Quoting newbi3
Disliked
{quote} dude u cant remmber 4 MAs color on chart? or do u have 10 MAs on chart?
Ignored
bro i asked if one indicator attached for ma it will display the its value and the price. like sma 10 - 4536
if i attached again that indicator for value ma 20 then it show sma 20 - 4542
like that i want
Success is a Journey Not a Destination....... kind regards ramzam
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 15911592Page 159315941595 3184
    • 1 Page 1593 3184
32 traders viewing now, 6 are members:
munish7786
,
Pipclub
,
sachal
,
Invisible
,
crypto0014
,
rell4
  • 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