• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 3:22pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 3:22pm
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,976
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 14281429Page 143014311432 2619
  • 1 Page 1430 2619
  •  
  • Post #28,581
  • Quote
  • Apr 3, 2019 12:40am Apr 3, 2019 12:40am
  •  Tilltheend
  • | Joined Sep 2014 | Status: Member | 59 Posts
Quoting Beerrun
Disliked
{quote} Im sorry but I was wrong earlier. I just noticed you said it doesn't display proper values either. SessionBars goes into the loop as 0, which then I believe skips the for loop, for(ii=0;(ii<SessionBars);ii++){ Try moving your loop check and ii increment to the bottom of the loop like this for(ii=0; ; ){ ...your code... i++; if(ii>=SessionBars)break;}
Ignored
- My MT4 freezes when I compile this change.-> for(ii=0; ; ){ ..... i++; if(ii>=SessionBars)break;}
so cn't use it.

- Below FOR loop does same thing as original code n no need for SessionBars--
for(ii=0; ii<SessionBars-i; ii++){

Still it has same issues as original code.
 
 
  • Post #28,582
  • Quote
  • Apr 3, 2019 4:19am Apr 3, 2019 4:19am
  •  Tilltheend
  • | Joined Sep 2014 | Status: Member | 59 Posts
Quoting Tilltheend
Disliked
{quote} - My MT4 freezes when I compile this change.-> for(ii=0; ; ){ ..... i++; if(ii>=SessionBars)break;} so cn't use it. - Below FOR loop does same thing as original code n no need for SessionBars-- for(ii=0; ii<SessionBars-i; ii++){ Still it has same issues as original code.
Ignored
Thanks Beerrun for efforts.

Issue solved. I made following changes to FOR loops.

for (int i = 0; i < SessionBars; i++)
{
int k,j;
Bull2 = 0; Bear2 = 0;
for(j=0;j<ArraySize(MultiMkts);j++)
{
TotalPVToday=0;TotalVolumeToday=0;
string Symbol_Name = MultiMkts[j];
for(k=0;(k<SessionBars-i);k++){
 
1
  • Post #28,583
  • Quote
  • Apr 3, 2019 9:28am Apr 3, 2019 9:28am
  •  Snipe
  • | Commercial Member | Joined May 2017 | 101 Posts
Hi all

I know this is about EA's so I apologize in advance for the intrusion and going of slightly topic to cover platform hardware.

https://www.forexfactory.com/showthread.php?t=903751

I am developing a Forex Trading Keyboard would like your feedback and ideas on what it should include and how it should function?
The current design is some of the common keys and six user defined shortcut hotkeys :
The common keys are : Buy, Close Buy, Sell , Close Sell, Zoom in on chart, Zoom out off chart, Copy, Paste, Enter, AutoScale Chart, Close All Trades and CrossHair.
The 6 coloured buttons Yellow, Red,Green,Orange,Blue and White you can assign to indicators or scripts

Example:

  1. If you want the Yellow button to run a script like set TP and SL you assign Alt+1 hotkey to that script.
  2. If you want the Red button to launch an Indicator assign Alt+2 hotkey to that indicator
  3. You can do this for all six coloured buttons

The BUY SELL and buttons also run shortcut keys to scripts so you can set your lot sizes

Please give me your feedback any ideas welcome

https://www.forexfactory.com/showthread.php?t=903751

Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 234 KB
 
 
  • Post #28,584
  • Quote
  • Apr 3, 2019 10:14am Apr 3, 2019 10:14am
  •  skg3007
  • | Commercial Member | Joined Oct 2012 | 100 Posts
Quoting Snipe
Disliked
Hi all I know this is about EA's so I apologize in advance for the intrusion and going of slightly topic to cover platform hardware. https://www.forexfactory.com/showthread.php?t=903751 I am developing a Forex Trading Keyboard would like your feedback and ideas on what it should include and how it should function? The current design is some of the common keys and six user defined shortcut hotkeys : The common keys are : Buy, Close Buy, Sell , Close Sell, Zoom in on chart, Zoom out off chart, Copy, Paste, Enter, AutoScale Chart, Close...
Ignored
Hi stupid,
Spamming the thread.
 
1
  • Post #28,585
  • Quote
  • Apr 3, 2019 11:02am Apr 3, 2019 11:02am
  •  frankfoot75
  • | Joined Apr 2018 | Status: Junior Member | 2 Posts
Hello,i need someone to program for me the ichi360v8 indicator to send push messages to my email based on Kijun/Tenkan-sen crosses.Please help.
 
 
  • Post #28,586
  • Quote
  • Apr 3, 2019 1:35pm Apr 3, 2019 1:35pm
  •  AlexeyRoss
  • | Joined Mar 2019 | Status: Member | 45 Posts
Hello guys! Can you please make EA for this indicator
simple rules:
on green buy - when yellow exit
on red sell - when yellow exit
Thank you!
Attached File
File Type: ex4 adx_TOMTOM.ex4   8 KB | 310 downloads
 
 
  • Post #28,587
  • Quote
  • Apr 3, 2019 2:15pm Apr 3, 2019 2:15pm
  •  NickBixy
  • Joined Apr 2018 | Status: Member | 716 Posts
can you check for bugs or improvement to be made in my indicator? please and thank you, its on my profile 'Multi Pair Pivot Point Scanner Alerts v2'
The Happiness of your life depends on the quality of your thoughts
 
1
  • Post #28,588
  • Quote
  • Apr 3, 2019 4:14pm Apr 3, 2019 4:14pm
  •  astonbraham
  • | Joined Nov 2018 | Status: Member | 97 Posts
Quoting NickBixy
Disliked
can you check for bugs or improvement to be made in my indicator? please and thank you, its on my profile 'Multi Pair Pivot Point Scanner Alerts v2'
Ignored
Good job!
Possible improvements:

Enable/Disable alerts for each R/S Level
Add a parameter to trigger alerts only once price enter a pivot region (Eg: +10/-10 pips) from the exact pivots
 
 
  • Post #28,589
  • Quote
  • Apr 3, 2019 4:28pm Apr 3, 2019 4:28pm
  •  Ephantus
  • | Joined Jul 2018 | Status: Junior Member | 2 Posts
Can you make a dashboard of my indicators?
 
 
  • Post #28,590
  • Quote
  • Apr 3, 2019 7:12pm Apr 3, 2019 7:12pm
  •  chino
  • | Joined Sep 2016 | Status: Member | 70 Posts
anyone having trouble with https://www.forexfactory.com/ffcal_week_this.xml ? icant see anything and i need it for my EA
 
1
  • Post #28,591
  • Quote
  • Apr 3, 2019 7:22pm Apr 3, 2019 7:22pm
  •  NickBixy
  • Joined Apr 2018 | Status: Member | 716 Posts
Quoting chino
Disliked
anyone having trouble with https://www.forexfactory.com/ffcal_week_this.xml ? icant see anything and i need it for my EA
Ignored
yea that link is opening blank page, but i found a xml link on the calendar page maybe that will help, go to https://www.forexfactory.com/calendar.php then go to bottom left you will see
Weekly Export
CSV | JSON | XML

https://cdn-nfs.faireconomy.media/ff..._thisweek.xml?
The Happiness of your life depends on the quality of your thoughts
 
1
  • Post #28,592
  • Quote
  • Apr 3, 2019 8:03pm Apr 3, 2019 8:03pm
  •  chino
  • | Joined Sep 2016 | Status: Member | 70 Posts
Quoting NickBixy
Disliked
{quote} yea that link is opening blank page, but i found a xml link on the calendar page maybe that will help, go to https://www.forexfactory.com/calendar.php then go to bottom left you will see Weekly Export CSV | JSON | XML https://cdn-nfs.faireconomy.media/ff..._thisweek.xml?...
Ignored
o well never saw that! haha thanks mate i just hope the one that did the EA can check that and fix it, if not i hope FF get back that link on haha Thanks !
 
 
  • Post #28,593
  • Quote
  • Apr 4, 2019 1:19am Apr 4, 2019 1:19am
  •  huddersfield
  • | Joined Oct 2018 | Status: Junior Member | 2 Posts
Hello,

Can I please ask if it's possible to not have the name of the indicator shown in the window? I'd like to put multiple charts on one screen as watch-list and those words occupy a bit more space than I liked.

Many thanks in advance!
Attached Image (click to enlarge)
Click to Enlarge

Name: 2019-04-04_15-14-58.jpg
Size: 229 KB
 
 
  • Post #28,594
  • Quote
  • Apr 4, 2019 1:54am Apr 4, 2019 1:54am
  •  rosalieone
  • Joined Sep 2009 | Status: Member | 497 Posts
TDI
 
 
  • Post #28,595
  • Quote
  • Apr 4, 2019 2:07am Apr 4, 2019 2:07am
  •  Dinlud
  • | Joined Jul 2016 | Status: Member | 4 Posts
Hello guys.i have been testing this system and i just noticed that its profitability is just awesome. I use a copmbination of TDI and OSMA. I would like someone to develop a dashboard that blinks red when both the TDI and the OSMA are positive and red when the opposite happens. That dasshboard should be able to display the conditions for minute five to day one.
Attached Image
Attached Image
 
 
  • Post #28,596
  • Quote
  • Apr 4, 2019 6:19am Apr 4, 2019 6:19am
  •  Beerrun
  • Joined Jan 2016 | Status: Good Coder | Bad Trader | 458 Posts
Quoting huddersfield
Disliked
Hello, Can I please ask if it's possible to not have the name of the indicator shown in the window? I'd like to put multiple charts on one screen as watch-list and those words occupy a bit more space than I liked. Many thanks in advance! {image}
Ignored
Yes it’s possible
IndicatorShortName(“ “);
 
 
  • Post #28,597
  • Quote
  • Apr 4, 2019 6:26am Apr 4, 2019 6:26am
  •  bossbossy
  • | Joined Apr 2019 | Status: Member | 17 Posts
guys i need help to find this EA

can anyone help me

i want EA that auto modify TP/SL ALL buy/SELL oders to xxx pips base on break even line EX. in this pic is 1.31777 i want 10pips then both TP should be @1.31877

i only found the EA that modify each order 10pips not calculate form break even line and i want it to always stick even i move TP to 200pips it will come back to 10pips ( @1.31877)

also calculate placed order and new order in Real time

anyone have this kind of EA please share

best regards
Attached Image (click to enlarge)
Click to Enlarge

Name: help.png
Size: 106 KB
 
 
  • Post #28,598
  • Quote
  • Apr 4, 2019 10:54am Apr 4, 2019 10:54am
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,562 Posts
Quoting classy
Disliked
i am looking for script which open at a time (drag and drop) major pairs cross pairs yen pairs eur pairs gbp pairs aud pairs nzd pairs
Ignored
any one know about this type of scripts?
Say something meaningful or Silence!!
 
 
  • Post #28,599
  • Quote
  • Edited at 11:19am Apr 4, 2019 11:08am | Edited at 11:19am
  •  edyraper
  • Joined Dec 2014 | Status: Klugscheißer | 8,318 Posts
Been looking for a simple trade management EA for days in the FF... couldn't find anything that actually works.
What I've found on FF:
Quick trailing
THV CaveManager v1.41
Ivoe 1.6.1

These don't satisfy what I actually need. There are some lacking futures, like of the top of my head, one of them manages only "one" trade at a time on one pair...

A simple EA that would:

Break even after x pips
Close 33% after y pips

It should be enough to just through it on only one chart to manage all running trades. Treating each trade individually is important, it shouldn't get confused by hedges, multiple trades, etc...

Additionally it can have some futures such as "push notifications" for x amount of pips for certain pairs, x amount profit/loss on certain pair or over all. but not necessary.
And also it should be working on JPY pairs, XAUUSD, US500, Nikkei 225, etc... beside the pairs.
 
 
  • Post #28,600
  • Quote
  • Apr 4, 2019 11:23am Apr 4, 2019 11:23am
  •  cliprs
  • Joined Mar 2019 | Status: Member | 54 Posts
Hello there. firstly sorry for my bad english. This indicator is a classic fractal indicator. Where the fractal is formed, I want a small line instead of arrow. I would be glad if you help. thank you.
Attached File
File Type: mq4 TFractal.mq4   12 KB | 174 downloads
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 14281429Page 143014311432 2619
    • 1 Page 1430 2619
11 traders viewing now, 1 is a member:
jonjon0711
  • 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