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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Need help to code EAs for MT4 and MT5 4 replies

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

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 36,989
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 23612362Page 236323642365 2686
  • 1 Page 2363 2686
  •  
  • Post #47,241
  • Quote
  • Jul 16, 2021 4:20pm Jul 16, 2021 4:20pm
  •  Fxforum
  • | Joined Mar 2017 | Status: Member | 105 Posts
Quoting vuthanhkhiem
Disliked
If it's not asking too much. Could someone decompile two indicators like this, i just have file .ex4, many thanks to anyone decompiles it (ex4 to .mq4). I use two indicators a lot in my operating system. I would be very grateful. {file} {file} {image}
Ignored
Here is something, hoping that would help!
Attached Files
File Type: mq4 MA Crossover Alert.mq4   8 KB | 137 downloads
File Type: mq4 IINWMARROWS.mq4   4 KB | 152 downloads
File Type: mq4 MagnumCross.mq4   5 KB | 179 downloads
 
 
  • Post #47,242
  • Quote
  • Jul 17, 2021 4:09am Jul 17, 2021 4:09am
  •  pipibrasci
  • Joined May 2021 | Status: Member | 742 Posts
Quoting Samalin
Disliked
{quote} thanks so much for your effort to share this idea, if i understand you clearly, i will open a currency pair chart, change it to line chart then i will use RSI 13 change the price to Median HL/2, and thats it?
Ignored
Yes sir, just as you have it on the charts. for the RSI use the Apply to: HL/2 settings.
Grit; Knowledge; positive mindset; all you need to overcome & KIS!!!
 
 
  • Post #47,243
  • Quote
  • Jul 17, 2021 4:43am Jul 17, 2021 4:43am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 470 Posts
Quoting pipibrasci
Disliked
{quote} Yes sir, just as you have it on the charts. for the RSI use the Apply to: HL/2 settings.
Ignored
Thanks
 
 
  • Post #47,244
  • Quote
  • Jul 17, 2021 6:13am Jul 17, 2021 6:13am
  •  Vesparader
  • | Joined Jul 2021 | Status: Junior Member | 3 Posts
Hello!

Could you modify this existing script?

https://www.mql5.com/en/code/11473

I wanted to add the following function to have a lower profit just in case the trend changes ( applies to the basket, no single trades ):

- Profit to Close: $25
- Profit to Secure: $15

In the above case the EA will TP at $25 and close all trades but if the total basket does not reach $25 and starts falling it will close all trades at $15.
The basket calculation must include swap fees and commissions.

Many thanks if you can help!
 
 
  • Post #47,245
  • Quote
  • Jul 17, 2021 6:22am Jul 17, 2021 6:22am
  •  chartistpro
  • | Joined Apr 2014 | Status: Member | 18 Posts
Samalin .. Here it is
Attached File
File Type: mq4 BlueSpreadADR.mq4   5 KB | 135 downloads
 
 
  • Post #47,246
  • Quote
  • Jul 17, 2021 7:23am Jul 17, 2021 7:23am
  •  Bankpips
  • | Joined Mar 2012 | Status: Member | 83 Posts
Quoting chaveznqoos
Disliked
{quote} {file}
Ignored
Thanks so mcch
Attached Image (click to enlarge)
Click to Enlarge

Name: Trend.png
Size: 206 KB
 
 
  • Post #47,247
  • Quote
  • Jul 17, 2021 7:36am Jul 17, 2021 7:36am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 1,036 Posts
Quoting XplosionKibo
Disliked
{quote} ...............here you go! Note: (In order to speed up the overall response from the indicator, adjust the parameter "BarsLimit" as low as your needs!) {image} {file} {file}
Ignored
Hi please i need your help here im a bit woozy on settings ,the attached chart trader expert is what i want to execute trades alert placed by 2rev bar entry indicator with, how do i incorporate the STOP LOSS TAKE PROFIT from the indicator into the chart expert advisor so that all i need is just to press the button and the ea place the trade in line with the input from the 2rev bar indicator,i use 5digit broker.Thanks
Attached File
File Type: ex4 ChartTraderv02.00.ex4   91 KB | 155 downloads
Attached File
File Type: mq4 2RevBarsEntry_arr0Bar_mtf_alerts.mq4   5 KB | 161 downloads
Attached Image (click to enlarge)
Click to Enlarge

Name: EXPLO 1.PNG
Size: 43 KB
 
 
  • Post #47,248
  • Quote
  • Jul 17, 2021 9:52am Jul 17, 2021 9:52am
  •  catman1
  • | Joined Jan 2018 | Status: Member | 59 Posts
Hello friends, I think this may be useful to code mq4 for confirmation to our trading systems:

//Created by Trading Rush https://tradingrush.net/
// Trading Rush
//@version=4

study(title="Trading Rush Choppy Market", shorttitle="TR Choppy Market", resolution="")

line = input(20, minval=0, maxval=100, title="Line")

line_new = line/10

col_green = #4caf50

col_green_slow = #81c784

col_green_slower = #c8e6c9

col_red = #4caf50

col_red_slow= #a5d6a7

col_red_slower= #c8e6c9

col_chop= color.new(color.white, 100)

hist = 10


maColor = if(close[1] > close[2] and close[2] > close[3] and close[3] > close[4] and close[4] > close[5] and close[5] > close[6])
col_green
else if(close[1] > close[2] and close[2] > close[3] and close[3] > close[4])
col_green_slow
else if(close[2] > close[3] and close[3] > close[4] and close[4] > close[5] and close[5] > close[6])
col_green_slower
else if(close[1] > close[2] and close[3] > close[4] and close[4] > close[5] and close[5] > close[6])
col_green_slower
else if(close[1] > close[2] and close[2] > close[3] and close[4] > close[5] and close[5] > close[6])
col_green_slower
else if(close[1] > close[2] and close[2] > close[3] and close[3] > close[4] and close[5] > close[6])
col_green_slower
else if(close[1] > close[2] and close[2] > close[3] and close[3] > close[4] and close[4] > close[5])
col_green_slower


else if(close[1] < close[2] and close[2] < close[3] and close[3] < close[4] and close[4] < close[5] and close[5] < close[6])
col_green
else if(close[1] < close[2] and close[2] < close[3] and close[3] < close[4])
col_green_slow
else if(close[2] < close[3] and close[3] < close[4] and close[4] < close[5] and close[5] < close[6])
col_green_slower
else if(close[1] < close[2] and close[3] < close[4] and close[4] < close[5] and close[5] < close[6])
col_green_slower
else if(close[1] < close[2] and close[2] < close[3] and close[4] < close[5] and close[5] < close[6])
col_green_slower
else if(close[1] < close[2] and close[2] < close[3] and close[3] < close[4] and close[5] < close[6])
col_green_slower
else if(close[1] < close[2] and close[2] < close[3] and close[3] < close[4] and close[4] < close[5])
col_green_slower



else
col_chop



if (maColor == col_green)

hist := 10

if (maColor == col_green_slow)

hist := 10

if (maColor == col_green_slower)

hist := 10

if (maColor == col_chop)

hist := 0



main = hist[1]+hist[2]+hist[3]+hist[4]+hist[5]+hist[6]+hist[7]+hist[8]+hist[9]+hist[10]/10



mainColor = if(main < main[1])
color.red
else
color.purple


plot(hist*line_new, title="Choppy", style=plot.style_columns, color=maColor)
plot(line, title="Line", color=color.orange, linewidth=2)
plot(main, title="Average", color=mainColor, linewidth=2)
 
 
  • Post #47,249
  • Quote
  • Jul 17, 2021 11:19am Jul 17, 2021 11:19am
  •  XplosionKibo
  • Joined Feb 2020 | Status: Member | 80 Posts
Quoting Slingshots1
Disliked
{quote} Hi please i need your help here im a bit woozy on settings ,the attached chart trader expert is what i want to execute trades alert placed by 2rev bar entry indicator with, how do i incorporate the STOP LOSS TAKE PROFIT from the indicator into the chart expert advisor so that all i need is just to press the button and the ea place the trade in line with the input from the 2rev bar indicator,i use 5digit broker.Thanks{file}{file}{image}
Ignored
.............you simply need to modify the EA, in order so it could have access to the indicator buffers!
.............and in order to modify the EA, you need to have access to the EA in mq4 file extansion!
 
 
  • Post #47,250
  • Quote
  • Edited at 11:58am Jul 17, 2021 11:30am | Edited at 11:58am
  •  Carlos1
  • | Joined Aug 2014 | Status: Member | 143 Posts
Hi,

Would anybody be kind enough to mod the attached indicator to show only the TDI upper level (68) & lower level ( 32) cross arrows/alerts displaying on the chart.

I've done the usual internet search for TDI indicators but they nearly all show arrows/alerts for all of the TDI crosses and not just the upper and lower extreme levels which are a higher probability entry/exit signal. Alternatively if anyone has something similar they could post would be appreciated.

Thanks, Carlos
Attached File
File Type: mq4 TDI Red Green (mtf + alerts +arrows).mq4   36 KB | 163 downloads
"All good things to those who wait"
 
 
  • Post #47,251
  • Quote
  • Jul 17, 2021 11:34am Jul 17, 2021 11:34am
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,562 Posts
Quoting classy
Disliked
JEAN BRO IF I AM NOT WRONG may be this daily lines with hi low indicator is created by you which is now show only upto 4h (plz see )image so my humble request if it is not too much bother you please modify upto month TF . i want indicator show day, week and month as same fashion as TF4 and Tf 1. thanks in advance i attached indicator , settings and image.any question plz let know. {file} {image} {image} {image} {image}
Ignored
is it possible to show other time frame as like current 4h high-low please
Say something meaningful or Silence!!
 
 
  • Post #47,252
  • Quote
  • Jul 17, 2021 11:36am Jul 17, 2021 11:36am
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,562 Posts
Quoting jeanlouie
Disliked
{quote} https://www.forexfactory.com/thread/...4#post13500394 Updated to run on tick. HL_MTF - high/low lines of any tf - either current or previous period {file} {image}
Ignored
this is not same as i requested.please consider to as i desribed.
Say something meaningful or Silence!!
 
 
  • Post #47,253
  • Quote
  • Jul 17, 2021 11:50am Jul 17, 2021 11:50am
  •  Samalin
  • Joined Apr 2017 | Status: Member | 470 Posts
Quoting chartistpro
Disliked
Samalin .. Here it is {file}
Ignored
Thanks so much for your prompt response I am grateful
 
 
  • Post #47,254
  • Quote
  • Jul 17, 2021 1:06pm Jul 17, 2021 1:06pm
  •  Thiagot10
  • | Joined Jan 2020 | Status: Member | 307 Posts
Quoting Fxforum
Disliked
{quote} Here is something, hoping that would help! {file} {file} {file}
Ignored
friend can put the signal buffers in this indicator?

Attached File
File Type: ex4 cross (1).ex4   8 KB | 91 downloads
 
 
  • Post #47,255
  • Quote
  • Jul 17, 2021 4:54pm Jul 17, 2021 4:54pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 2,286 Posts
Quoting BitcoinBoff
Disliked
Good Day All, May I ask the services of any coder to help me get history bars option on this indicator please ? I know its not the source code, maybe someone here has it already , so we can add history bars ? Kind Regards {file}
Ignored
Do not wait,as nobody here or anywhere have the source code of it other than Mladen Rakic,the original author of that code
Attached Image (click to enlarge)
Click to Enlarge

Name: 1.png
Size: 235 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: 2.png
Size: 214 KB
 
 
  • Post #47,256
  • Quote
  • Jul 18, 2021 2:02am Jul 18, 2021 2:02am
  •  Yunis
  • | Joined Oct 2020 | Status: Member | 43 Posts
Quoting XplosionKibo
Disliked
{quote} {quote} updated: ..............fixed alert reinitialization issue, whenever changing chart time frame! ..............added Atr band and high low arrow option on bars! {image} {file} {file}
Ignored
Dear Sir xplosionkibo,...
the display on my screen is not the same as your picture, the blue and red symbols that I marked with arrows don't appear on my chart... are there other settings?... or are there additional indicators? .please guide...
Attached Image (click to enlarge)
Click to Enlarge

Name: image1.jpg
Size: 337 KB
Attached Image
 
 
  • Post #47,257
  • Quote
  • Edited at 3:52am Jul 18, 2021 3:15am | Edited at 3:52am
  •  XplosionKibo
  • Joined Feb 2020 | Status: Member | 80 Posts
Quoting Yunis
Disliked
{quote} Dear Sir xplosionkibo,... the display on my screen is not the same as your picture, the blue and red symbols that I marked with arrows don't appear on my chart... are there other settings?... or are there additional indicators? .please guide... {image} {image}
Ignored
Hello Yunis,
........the red and blue winding-symbols are from external indicator called fractals, which you may already have heard of it!
........here below is a version of the mt4 built in fractals (used in the pic) with ajustable period, alert......etc!
Attached File
File Type: ex4 Advanced_Fractals.ex4   18 KB | 160 downloads
Attached File
File Type: mq4 Advanced_Fractals.mq4   5 KB | 235 downloads
 
 
  • Post #47,258
  • Quote
  • Jul 18, 2021 6:12am Jul 18, 2021 6:12am
  •  classy
  • Joined Jun 2012 | Status: Trader , Analyst and Mentor | 4,562 Posts
Quoting classy
Disliked
My Humble request to all master coders please create one indicator or script which show equal high=low horizontal line (consider close price or candle body only)different color for different color horizontal line will be great.i searched a lot on net but no luck........thanks in advance ONE IMAGE CAN express more clearly than 100 words {image}
Ignored
is it possible or not?
Say something meaningful or Silence!!
 
 
  • Post #47,259
  • Quote
  • Jul 18, 2021 6:26am Jul 18, 2021 6:26am
  •  BitcoinBoff
  • | Joined Aug 2019 | Status: Member | 377 Posts
Quoting cja
Disliked
{quote} Check and see if the MT4 candles are set to the background. {image}
Ignored


Hi cja,

Attached Excel file has the idea for my trade execution button.

Tons of other available, but I could never find something I need.

I believe this can help others also.

This is NOT the button to replace all others, it is to help me scalp fast and safe, as a rookie, stuck in a country where the electricity grid and data signal can go away in an instant without warning, therefor the need for executing trades fast, secure, with TP SL lines etc.

The idea is as follows :

- Be able to pre set TP SL levels, as a standard setup, for example TP = 25pips, SL = 12pips.
- Be able to open a single trade, or when the opportunity presents itself, hit that button a few times fast to open multiple trades.
- The moment of opening, TP SL levels are on chart also.
- If multiple trade are opened, the small differences in SL TP levels not an issue.
- Be able to close all trades at once, by pressing the CLOSE button.

- Be able to just TP levels as trade grows, by the UP DN buttons, the amount of adjustment, to be preset in the settings.
- Be able to adjust SL levels, same way. Idea here is for example pre set TP level = 10pips, and SL levels = 5pips, by pressing these buttons, shift TP, and trail SL, all manual execution , for the user to decide if only adjust TP and not SL and vice versa.
- By pressing the Up/DN button, it executes the task on ALL the open trades.

- Be able in settings to set Lot size, for example 0,05Lot per $100 of account balance.
- Can be incredible awesome to have the option to have if this function update automatically the Lot size after every trade/day/week, or if the user wants to do it manually.
- Idea here is to come in contact with the P&L as little as possible, for ALL the emotional reasons in trading failure...lol

STYLING AND POSITION :

- As per attached file, makes the best sense that way.
- Option for chart corner and x&y values.
- Button colour options.
- IF the whole "Button Block" can be adjusted by size, would be awesome, to fit in on each user's different chart setup.
- Please not BUY & SELL descriptions.
- UP DN can be as simple as colour arrows with size option.

IN SUMMARY :

- In the "back of house" , able to adjust lot size, manually, or by an auto formula.
- In the " back of house", be able to pre set a standard trade setup TP SL levels.
- In the " back of house", be able to pre set UP/DN button's TP SL adjustments after trade is open.

On chart, open a single trade, it immediately draws TP SL levels.
From here being able to adjust TP SL levels either by the traditional dragging, or use the UP/DN buttons with its pre set values.
If multiple trades are opened, the adjustment buttons will affect all the open trades by the same values.
Be able to close all trades at once.

If all goes well, NOT look at P&L, not see the $ balance to screw with your head, not see the flickering MT4 SELL/BUY button top left corner.
( a final afterthought request : any chance the entry, TP & SL lines, the user can enter own line colour options?)

Here's hoping its an easy thing for you to create !

Kind Regards
Attached File
File Type: xlsx Trade Button.xlsx   9 KB | 115 downloads
 
1
  • Post #47,260
  • Quote
  • Jul 18, 2021 6:30am Jul 18, 2021 6:30am
  •  BitcoinBoff
  • | Joined Aug 2019 | Status: Member | 377 Posts
Quoting mntiwana
Disliked
{quote} Do not wait,as nobody here or anywhere have the source code of it other than Mladen Rakic,the original author of that code {image}{image}
Ignored

Thank you for the reply.

Makes sense, he KNOWS what he is doing, he should keep the source code close to his chest...hehehe!!!
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 23612362Page 236323642365 2686
    • 1 Page 2363 2686
6 traders viewing now, 1 is a member:
edlivre
  • 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 / ©2022