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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Coding robots and indicators in C# for no charge (cTrader API) 182 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

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 13041305Page 130613071308 2266
  • 1 Page 1306 2266
  •  
  • Post #26,101
  • Quote
  • Sep 29, 2018 5:14am Sep 29, 2018 5:14am
  •  ill_be_back
  • Joined Sep 2011 | Status: Member | 6,357 Posts
Quoting okshop
Disliked
{quote} try this i dont have the mql file {file}
Ignored
Thanks
But this is not what i need
Market session indi Draws H Trend lines at open
A good trader follows his rules, but great trader knows when to break them
1
  • Post #26,102
  • Quote
  • Edited at 5:59am Sep 29, 2018 5:42am | Edited at 5:59am
  •  ill_be_back
  • Joined Sep 2011 | Status: Member | 6,357 Posts
Quoting tzamo
Disliked
{quote} Dear ill_be_back, Do you mind explaining what you want further please? As that is a market sessions indicator and the sessions are intra-day. Or better if you post a picture and add in with drawing tools of what is wanted can help a lot. Kind Regards, Tzamo
Ignored
some thing like this
if you can add open & close H Trend line to this
Edit
Attached File
File Type: mq4 Sessions.mq4   16 KB | 173 downloads
A good trader follows his rules, but great trader knows when to break them
  • Post #26,103
  • Quote
  • Sep 29, 2018 7:29am Sep 29, 2018 7:29am
  •  AlienDog
  • | Joined Sep 2018 | Status: Member | 28 Posts
Hello
I'm new here, I'm learning how to code, for now I'm doing copy and paste.
Now I'm in the build of an EA and have a question, this lines are for open buy:
" if (takeprofit!=0) TP = NormalizeDouble(Ask + takeprofit*Point,Digits);
if (stoploss!=0) SL = NormalizeDouble(Ask - stoploss* Point,Digits);
if (OrderSend(Symbol(),OP_BUY, Lot,NormalizeDouble(Ask,Digits),slippage,SL,TP,MyMagic,0,Blue)==-1) Print(GetLastError());"

and this is what I have for trailing and close
" RefreshRates(); // RefreshRate() update Bid and Ask value.
// Calculate Trailing Stop.
if ( Bid >= OrderOpenPrice() + TrailingStart * Point && OrderStopLoss() < Bid - ( TrailingStop * Point ) ) {
Ticket = OrderModify ( OrderTicket(), OrderOpenPrice(), Bid - ( TrailingStop * Point ), OrderTakeProfit() , 0 );
}
// Calculate BE.
if ( Bid >= OrderOpenPrice() + BE * Point && Bid < OrderOpenPrice() + ( BE + 5 ) * Point ) {
Ticket = OrderModify ( OrderTicket(), OrderOpenPrice(), OrderOpenPrice() + ( 10 * Point ), OrderTakeProfit() , 0 );
} "
and
" Ticket = OrderClose ( Ticket, OrderLots(), OrderClosePrice(), Slippage, Green );"

I'm kinda lost with the "Ticket" part and the magic number, I think if the SL and trailing and BE don't have magic number EA will take any open trade as its own.
Please any guidance and advise to put alltoghether will be appreciate
Thanks in advance for your help
AlienDog
  • Post #26,104
  • Quote
  • Sep 29, 2018 8:43am Sep 29, 2018 8:43am
  •  hdn
  • Joined Nov 2017 | Status: just quote Me (^.^) | 280 Posts
Quoting Slingshots1
Disliked
{quote} You must have been very busy my friend keep it up.Hope you have not forgotten my ea
Ignored
Hi my friend
how are you man
i'm primes you , i'm never forget my friend , so can i say check you'r email ? please
i was send you 1 week past
but you don't answer me
with respect
and very very kindly
HDN
if you need help. just quote me (^.^) i will come soon.
  • Post #26,105
  • Quote
  • Edited at 5:59pm Sep 29, 2018 8:49am | Edited at 5:59pm
  •  palpite
  • Joined Sep 2015 | Status: Under Pressure | 2,343 Posts
Quoting ill_be_back
Disliked
Can somebody add number of Days to this Thanks {file}
Ignored
Test it. Use the function Days_Ago for adjust the days.
Attached Image (click to enlarge)
Click to Enlarge

Name: palpite.png
Size: 68 KB


Attached File
File Type: mq4 Market Sessions.mq4   29 KB | 216 downloads
Together we can be strongest
  • Post #26,106
  • Quote
  • Sep 29, 2018 9:31am Sep 29, 2018 9:31am
  •  hdn
  • Joined Nov 2017 | Status: just quote Me (^.^) | 280 Posts
Quoting olatunde1234
Disliked
{quote} please add popup alert window to this indicators for me, when arrow appears on each of them, it for mt4. Thank in advance {file} {file} {file} {file}
Ignored
Hi olatunde
i can edit mq4 file
so i send you 2 file
enjoy
with respect
hdn
Attached File
File Type: mq4 Up_and_Down.mq4   9 KB | 267 downloads

Attached File
File Type: mq4 i-FractalsEx.mq4   5 KB | 242 downloads
if you need help. just quote me (^.^) i will come soon.
  • Post #26,107
  • Quote
  • Sep 29, 2018 9:52am Sep 29, 2018 9:52am
  •  fibo38
  • Joined Mar 2016 | Status: Full Trader | 1,378 Posts
Quoting fibo38
Disliked
Dear coders, Kindly, you can help me with this indicator. I have a bad eye, and I need the pictures to be bigger as the image I attach. thanks {file} {image}
Ignored
Hi Hdn, Please can you help me in this: Post 25.923. thank you.
  • Post #26,108
  • Quote
  • Sep 29, 2018 10:20am Sep 29, 2018 10:20am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 769 Posts
Quoting hdn
Disliked
{quote} Hi my friend how are you man i'm primes you , i'm never forget my friend , so can i say check you'r email ? please i was send you 1 week past but you don't answer me with respect and very very kindly HDN
Ignored
Yes i saw your mail and i have replied them since i thought maybe you are busy and dont want to disturb you.How are you hope Iran is kool today. Check your mail again.CIAO
  • Post #26,109
  • Quote
  • Edited at 1:26pm Sep 29, 2018 10:54am | Edited at 1:26pm
  •  mag00
  • | Joined Jul 2016 | Status: Member | 1,394 Posts | Online Now
Quoting hdn
Disliked
{quote} Hi olatunde i can edit mq4 file so i send you 2 file enjoy with respect hdn {file} {file}
Ignored
Hello hdn,

do you think could be interesting to create a simple EA (using "UP & DOWN" indicator)?

Entry point @ open next candle (when the buy arrow appears or ... sell arrow)
(TP = SL @ open next candle when sell arrow appears or ... buy arrow)

Any improvement?

Regards
mag00

P.S.
To be tested in scalping or swing trading (m1,m5 or m15,m30... ? )
... panta rei ... (Heraclitus of Ephesus, 535-475 BC)
  • Post #26,110
  • Quote
  • Sep 29, 2018 11:20am Sep 29, 2018 11:20am
  •  ill_be_back
  • Joined Sep 2011 | Status: Member | 6,357 Posts
Quoting palpite
Disliked
{quote} Test it. Use the function Days_Ago for adjust the days. {image} {file}
Ignored
works perfect
Thank you
A good trader follows his rules, but great trader knows when to break them
1
  • Post #26,111
  • Quote
  • Sep 29, 2018 3:24pm Sep 29, 2018 3:24pm
  •  olatunde1234
  • | Joined Jun 2015 | Status: Member | 9 Posts
Quoting hdn
Disliked
{quote} Hi olatunde i can edit mq4 file so i send you 2 file enjoy with respect hdn {file} {file}
Ignored
thank you very much
  • Post #26,112
  • Quote
  • Sep 29, 2018 3:54pm Sep 29, 2018 3:54pm
  •  rcbarlow
  • Joined Sep 2006 | Status: Member | 789 Posts
Would it be possible for some one to program an indicator for me? I would like the indicator to have a popup alert and mark a large A on the chart where the indicator is triggered.
Basically, the indicator will only have two alerts.
One when the 5 Linear Weighted MA of the High is greater than (outside of) the upper Bollinger Band (Standard 20 settings).
The other when the 5 Linear Weighted MA of the Low is lower (goes below) than the lower Bollinger Band.

Sounds simple I know but I am hoping some one could program this for me.
Thank you.
  • Post #26,113
  • Quote
  • Sep 29, 2018 6:36pm Sep 29, 2018 6:36pm
  •  Zukat
  • | Joined Sep 2018 | Status: Junior Member | 1 Post
Would it be possible to create a trade duplicator for the same MT4 account. In other words, if a trade is opened in the account immediately another 1 to x are created but with an x lots.

Cant find anything on the web only copiers to multiple mt4 accounts.

Thank you.
  • Post #26,114
  • Quote
  • Sep 30, 2018 9:21am Sep 30, 2018 9:21am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 769 Posts
Quoting hdn
Disliked
{quote} Hi my friend how are you man i'm primes you , i'm never forget my friend , so can i say check you'r email ? please i was send you 1 week past but you don't answer me with respect and very very kindly HDN
Ignored
Hello friend can you quickly help out with indicator attached .It gives alert for BUY OR SELL please can you add two lines as in the picture .For example as in the picture [email protected](FIRST LINE)[email protected] (SECOND LINE)See the attached
Attached Image (click to enlarge)
Click to Enlarge

Name: Forex Factory.PNG
Size: 88 KB
Attached File
File Type: mq4 Daily_Forex_Signal_Alert.mq4   12 KB | 271 downloads
  • Post #26,115
  • Quote
  • Sep 30, 2018 10:13am Sep 30, 2018 10:13am
  •  Ican2020
  • Joined Aug 2014 | Status: Member | 429 Posts
Can someone kindly create a sound alert (buy and sell) indicator for Weekly and TDI trading thread
https://www.forexfactory.com/showthread.php?t=793531
  • Post #26,116
  • Quote
  • Sep 30, 2018 10:14am Sep 30, 2018 10:14am
  •  reteid2222
  • Joined Aug 2015 | Status: Vucking good EA coder I am! | 2,302 Posts
Quoting rcbarlow
Disliked
Would it be possible for some one to program an indicator for me? I would like the indicator to have a popup alert and mark a large A on the chart where the indicator is triggered. Basically, the indicator will only have two alerts. One when the 5 Linear Weighted MA of the High is greater than (outside of) the upper Bollinger Band (Standard 20 settings). The other when the 5 Linear Weighted MA of the Low is lower (goes below) than the lower Bollinger Band. Sounds simple I know but I am hoping some one could program this for me. Thank you.
Ignored
I someone coded this you get nearly 0 signals...even on EURJPY this doesn t give signals(in my charts...)
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot2.png
Size: 57 KB
Vucking good EA coder...
  • Post #26,117
  • Quote
  • Sep 30, 2018 12:25pm Sep 30, 2018 12:25pm
  •  unmaskedluke
  • | Joined May 2014 | Status: Aramaii tii! | 48 Posts
Quoting reteid2222
Disliked
{quote} I someone coded this you get nearly 0 signals...even on EURJPY this doesn t give signals(in my charts...) {image}
Ignored
Its linear weighted ma from what he said . u r using smoothed.
  • Post #26,118
  • Quote
  • Sep 30, 2018 12:53pm Sep 30, 2018 12:53pm
  •  reteid2222
  • Joined Aug 2015 | Status: Vucking good EA coder I am! | 2,302 Posts
Quoting unmaskedluke
Disliked
{quote} Its linear weighted ma from what he said . u r using smoothed.
Ignored
You are right..thanks!
Vucking good EA coder...
  • Post #26,119
  • Quote
  • Sep 30, 2018 1:38pm Sep 30, 2018 1:38pm
  •  unmaskedluke
  • | Joined May 2014 | Status: Aramaii tii! | 48 Posts
Quoting rcbarlow
Disliked
Would it be possible for some one to program an indicator for me? I would like the indicator to have a popup alert and mark a large A on the chart where the indicator is triggered. Basically, the indicator will only have two alerts. One when the 5 Linear Weighted MA of the High is greater than (outside of) the upper Bollinger Band (Standard 20 settings). The other when the 5 Linear Weighted MA of the Low is lower (goes below) than the lower Bollinger Band. Sounds simple I know but I am hoping some one could program this for me. Thank you.
Ignored
Try this.. instead of marking A, i change it to a star symbol.
Attached File
File Type: ex4 linear_Bol.ex4   9 KB | 265 downloads
  • Post #26,120
  • Quote
  • Sep 30, 2018 2:33pm Sep 30, 2018 2:33pm
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 769 Posts
Quoting unmaskedluke
Disliked
{quote} Try this.. instead of marking A, i change it to a star symbol. {file}
Ignored
Hello UML so how do someone trade this is the red star saying we sell or what? And is it possible to input alert?
Attached Image (click to enlarge)
Click to Enlarge

Name: FF.PNG
Size: 46 KB
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 13041305Page 130613071308 2266
    • 1 Page 1306 2266
16 traders viewing now, 10 are members:
mcmstar
,
mntiwana
,
BurnGuy
,
Invisible
,
Hkyf
,
hacky
,
nintendo
,
gacon
,
DrDre
,
Alesiosc
  • 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