• Home
  • Forums
  • News
  • Calendar
  • Market
  • Login
  • Join
  • 11:41pm
Menu
  • Forums
  • News
  • Calendar
  • Market
  • Login
  • Join
  • 11:41pm
Sister Sites
  • Metals Mine
  • Crypto Craft
  • Forex Factory

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 31713172Page 317331743175 3183
  • 1 Page 3173 3183
  •  
  • Post #63,441
  • Quote
  • Sep 16, 2023 7:09pm Sep 16, 2023 7:09pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,686 Posts
Quoting jonjon0711
Disliked
{quote}...it is deleting other indicators off of the chart is it possible that this bug can be fixed? P.S- it is doing this with all these types of crosshair indicators...
Ignored
Can't modify that ex file. Attached is a new file.

Crosshair_sync
- crosshair on source chart with crosshairs on all other charts
- hotkey option
- xy cursor offset

gif
Attached Image (click to enlarge)
Click to Enlarge

Name: misc gif 1.gif
Size: 285 KB
Attached File(s)
File Type: ex4 Crosshair_sync.ex4   23 KB | 77 downloads
 
3
  • Post #63,442
  • Quote
  • Sep 17, 2023 2:57am Sep 17, 2023 2:57am
  •  AquaMan12345
  • | Joined Jan 2023 | Status: Member | 17 Posts
can anyone convert this indicator to mq5
Attached File(s)
File Type: ex4 TSR (6).ex4   14 KB | 44 downloads
File Type: mq4 TSR (6).mq4   6 KB | 81 downloads
 
 
  • Post #63,443
  • Quote
  • Edited 4:06am Sep 17, 2023 3:54am | Edited 4:06am
  •  Badguy
  • | Joined Nov 2006 | Status: Member | 357 Posts
Thanks jeanlouie

now it seems correct ( till the 5th number is different, but that's marginal )

Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 12 KB


why SMA70 have a bigger difference then the others

Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 13 KB




Attachment 4545462


Quoting jeanlouie
Disliked
{quote} I see what you mean, show lower tfs values too. Thanks for bringing it to my attention. MAs_MTF_toggle_wLabel - v1.6 - plot lower mtf values too Pic shows the same tf ma, on 1hr and 5min, the higher tf chart plots the last lower tf ma value. {file} {image}
Ignored
 
 
  • Post #63,444
  • Quote
  • Sep 17, 2023 3:57am Sep 17, 2023 3:57am
  •  Tibetian
  • Joined Sep 2017 | Status: Member | 59 Posts
Hi BestTrader and everyone who's been so helpful to others in this marvelous thread:

I would like to start coding a simple EA. I got basic code from a friend of mine, when I looked it I am am not sure it is right thing to do. Please if you can just take a minute to kindly point me to the right direction?

This EA I am coding basically just do the following simple things:
1)Place 3 Pending Orders (PO) a day on each side of price when market open each day (0000hr IC market time GMT+3). Each PO has an initial TP and NO SL. So you can imagine we just need to set 3 buy limit orders at 3 support levels, and 3 sell limit orders at 3 resistence levels as soon as market opens on new day.

2) Wait for price to hit the PO. If only one PO is hit then do nothing. If price hit Support #1, keep dropping and hit Support#2, then we need to modify TPs of both open orders to a new location (defined in EA input).

3) Next day, delete all POs that hasn't been triggered, if the support/resistance levels have changed, then place 6 more new POs using next day levels.

It doesn't do anything else. The support and resistance levels are based on daily chart so they only change once a day.

The code I received from my programmer, put all the functions inside onTick( ). That means, EA will be running the algorithm on every tick! Wouldn't this be too taxing on the computer resources?

Essential, we only need to execute the EA maybe a few times a day
First is to place all the POs.
2nd when more than one PO are hit then make a few quick calculations and move TPs of all open orders.
I also want this EA to allow manual intervention, that means if I don't like the TP set by the EA, I can manually move it to another place, and the EA wont overrule my intervention by moving it back to the original positions.

So my question is, is there a smarter way to go about this, than to write all the codes inside onTick( ).

I really appreciate your time and kindness
T.
 
 
  • Post #63,445
  • Quote
  • Sep 17, 2023 6:39am Sep 17, 2023 6:39am
  •  Isabella_D
  • Joined Jan 2012 | Status: Member | 1,140 Posts
https://www.forexfactory.com/thread/...9#post14576699
great Indi like always.
Could you kindly make a possibility for free choice of pairs included Indexes (special choice via Market watch)? Instead of Top x market. Means to add FX&Oil, Gold, S&P...
Many thanks in advance
 
 
  • Post #63,446
  • Quote
  • Sep 17, 2023 1:27pm Sep 17, 2023 1:27pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,686 Posts
Quoting Badguy
Disliked
...why SMA70 have a bigger difference then the others {image}...
Ignored
Because there is a typo causing an issue when the ma period is larger than tf minutes, I've updated the file and post.
 
 
  • Post #63,447
  • Quote
  • Sep 17, 2023 1:46pm Sep 17, 2023 1:46pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,686 Posts
Quoting Isabella_D
Disliked
... choice of pairs included Indexes (special choice via Market watch)? Instead of Top x market...
Ignored
Candle_Pattern_Scanner_v1.4
- optional input for symbols, comma separated, case sensitive
Attached File(s)
File Type: ex4 Candle_Pattern_Scanner_v1.4.ex4   36 KB | 104 downloads
 
2
  • Post #63,448
  • Quote
  • Sep 17, 2023 2:39pm Sep 17, 2023 2:39pm
  •  Isabella_D
  • Joined Jan 2012 | Status: Member | 1,140 Posts
https://www.forexfactory.com/thread/...0#post14579250
So fast and very good. I'm very glad about that.
 
 
  • Post #63,449
  • Quote
  • Sep 17, 2023 3:12pm Sep 17, 2023 3:12pm
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 2,276 Posts
Quoting jeanlouie
Disliked
{quote} Can't modify that ex file. Attached is a new file. Crosshair_sync - crosshair on source chart with crosshairs on all other charts - hotkey option - xy cursor offset gif {file} {image}
Ignored
this indicator is not working i guess,what am i doing wrong?
 
 
  • Post #63,450
  • Quote
  • Sep 17, 2023 4:43pm Sep 17, 2023 4:43pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,686 Posts
Quoting T4Trade
Disliked
{quote} this indicator is not working i guess,what am i doing wrong?
Ignored
If the first setting, start on, is false, then use the hotkey from the next setting.
 
1
  • Post #63,451
  • Quote
  • Sep 17, 2023 5:41pm Sep 17, 2023 5:41pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,523 Posts
Quoting Tibetian
Disliked
Hi BestTrader and everyone who's been so helpful to others in this marvelous thread: I would like to start coding a simple EA. I got basic code from a friend of mine, when I looked it I am am not sure it is right thing to do. Please if you can just take a minute to kindly point me to the right direction? This EA I am coding basically just do the following simple things: 1)Place 3 Pending Orders (PO) a day on each side of price when market open each day (0000hr IC market time GMT+3). Each PO has an initial TP and NO SL. So you can imagine we just...
Ignored
https://book.mql4.com/samples/expert
 
 
  • Post #63,452
  • Quote
  • Sep 17, 2023 5:59pm Sep 17, 2023 5:59pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,523 Posts
Quoting AquaMan12345
Disliked
can anyone convert this indicator to mq5 {file} {file}
Ignored
Attached File(s)
File Type: mq5 Hull average 2.mq5   13 KB | 44 downloads

Attached File(s)
File Type: mq5 Hull trend.mq5   15 KB | 47 downloads
 
 
  • Post #63,453
  • Quote
  • Sep 17, 2023 9:25pm Sep 17, 2023 9:25pm
  •  dinhnamtq
  • | Joined Dec 2019 | Status: Member | 33 Posts
Quoting BestTraderEv
Disliked
{quote} Looks like I managed to do it before the weekend! {file}
Ignored
So fast ! But I see that when used on the lower chart, the indicator does not stretch, meaning the indicator's time is only fixed, and the lower chart has more candles, so the TDI has to be scaled according to the chart...
Thanks !!!
THHN 'Gravity can cross the dimensions, including time'
CT.1 Profit This Week: -$6,771
 
 
  • Post #63,454
  • Quote
  • Sep 18, 2023 2:29am Sep 18, 2023 2:29am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 16,108 Posts
kindly provide a method to print CCI value on right of current price
 
 
  • Post #63,455
  • Quote
  • Sep 18, 2023 3:26am Sep 18, 2023 3:26am
  •  Robert S
  • | Joined Feb 2014 | Status: Member | 23 Posts
Does someone have an indicator or EA that would print Multi Time Frame arrows on the chart for MACD 0 line crossover and MAs crossover?
Like... if you are watching the 1 min chart, you would see on it when the MACD MAs or 0 line would be crossed on 5m, 15m, 1h, 4H - and it would be printed on the chart after the candle closes on those charts
Something like this:
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot 2023-09-18 at 10.20.22.png
Size: 194 KB
@PocketMoneyInv on Twitter
 
 
  • Post #63,456
  • Quote
  • Sep 18, 2023 4:25am Sep 18, 2023 4:25am
  •  Nonip
  • | Joined Nov 2019 | Status: Member | 162 Posts
Quoting BestTraderEv
Disliked
{quote} {file} {file}
Ignored
Hello BestTraderEv, really grateful for your assistance on this platform. I was wondering if you may get the time to assist by creating an indicator based on the idea shared on the uploaded word doc.
Attached File(s)
File Type: docx Qml.docx   245 KB | 36 downloads
"You can't buy the bottom, nor sell the top. The best you can strive for is
 
 
  • Post #63,457
  • Quote
  • Sep 18, 2023 5:02am Sep 18, 2023 5:02am
  •  bradthelad
  • | Joined Sep 2017 | Status: Junior Member | 1 Post
Hi mate, I need an EA to change the trade method once a trade has been booked in MT4. I need "Trade placed by Expert"..this is seen when you hover over the ticket number in the order column in the open trades window of MT4, this comment needs to be amended to "Trade placed manually".
What do you think ?? Thanks
 
 
  • Post #63,458
  • Quote
  • Sep 18, 2023 6:22am Sep 18, 2023 6:22am
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,908 Posts
Quoting BestTraderEv
Disliked
{quote} Hope this works for you! {file}
Ignored
Many many thanks .Sorry for late reply, i was not well.thanks again.
Say something meaningful or Silence!!
 
1
  • Post #63,459
  • Quote
  • Edited 8:17am Sep 18, 2023 6:29am | Edited 8:17am
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 2,276 Posts
please add mobile alert on these wonderful indicators
Attached File(s)
File Type: mq4 Three_Day_Rolling_Pivot.mq4   3 KB | 96 downloads
File Type: ex4 smQuarters Fractals.ex4   12 KB | 70 downloads
File Type: mq4 smQuarters Fractals.mq4   6 KB | 101 downloads
File Type: ex4 Three_Day_Rolling_Pivot.ex4   14 KB | 64 downloads
File Type: mq4 Syncoopate_Modification_BTF_Source.mq4   10 KB | 90 downloads
 
 
  • Post #63,460
  • Quote
  • Sep 18, 2023 6:43am Sep 18, 2023 6:43am
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 2,276 Posts
Quoting jeanlouie
Disliked
{quote} If the first setting, start on, is false, then use the hotkey from the next setting.
Ignored
thanks for guidance.
starton is true,but the tooltip box is not showing on chart,hotkey c is working,i prefer the small clickable box
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 31713172Page 317331743175 3183
    • 1 Page 3173 3183
41 traders viewing now, 4 are members:
TransparentT
,
Invisible
,
ellenbrook
,
maolincrei
  • More
Top of Page
  • Facebook
  • Twitter
About EE
  • Mission
  • Products
  • User Guide
  • Blog
  • Contact
EE Products
  • Forums
  • Calendar
  • News
  • Market
EE Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow EE
  • Facebook
  • Twitter

EE Sister Sites:

  • Metals Mine
  • Crypto Craft
  • Forex Factory

Energy EXCH™ is a brand of Fair Economy, Inc.

Terms of Service / ©2023