• Home
  • Forums
  • News
  • Calendar
  • Market
  • Login
  • Join
  • 11:37pm
Menu
  • Forums
  • News
  • Calendar
  • Market
  • Login
  • Join
  • 11:37pm
Sister Sites
  • Energy EXCH
  • 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,797
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 31723173Page 317431753176 3180
  • 1 Page 3174 3180
  •  
  • Post #63,461
  • Quote
  • Sep 18, 2023 6:48am Sep 18, 2023 6:48am
  •  fxguru2010
  • | Joined Dec 2012 | Status: Member | 203 Posts
Hello I am looking for an EA with a BUY and SELL button, with the following input.
so as soon as i press BUY or SELL button, it will automatically take 2 trades, set stop loss and targets, and immediately set trail stops.
the input will be as follows
stop loss will be ATR for the chart time frame specified. stop loss do not want pips as it can vary so want ATR. Profit target to be % of SL

there might already be a similar EA, so will appreciate if some one can share this.

string SectionEntry = "=== ENTRY ==="; // === ENTRY ===

input double LotSize1 = 0.10; // Lot Size 1
input double LotSize2 = 0.10; // Lot Size 2


input string SectionSl = "=== STOP LOSS ==="; // === STOP LOSS ===
input bool UseSl = true; // Use Stop loss
input double SlMarginAtrMultiplier = 2.0; // SL Margin (ATR Multiplier)
input ATR Time Frame = M5

input string SectionTp = "=== PROFIT TARGET ==="; // === PROFIT TARGET ===
input double TpSlMultiplier1 = 1.0; // TP1 (SL Multiplier)
extern double TpSlMultiplier2 = 8; // TP2 (SL Multiplier)

input string SectionTs = "=== TRAILING STOP ==="; // === TRAILING STOP ===
input bool UseTrailingStop = True; // Use Trailing stop
input ENUM_MA_METHOD TrailingStopMaMethod = MODE_EMA; // Trailing stop - MA Method
input ENUM_APPLIED_PRICE TrailingStopMaPrice = PRICE_CLOSE; // Trailing stop - Applied to
input ENUM_TIMEFRAMES TrailingStopMaTf = PERIOD_CURRENT; // Trailing stop - MA Timeframe
input int TrailingStopMaPeriod = 50; // Trailing stop - MA Period
input double TrailingStopBreakMarginAtrMultiplier = 3.0; // Trailing stop - Break margin (ATR Multiplier)
 
 
  • Post #63,462
  • Quote
  • Sep 18, 2023 11:53am Sep 18, 2023 11:53am
  •  matthysheyns
  • | Joined Oct 2022 | Status: Junior Member | 2 Posts
Hi everyone. I have an indicator that repaints but is there a way to make it stable the first time it appears? I had an EA made and it will be my exit indicator or unless there is another indicator that does the same job?
Attached File(s)
File Type: ex4 arrow.ex4   51 KB | 57 downloads
 
 
  • Post #63,463
  • Quote
  • Sep 18, 2023 12:58pm Sep 18, 2023 12:58pm
  •  efestus
  • Joined Dec 2014 | Status: Meditating | 178 Posts
Who can create an alert EA/indicator for free please,
On mt4
Motivation is what gets you started. Habit is what keeps you going
 
 
  • Post #63,464
  • Quote
  • Sep 18, 2023 4:08pm Sep 18, 2023 4:08pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,502 Posts
Quoting bradthelad
Disliked
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
Ignored
Not possible -you can not cheat your broker or the platform.
 
 
  • Post #63,465
  • Quote
  • Sep 18, 2023 4:13pm Sep 18, 2023 4:13pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,502 Posts
Quoting Robert S
Disliked
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: {image}
Ignored
Attached Image (click to enlarge)
Click to Enlarge

Name: 2023-09-18_221219.jpg
Size: 10 KB

Attached Image (click to enlarge)
Click to Enlarge

Name: 2023-09-18_221323.jpg
Size: 10 KB
 
 
  • Post #63,466
  • Quote
  • Sep 18, 2023 4:22pm Sep 18, 2023 4:22pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,502 Posts
Quoting PatienceFx
Disliked
kindly provide a method to print CCI value on right of current price
Ignored
Create OBJ_TEXT in OnInit().
In OnCalculate():
Use ObjectSetDouble() to move the text tag with the Bid price.
Use iCCI() to get the current CCI value:
https://docs.mql4.com/indicators/icci
Use ObjectSetString() to modify the CCI value in the text tag.
 
 
  • Post #63,467
  • Quote
  • Sep 18, 2023 4:29pm Sep 18, 2023 4:29pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,502 Posts
Quoting Nonip
Disliked
{quote} 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. {file}
Ignored
The SHS pattern indicators already exist:
Attached File(s)
File Type: zip pz-shs-pattern-indicator.zip   307 KB | 118 downloads

Attached Image (click to enlarge)
Click to Enlarge

Name: 2023-09-18_222904.jpg
Size: 9 KB

and explore!
 
 
  • Post #63,468
  • Quote
  • Sep 18, 2023 4:45pm Sep 18, 2023 4:45pm
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,502 Posts
Quoting matthysheyns
Disliked
Hi everyone. I have an indicator that repaints but is there a way to make it stable the first time it appears? I had an EA made and it will be my exit indicator or unless there is another indicator that does the same job? {file}
Ignored
You should ask the author!
https://www.forexfactory.com/mrdfx
I see the author was active quite recently.
 
 
  • Post #63,469
  • Quote
  • Sep 19, 2023 3:56am Sep 19, 2023 3:56am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 16,054 Posts | Online Now
Quoting BestTraderEv
Disliked
{quote} Create OBJ_TEXT in OnInit(). In OnCalculate(): Use ObjectSetDouble() to move the text tag with the Bid price. Use iCCI() to get the current CCI value: https://docs.mql4.com/indicators/icci Use ObjectSetString() to modify the CCI value in the text tag.
Ignored
thanks
Attached Image (click to enlarge)
Click to Enlarge

Name: EURUSDH4.png
Size: 23 KB
Certified gambler by mariejose
 
1
  • Post #63,470
  • Quote
  • Sep 19, 2023 4:58am Sep 19, 2023 4:58am
  •  Nonip
  • | Joined Nov 2019 | Status: Member | 161 Posts
Quoting BestTraderEv
Disliked
{quote} The SHS pattern indicators already exist: {file} {image} and explore!
Ignored
Thanks for the prompt reply but this is not a SHS pattern, In this case one leg has to be longer than the other (signifying a break of structure in a particular direction)
"You can't buy the bottom, nor sell the top. The best you can strive for is
 
 
  • Post #63,471
  • Quote
  • Edited 8:03am Sep 19, 2023 7:37am | Edited 8:03am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,502 Posts
Quoting Nonip
Disliked
{quote} Thanks for the prompt reply but this is not a SHS pattern, In this case one leg has to be longer than the other (signifying a break of structure in a particular direction)
Ignored
This is still a version of the SHS pattern....
You could use one of the available Harmonic Patterns indicators.
I think they also call this version the Quasimodo pattern.

BTW. No indicator can actually recognise these patterns perfectly.

And, this strategy is nothing new. I know people who only trade this pattern. They plot a grid of pending stop orders. And they use money stop loss.
It's either the whole grid reaches TP, or Stop Loss on money. No excuses. The idea is is based on the assumption that TP pays for all the losses multiple times. I have watched personally, live as one of such traders did not close 4000 Euro profit because the price didn't reach TP which was at 6000 Euro profit, and got SL -300 Euro.
https://indicatorspot.com/indicator/...odo-indicator/
Attached File(s)
File Type: ex4 FIGHTForex_Quasimodo_Zone_EA_V1.ex4   15 KB | 53 downloads
File Type: ex4 ZigZag_XABCD_Indicator.ex4   21 KB | 72 downloads
File Type: zip Quasimodo.zip   < 1 KB | 68 downloads
File Type: zip Quasimodo-MT4.zip   < 1 KB | 87 downloads
 
2
  • Post #63,472
  • Quote
  • Sep 19, 2023 7:40am Sep 19, 2023 7:40am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,502 Posts
Quoting PatienceFx
Disliked
{quote} thanks {image}
Ignored
You can use the OBJPROP_ANCHOR to position the tag on the price line, or below the price line.
 
 
  • Post #63,473
  • Quote
  • Edited 8:37am Sep 19, 2023 8:18am | Edited 8:37am
  •  AquaMan12345
  • | Joined Jan 2023 | Status: Member | 16 Posts
can anyone convert these to mq5
Attached File(s)
File Type: ex4 Candle body size.ex4   10 KB | 39 downloads
File Type: mq4 Candle body size.mq4   1 KB | 58 downloads
File Type: ex4 Peak.ex4   19 KB | 43 downloads
File Type: mq4 Peak.mq4   7 KB | 64 downloads
 
 
  • Post #63,474
  • Quote
  • Sep 19, 2023 9:09am Sep 19, 2023 9:09am
  •  BestTraderEv
  • Joined Mar 2022 | Status: Member | 1,502 Posts
Quoting AquaMan12345
Disliked
can anyone convert these to mq5 {file} {file} {file} {file}
Ignored
This one, no problem:
Attached File(s)
File Type: mq5 Candle body size.mq5   2 KB | 29 downloads

The second one - NOPE!
 
 
  • Post #63,475
  • Quote
  • Sep 19, 2023 9:28am Sep 19, 2023 9:28am
  •  Quotex
  • | New Member | Status: Member | 16 Posts
Quoting BestTraderEv
Disliked
{quote} This one, no problem: {file} The second one - NOPE!
Ignored
sir please help me I'm begging you to convert the indicator I've sent to you,the stochastic indicator
1
 
  • Post #63,476
  • Quote
  • Sep 19, 2023 11:18am Sep 19, 2023 11:18am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 792 Posts
Please i need help from an active user, in form of pointing the right direction, due to the current situation which online payment system works in Russia aside from unionpay, webmoney, sticpay, am looking at one of these, skrill, perfectmoney, jeton wallet, astropay, and which of the banks allow transaction with the online payment
 
 
  • Post #63,477
  • Quote
  • Sep 19, 2023 3:26pm Sep 19, 2023 3:26pm
  •  reteid2222
  • Joined Aug 2015 | Status: Coding Magician | 2,541 Posts
Quoting Samalin
Disliked
Please i need help from an active user, in form of pointing the right direction, due to the current situation which online payment system works in Russia aside from unionpay, webmoney, sticpay, am looking at one of these, skrill, perfectmoney, jeton wallet, astropay, and which of the banks allow transaction with the online payment
Ignored
U r complete wrong here….sorry

we all r here to get much money…

NOT to give it away….
Vucking good EA coder...
#13 Return This Month: 72.6%
 
2
  • Post #63,478
  • Quote
  • Sep 19, 2023 3:37pm Sep 19, 2023 3:37pm
  •  tonyjustcom
  • | Joined Apr 2019 | Status: MEMBER | 81 Posts
Good day day tintep.
Trust you are doing great. Please i need your help in making the following indicators to mt5.

TT_Currency_Strength to mt5
TT WPR Dash-BT to mt5

Both to mt5
Please i will greatly appreciate. Thank you.
 
 
  • Post #63,479
  • Quote
  • Sep 19, 2023 3:39pm Sep 19, 2023 3:39pm
  •  tonyjustcom
  • | Joined Apr 2019 | Status: MEMBER | 81 Posts
Quoting tintep
Disliked
{quote} Hi Watercooler try this . I have this dashboard this calculate High Low from bar and timeframe it have fibo and fibofan . I think this similar you want {image} {image} {file}
Ignored
Good day day tintep.
Trust you are doing great. Please i need your help in making the following indicators to mt5.

TT_Currency_Strength to mt5
TT WPR Dash-BT to mt5

Both to mt5
Please i will greatly appreciate. Thank you.
 
 
  • Post #63,480
  • Quote
  • Edited 4:01pm Sep 19, 2023 3:50pm | Edited 4:01pm
  •  Samalin
  • Joined Apr 2017 | Status: Member | 792 Posts
Quoting reteid2222
Disliked
{quote} U r complete wrong here….sorry we all r here to get much money… NOT to give it away….
Ignored
please sorry how do you mean, do you mean you dont make deposit to your broker using online, or you mean giving such information will empty your wallet?
if the later is yes, how will i take your money by just mentioning active payment system and bank that works with it?, do fraudsters ask such questions before
they carry out such act, please enlighten me
"well anyone who have not experienced migraine will never know how it feels "
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 31723173Page 317431753176 3180
    • 1 Page 3174 3180
30 traders viewing now, 2 are members:
Chongrux
,
Invisible
  • More
Top of Page
  • Facebook
  • Twitter
About MM
  • Mission
  • Products
  • User Guide
  • Blog
  • Contact
MM Products
  • Forums
  • Calendar
  • News
  • Market
MM Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow MM
  • Facebook
  • Twitter

MM Sister Sites:

  • Energy EXCH
  • Crypto Craft
  • Forex Factory

Metals Mine™ is a brand of Fair Economy, Inc.

Terms of Service / ©2023