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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Coding robots and indicators in C# for no charge (cTrader API) 181 replies

Oanda MT4 - Indicators and EAs not showing 1 reply

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
  • 30,212
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 515516Page 517518519 2213
  • 1 Page 517 2213
  •  
  • Post #10,321
  • Quote
  • Edited at 1:49pm Nov 13, 2015 9:59am | Edited at 1:49pm
  •  fbrand79
  • | Joined Oct 2012 | Status: SwartMamba | 78 Posts
Quoting cyber1
Disliked
{quote} fbrand79- This should work now. {file}
Ignored
cyber1

Thanx for the help, it works now.

I see you changed the following from
Inserted Code
  
   int counted_bars=IndicatorCounted();
   int limit =Bars-counted_bars-1;
   for(int i = 0;i<limit;i++){

to the new
Inserted Code
int counted_bars=0;
if(counted_bars>0) counted_bars--;
int limit=Bars-counted_bars-1;
Comment(limit);
for(int i = 0;i<limit;i++){

The only thing I'm really clear about is the Comment and the "for" to increment, but the rest .....

What I understand is you define counted_bars to 0, but why not IndicatorCounted()?

In the next line do you use "counted_bars--" because of no IndicatorCounted()?

And please explain "Bars-counted_bars-1"?


Your help is appreciated.

I assume this change has to do with the one indi working on the current bar and the other on the previous bar.

Would you mind explaining this to me as this section in code is a part I'm not to clued up about, (well most of the stuff as I'm still learning ), or if you can give me some keywords to search for, cause I'm not sure where to look for it. I've also just used what is in the templates.

I have a few indies I need to call but some start with int=0 and others int=1, is not just gonna be better to make all start with 1, at least then you know it's not repainting also?
  • Post #10,322
  • Quote
  • Nov 13, 2015 2:47pm Nov 13, 2015 2:47pm
  •  siraj74
  • | Joined Jul 2014 | Status: Member | 92 Posts
Hello Friends and guru, can somebody post an indicator showing Pivot Lines, S1, R1 for M1,M5,M15,M30 time frames, I don't need H1,D1,MH1. I will really appreciate.
  • Post #10,323
  • Quote
  • Nov 13, 2015 3:08pm Nov 13, 2015 3:08pm
  •  Atihun
  • | Joined Feb 2012 | Status: Member | 923 Posts
Quoting edyraper
Disliked
is there any indicator showing your average entry price ?
Ignored
try this
https://www.mql5.com/en/code/12037
follow the flow
  • Post #10,324
  • Quote
  • Nov 13, 2015 3:17pm Nov 13, 2015 3:17pm
  •  Senan7
  • | Joined Mar 2014 | Status: Member | 92 Posts
Hi Simon,

I have looked at this ITT indicator and I think its not practical. The signal of the reversal or top/bottom is indicated after 2or 3 sometimes after 4 bars, by that time the move in the opposite direction most likely is ended already, so when the signal occurs the PA is ready to reverse again, so I do not see how its going to work. FYI. Maybe someone can explain to me if I am missing something. Thanks. Senan
  • Post #10,325
  • Quote
  • Nov 13, 2015 3:33pm Nov 13, 2015 3:33pm
  •  edyraper
  • Joined Dec 2014 | Status: Klugscheißer | 8,318 Posts
Quoting Atihun
Disliked
{quote} try this https://www.mql5.com/en/code/12037
Ignored
thanks
  • Post #10,326
  • Quote
  • Nov 13, 2015 5:12pm Nov 13, 2015 5:12pm
  •  hoosiertrade
  • | Joined Jan 2008 | Status: Member | 3 Posts
Hello Cyber1,

Would it be possible to create a zigzag indicator based on ATR/Volatility? Which will automatically adjusts to volatility.
So that the legs of the Zigzag indicator will auto-adjust to the bar size. This is achieved by calculating the minimum deviation as a multiple of the average true range instead of using a percentage or a fixed value.

Thank You for your time and consideration
  • Post #10,327
  • Quote
  • Edited at 8:06pm Nov 13, 2015 5:27pm | Edited at 8:06pm
  •  cja
  • Joined Feb 2007 | Status: Member | 1,650 Posts
Quoting Codix
Disliked
{quote} anyone?
Ignored
This EA will close open orders when the counter reaches ZERO seconds candle time for the timeframe it is loaded on.
In the inputs you can set it for various conditions.

Use Current symbol only true/false - allows the trader to control all Open Trades on the platform or just one Pair
Close all Open and Pending orders true/false - Closes ALL Open trades
Close all Open Buy orders true/false - Closes BUY Trades only
Close all Open Sell orders true/false - Closes SELL Trades only
Close all Pending orders true/false - Closes PENDING Trades only
Attached File
File Type: ex4 Close Orders by Candle Time.ex4   35 KB | 211 downloads
Trade what you see not what you hope
  • Post #10,328
  • Quote
  • Nov 14, 2015 4:56am Nov 14, 2015 4:56am
  •  fxrambo
  • | Joined Sep 2009 | Status: Member | 320 Posts
hellow cj
i hav attouched this barros swing indicator and it doesnt work could you check fofr me what might be the problem
  • Post #10,329
  • Quote
  • Nov 14, 2015 6:27am Nov 14, 2015 6:27am
  •  tejli007
  • | Joined Nov 2015 | Status: Member | 35 Posts
Hello Professionals!

I hope that someone will create this great EA:


When candle 1 + candle 2 are the same on the bottom, on the third candle should make a CALL with 80 SL and 80 TP (trailing will be perfect but if is hard do not do it).

The second candle have a 1 point on the bottom, and the first candle have a flat ground.

Thank you for your help!!
Attached Image
  • Post #10,330
  • Quote
  • Nov 14, 2015 9:34am Nov 14, 2015 9:34am
  •  Aaaa11111111
  • | Membership Revoked | Joined Nov 2015 | 42 Posts
Hello Andi,

I would like to know if you can code an EA as per below description:

Close any open positions and open a new position in the direction of arrow whenever the arrow appears on the MT4 selected currency pair chart.

It is an indicator which changes direction and I want an EA to perform the order opening and closing.

Please let me know if you can do this.

Thank you
  • Post #10,331
  • Quote
  • Nov 14, 2015 11:21am Nov 14, 2015 11:21am
  •  Codix
  • | Joined Jun 2013 | Status: Member | 39 Posts
Quoting cja
Disliked
{quote} This EA will close open orders when the counter reaches ZERO seconds candle time for the timeframe it is loaded on. In the inputs you can set it for various conditions. Use Current symbol only true/false - allows the trader to control all Open Trades on the platform or just one Pair Close all Open and Pending orders true/false - Closes ALL Open trades Close all Open Buy orders true/false - Closes BUY Trades only Close all Open Sell orders true/false - Closes SELL Trades only Close all Pending orders true/false - Closes PENDING Trades only...
Ignored
sweet cja, you're the man! thanks allot. I was about to create it myself but that would have probably taken me a week or 2 since i'm relatively new to programming expert advisors and programming in general. I see that you've attached the .ex4 file, Are you also willing to share the .mq4 file please? I would love to see the code for educational purposes.

Kind regards,

Codix
  • Post #10,332
  • Quote
  • Nov 14, 2015 11:23am Nov 14, 2015 11:23am
  •  Bicarus
  • Joined Nov 2014 | Status: Yoda | 887 Posts
Hi guys, does anyone have an EA or can someone code an ea which can put a tick above candlestick when candle has crossed over bollinger band's deviation??

sometimes candle looks like it closes above/under band but when i zoom it it doesnt actually cut and i have to look at data window to confirm which is kinda extra work imo..

help would be greatly appreciated
  • Post #10,333
  • Quote
  • Nov 14, 2015 11:24am Nov 14, 2015 11:24am
  •  siraj74
  • | Joined Jul 2014 | Status: Member | 92 Posts
Hello Friends, did somebody have a look of this post http://www.forexfactory.com/showthre...57#post8591357
  • Post #10,334
  • Quote
  • Nov 14, 2015 11:24am Nov 14, 2015 11:24am
  •  siraj74
  • | Joined Jul 2014 | Status: Member | 92 Posts
it was about Pivot line, S1 LINE AND R1 LINE indicator
  • Post #10,335
  • Quote
  • Nov 14, 2015 11:27am Nov 14, 2015 11:27am
  •  Codix
  • | Joined Jun 2013 | Status: Member | 39 Posts
Quoting cja
Disliked
{quote} This EA will close open orders when the counter reaches ZERO seconds candle time for the timeframe it is loaded on. In the inputs you can set it for various conditions. Use Current symbol only true/false - allows the trader to control all Open Trades on the platform or just one Pair Close all Open and Pending orders true/false - Closes ALL Open trades Close all Open Buy orders true/false - Closes BUY Trades only Close all Open Sell orders true/false - Closes SELL Trades only Close all Pending orders true/false - Closes PENDING Trades only...
Ignored
hmm, you're indicator doesen't seem to work. When i drag it into a graph the experts tab says Candlestick orders etc m!: loaded successfully, follow by close orders etc: Removed.
  • Post #10,336
  • Quote
  • Nov 14, 2015 1:26pm Nov 14, 2015 1:26pm
  •  Codix
  • | Joined Jun 2013 | Status: Member | 39 Posts
Quoting cja
Disliked
{quote} This EA will close open orders when the counter reaches ZERO seconds candle time for the timeframe it is loaded on. In the inputs you can set it for various conditions. Use Current symbol only true/false - allows the trader to control all Open Trades on the platform or just one Pair Close all Open and Pending orders true/false - Closes ALL Open trades Close all Open Buy orders true/false - Closes BUY Trades only Close all Open Sell orders true/false - Closes SELL Trades only Close all Pending orders true/false - Closes PENDING Trades only...
Ignored
Also, could you please add a similar clock option for OPENING positions next to the already existing close position clock? So, i open the position at 10:00 PM. The timer starts counting down on the 1hr chart and everything gets closed at 11:00 PM. If you have the time offcourse.

Kind regards

Codix
  • Post #10,337
  • Quote
  • Nov 14, 2015 1:31pm Nov 14, 2015 1:31pm
  •  archishard
  • | Joined Sep 2015 | Status: Member | 120 Posts
Would anybody who can code make an EA based non TRENDSIGNAL V2?
Attached File
File Type: mq4 Trendsignal_version_2.mq4   5 KB | 333 downloads
  • Post #10,338
  • Quote
  • Nov 14, 2015 2:53pm Nov 14, 2015 2:53pm
  •  cja
  • Joined Feb 2007 | Status: Member | 1,650 Posts
Quoting Codix
Disliked
{quote} hmm, you're indicator doesen't seem to work. When i drag it into a graph the experts tab says Candlestick orders etc m!: loaded successfully, follow by close orders etc: Removed.
Ignored
Its an EA ( Expert Advisor ) not an indicator so that could be your problem? It has been compiled on MT4 build 902. I just checked it on my MT4 and it loads up no problem.
Trade what you see not what you hope
  • Post #10,339
  • Quote
  • Nov 14, 2015 6:02pm Nov 14, 2015 6:02pm
  •  Codix
  • | Joined Jun 2013 | Status: Member | 39 Posts
Quoting cja
Disliked
{quote} Its an EA ( Expert Advisor ) not an indicator so that could be your problem? It has been compiled on MT4 build 902. I just checked it on my MT4 and it loads up no problem.
Ignored
i have the most recent build, 910 (updated november 12th.. I try to add it to a 1 minute chart, but it gets removed right away. Does it only work in a particular timeframe?

kind regards,
  • Post #10,340
  • Quote
  • Nov 14, 2015 6:07pm Nov 14, 2015 6:07pm
  •  Codix
  • | Joined Jun 2013 | Status: Member | 39 Posts
Quoting cja
Disliked
{quote} Its an EA ( Expert Advisor ) not an indicator so that could be your problem? It has been compiled on MT4 build 902. I just checked it on my MT4 and it loads up no problem.
Ignored

BTW, it says CUSTOM INDICATOR Close Orders By Candle Time DAX30H1 removed. According to mt4 it is an indicator

EDIT: in the Journal tab i get an additional explanation. Expert 'close order by candle time' is not custom indicator and will be removed'.

EDIT2: lol..... i'm supposed to put this in my experts folder and not in my indicator folder hahahahaha, i'm such a silly beaver
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 515516Page 517518519 2213
    • 1 Page 517 2213
20 traders viewing now, 3 are members:
Pipwizer
,
miroslavkol
,
kathirvel
  • 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