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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Fixing Your Indicators or EAs (Free) 449 replies

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

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 29,637
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 13761377Page 137813791380 2169
  • 1 Page 1378 2169
  •  
  • Post #27,541
  • Quote
  • Jan 13, 2019 12:19am Jan 13, 2019 12:19am
  •  Blu3D4rren
  • | Joined Jul 2017 | Status: Member | 7 Posts
Quoting tradewiser
Disliked
Hi, Can someone please create the indicator for the sigmaspike indicator explained below: SigmaSpikes is a tool to express each bar’s return against a volatility-adjusted baseline, as a standard deviation of the last 20 bars’ returns. This highlights significant moves that might or might not be apparent based on visual chart inspection. It is also a useful tool for traders monitoring many markets on a daily basis, as measurements under, say, 1.5 or 2.0 on this tool can usually be considered...
Ignored
Hi all, was trying to see whether anyone here has created SigmaSpikes indicator for mt4 but couldn't find anything but the quoted request above.

Can anyone help on this?
Thanks =)
  • Post #27,542
  • Quote
  • Jan 13, 2019 5:41am Jan 13, 2019 5:41am
  •  japfx
  • | Joined Jan 2011 | Status: Member | 286 Posts
Dear Coder,

Good morning
Please I need a EA that trade base on the EMA 5 , 13 , 34

Buy Parameter:

1) OPEN a buy trade ONLY when last closing price > 34 EMA and 5 EMA cross above 13 EMA
2) EXIT buy trade if the 5 EMA cross below 13 EMA ..... but price still above 34 EMA
3) BUY can be re-opened if the 5 EMA cross above 13 EMA again as long as last close > 34 EMA

SELL Parameters

1) SELL only when last close < 34 EMA and 5 EMA cross below 13 EMA
2) EXIT sell if the 5 EMA cross above 13 EMA
3) SELL can be re-opened if 5 EMA cross below 13 EMA again, while the last close < 34 EMA

MONEY/TRADE Mgt

1) Use risk exposure of 2% of equity to open trade.
2) Stop to open New position if total trade exposure is >10% of equity
2) Take 50% of profit when trade is 30 Pip in profit.
3) Take 1/2 profit at another 50 pips from entering.

NB : EA does not specific TP or SL . The 5/13/34 is the heartbeat of the EA.

Thanks
  • Post #27,543
  • Quote
  • Jan 13, 2019 11:39am Jan 13, 2019 11:39am
  •  maximumguita
  • Joined Apr 2015 | Status: Member | 1,031 Posts
Quoting T4Trade
Disliked
can someone please make indicator of MTF present pip counter?(present PA pips of each time frame)
Ignored
this already exist. cudos to the coder gumrai

Attached File
File Type: ex4 Dashboard_Multi Bar Pips.ex4   40 KB | 262 downloads
(.)(.) think first ...
  • Post #27,544
  • Quote
  • Jan 13, 2019 11:50am Jan 13, 2019 11:50am
  •  gusdlc
  • | Joined Feb 2014 | Status: Member | 13 Posts
Hello
Please ... Could this indicator be modified so that in addition to indicating the strength of the bulls and bears of each time frame as it is already done, also indicate the total strength of all the time frames? Attached an image of how it would be approximately. Thanks for any help in advance.
Attached Image
Attached Files
File Type: ex4 $Training__BullsBearsStrength.ex4   17 KB | 237 downloads
File Type: mq4 $Training__BullsBearsStrength.mq4   11 KB | 323 downloads
  • Post #27,545
  • Quote
  • Jan 13, 2019 12:06pm Jan 13, 2019 12:06pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 1,583 Posts
Quoting khanpk
Disliked
hi traders can any friend convert attached file into mql5 file for using as mt5 indicator plz? {file}
Ignored
First of all,the ver you posted is old enough and limited
Here is a bit newer than that of yours by Mladen's,extended and enhanced by Mrtools,almost reliable code by reliable coders - no needs to write "no repaint" in the name -
usual prices
alerts and arrows on first bar option
11 arrows codes (style) users select able
mtf but not interpolated yet (there are so many newer versions with a lot of features and flexibility's)
in picture blue/red arrows from your posted ver and gold/white fractal from the one i posted here,almost both with same period/value 14
i know you asked for mt5 ver,am posting this for others to be benefit of
as for mt5 ver,there are so many variations,if you only looking for same as this one ?

Attached Image (click to enlarge)
Click to Enlarge

Name: GBPUSDH1.png
Size: 39 KB


Attached Image (click to enlarge)
Click to Enlarge

Name: p.png
Size: 209 KB
Attached Files
File Type: mq4 adx cross arrows_mtf+alerts 2 nmc.mq4   8 KB | 465 downloads
File Type: ex4 adx cross arrows_mtf+alerts 2 nmc.ex4   27 KB | 353 downloads
Indicator is just a supportive tool-Use it only if it can benefit you
2
  • Post #27,546
  • Quote
  • Jan 13, 2019 12:36pm Jan 13, 2019 12:36pm
  •  kienminhunwa
  • | Joined Oct 2018 | Status: Member | 4 Posts
Hi, Can anyone give ADX indicator with following setting, please?
DMI moving average period: 13
ADX moving average period: 8
Thank for your help!
  • Post #27,547
  • Quote
  • Jan 13, 2019 5:12pm Jan 13, 2019 5:12pm
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Marti | 1,560 Posts
Quoting maximumguita
Disliked
{quote} this already exist. cudos to the coder gumrai {file}
Ignored
wow amazing thanks,this is what exactly I was looking for,can someone make this indicator show only the current currency pair instead of all on the chart? thanks
  • Post #27,548
  • Quote
  • Edited at 6:12pm Jan 13, 2019 5:42pm | Edited at 6:12pm
  •  maximumguita
  • Joined Apr 2015 | Status: Member | 1,031 Posts
Quoting T4Trade
Disliked
{quote} wow amazing thanks,this is what exactly I was looking for,can someone make this indicator show only the current currency pair instead of all on the chart? thanks
Ignored
you can enter one currency pair, multiple pairs if you seperate them by comma or you enter instead of the currency pair 0 (zero) to diplay the pips only from the chart where the indi is attached. hope that helps. sorry for my english
(.)(.) think first ...
  • Post #27,549
  • Quote
  • Jan 14, 2019 12:26am Jan 14, 2019 12:26am
  •  ditobandito
  • | Joined Mar 2017 | Status: Member | 19 Posts
hey coders!

i hope you can help me with that, because i did not found any so far.
would be cool, if you can help

im basically looking for this:

ADX threshold Push notification:

if ADX threshold is above the defined lvl you will receive push notification.

ADX threshold and ADX period configurable.

D+ and D- is not necessary

thats basically it

can any1 help me with that?

peaCe
  • Post #27,550
  • Quote
  • Edited at 2:13am Jan 14, 2019 1:41am | Edited at 2:13am
  •  lghr
  • Joined Feb 2013 | Status: Member | 666 Posts
Quoting mavilakandy
Disliked
Dear Coders, This is to take your help to modify an EA in MT4. I have a program that will open a new trade at the opening of a new candle, if the previous candle body size is at least X pips. That is working fine now. The modification I need to do is, insert a new condition to the existing EA. That is: "STOP TRADING IF THE BODY SIZE (difference between open and close price) OF PREVIOUS CANDLE IS ABOVE X PIPS" Please, those who knows coding, kindly send me the 'coding' for the above condition. Your support is highly appreciated. Regards,
Ignored
it is symple, you can post your ea, then others or me to mod.
  • Post #27,551
  • Quote
  • Jan 14, 2019 3:44am Jan 14, 2019 3:44am
  •  cja
  • Joined Feb 2007 | Status: Member | 1,637 Posts
Quoting gusdlc
Disliked
Hello Please ... Could this indicator be modified so that in addition to indicating the strength of the bulls and bears of each time frame as it is already done, also indicate the total strength of all the time frames? Attached an image of how it would be approximately. Thanks for any help in advance. {file} {file} {image}
Ignored
I have added M1 to H4 as that is probably all that is needed for day to day trading and added a label to show which calculation is being used.
Attached File
File Type: ex4 BullsBearsStrength.ex4   18 KB | 377 downloads

Attached Image
Trade what you see not what you hope
2
  • Post #27,552
  • Quote
  • Jan 14, 2019 5:47am Jan 14, 2019 5:47am
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Marti | 1,560 Posts
Quoting maximumguita
Disliked
{quote} you can enter one currency pair, multiple pairs if you seperate them by comma or you enter instead of the currency pair 0 (zero) to diplay the pips only from the chart where the indi is attached. hope that helps. sorry for my english
Ignored
wow super ,yes it worked,thanks a lot!
1
  • Post #27,553
  • Quote
  • Jan 14, 2019 5:52am Jan 14, 2019 5:52am
  •  gusdlc
  • | Joined Feb 2014 | Status: Member | 13 Posts
Quoting cja
Disliked
{quote} I have added M1 to H4 as that is probably all that is needed for day to day trading and added a label to show which calculation is being used. {file} {image}
Ignored
Thanks very much Mr CJA. I am honored that a forex celebrity like you has had my request answered.
As I prefer long-term trading, please, would it be possible to include in the total calculation also the time frames of 1 day, week and month?
Attached Image
Attached File
File Type: mq4 $Training__BullsBearsStrength.mq4   11 KB | 239 downloads
  • Post #27,554
  • Quote
  • Edited at 9:44am Jan 14, 2019 9:29am | Edited at 9:44am
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Marti | 1,560 Posts
do we already have dashboard of MTF of semafor and fractal line break? ccould coder make indicator like that please?
thanks!
  • Post #27,555
  • Quote
  • Jan 14, 2019 12:06pm Jan 14, 2019 12:06pm
  •  mntiwana
  • Joined Mar 2013 | Status: Member | 1,583 Posts
Quoting ditobandito
Disliked
hey coders! i hope you can help me with that, because i did not found any so far. would be cool, if you can help im basically looking for this: ADX threshold Push notification: if ADX threshold is above the defined lvl you will receive push notification. ADX threshold and ADX period configurable. D+ and D- is not necessary thats basically it can any1 help me with that? peaCe
Ignored
"Cfb adaptive adx 1.02"
Mladen's enhanced version
Composite fractal behavior (cfb) version
cfb used for normalize
interpolated mtf
alerts with option on first bar
smoother feature up to user defined - even double smoothed
usual 7 price options on both (adx-cfb)
and a more features too - experimenting advised

Attached Image (click to enlarge)
Click to Enlarge

Name: image_187158.gif
Size: 67 KB


Attached Image (click to enlarge)
Click to Enlarge

Name: GBPUSDH4.png
Size: 36 KB


Attached Image (click to enlarge)
Click to Enlarge

Name: GBPUSDM1.png
Size: 37 KB


Attached Image (click to enlarge)
Click to Enlarge

Name: p2.png
Size: 211 KB
Attached File
File Type: ex4 Cfb adaptive adx 1.02.ex4   56 KB | 303 downloads
Indicator is just a supportive tool-Use it only if it can benefit you
  • Post #27,556
  • Quote
  • Jan 14, 2019 12:25pm Jan 14, 2019 12:25pm
  •  hashzar
  • | Joined Apr 2015 | Status: Member | 72 Posts
Hi to everyone. Can you please modify this indicator to have previous days (30 days or more) on the chart as well so I can visually back test the indicator. This indicator shows current day only as it is right now.

Thank you in advance.
Attached File
File Type: mq4 RW-SupportResistanceALL-ValBands.mq4   8 KB | 229 downloads
  • Post #27,557
  • Quote
  • Jan 14, 2019 12:41pm Jan 14, 2019 12:41pm
  •  maximumguita
  • Joined Apr 2015 | Status: Member | 1,031 Posts
Quoting ditobandito
Disliked
hey coders! i hope you can help me with that, because i did not found any so far. would be cool, if you can help im basically looking for this: ADX threshold Push notification: if ADX threshold is above the defined lvl you will receive push notification. ADX threshold and ADX period configurable. D+ and D- is not necessary thats basically it can any1 help me with that? peaCe
Ignored
have this, maybe it helps

Attached File
File Type: ex4 FXPT_ADXLevelAlert_v1.ex4   16 KB | 269 downloads
(.)(.) think first ...
  • Post #27,558
  • Quote
  • Jan 14, 2019 1:08pm Jan 14, 2019 1:08pm
  •  khanpk
  • | Joined Jan 2019 | Status: Member | 14 Posts
dear mntiwana thanks. can u give me mt5 file of this adx arrow alert indicator?
  • Post #27,559
  • Quote
  • Jan 14, 2019 1:22pm Jan 14, 2019 1:22pm
  •  Eagle-Eye
  • | Joined Nov 2017 | Status: Member | 149 Posts
Quoting Eagle-Eye
Disliked
{quote} Hey, can anyone make this indicator historical? I need it to backtest something. Thank you. {file}
Ignored
Have look please. Thank you.
  • Post #27,560
  • Quote
  • Jan 14, 2019 5:52pm Jan 14, 2019 5:52pm
  •  Dzscalper
  • | Joined Jan 2019 | Status: Junior Member | 1 Post
Hello my bro
i want indicator
for moving average crossover but i want do some option it is : " Alert on current " its important when ma's cross over
i want put fast and slow ma's manually
see the img plz
Best Regards
Attached Image (click to enlarge)
Click to Enlarge

Name: ma cross.jpg
Size: 162 KB
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 13761377Page 137813791380 2169
    • 1 Page 1378 2169
6 traders viewing now, 1 is a member:
glohani
  • 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