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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Free Coding request for EA breakdown level / trend line 0 replies

Free Coding: your systems 24 replies

Free Coding Request 2 replies

I Will Learn Coding in 1 Month - Give me the 80/20 of MT4 Coding 14 replies

Free Coding Request 0 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 392
Attachments: Free Coding request
Exit Attachments

Free Coding request

  • Last Post
  •  
  • 1 2526Page 272829 30
  • 1 26Page 2728 30
  •  
  • Post #521
  • Quote
  • Sep 19, 2020 3:59am Sep 19, 2020 3:59am
  •  ionone
  • | Commercial Member | Joined Oct 2014 | 489 Posts
Quoting Quin007
Disliked
Helo to everyone, would anyone help to add a HISTORICAL LINE to this indicator please. I'd lkke to drag the line over the bar and see the CCI and ADX information o any bar I drag the HISTORICAL LINE over. Would be of great help {file} {file}
Ignored
spamming same request on 10 different threads won't make it go faster, as a matter of fact, my guess is nobody will do the job after that
 
 
  • Post #522
  • Quote
  • Sep 19, 2020 4:04am Sep 19, 2020 4:04am
  •  Quin007
  • | Joined May 2020 | Status: Member | 63 Posts
Quoting ionone
Disliked
{quote} spamming same request on 10 different threads won't make it go faster, as a matter of fact, my guess is nobody will do the job after that
Ignored
Well I'm just looking for help, you being sarcastic isn't help, so let them decide if they want to help or not, if you have anything negative to say, keep it to yourself. Other than that they can choose to ignore my post or help with my request. Take you Bullie attitude out on someone else, not on me
 
 
  • Post #523
  • Quote
  • Sep 19, 2020 6:08am Sep 19, 2020 6:08am
  •  jmfxservices
  • | Joined Aug 2019 | Status: Member | 18 Posts
Hello Friends ,

I need one small help please . i want to code an simple Fibonacci indicator which draw multiple fibo in sequence like picture attached. fibo 1 , fibo2, fibo 3 .....till reverse fibo drawing. after reverse 2 fibo hide all buying fibo or can keep last 9 fibs count.

1st fibo Rule = Draw fibo on External input level 0 & 100 will be added manually. 1st time only mannual input then it should be on auto mode.
2nd fibo rule = just draw new fibo on 1 st fibo level 100 to 200. after crossing level 200 on new candle opening or closing based.
3rd fibo on 2nd fibo, 4 th fibo on 3rd....keep going.

Reversal fibo will be draw after mkt cross down level 100 on current fibo. level 200 to 100 (cross down on candle closing based).

after new trending 2 fibo drawing can hide all previous opp trending fibos or can keep last 9 fibs count.

This will be a great help for me..... thanks in advanced friends.
Attached Image (click to enlarge)
Click to Enlarge

Name: fib sample.PNG
Size: 41 KB
 
 
  • Post #524
  • Quote
  • Sep 26, 2020 3:43pm Sep 26, 2020 3:43pm
  •  vlackerman
  • | Joined Sep 2020 | Status: Junior Member | 1 Post
is there anyone who can make a trading view script for this indicator? right now i can only use on mt4
Attached File
File Type: mq4 Double CCI with SMA vbobslow VK & Cross alert+arrows+mtf (1).mq4   29 KB | 126 downloads
 
 
  • Post #525
  • Quote
  • Edited at 3:09pm Nov 5, 2020 4:23am | Edited at 3:09pm
  •  In2Bluz
  • | Joined Sep 2020 | Status: Junior Member | 1 Post
Hi all,

First of all, thank you in advance to anyone and everyone who can and will help with my request.

I've been testing various strategies and came across something called the London Breakout strategy. There are different variations, of course, but I'm having some success with a basic one. The problem is that because of my time zone the trades occur in early morning hours which makes it difficult for me to handle so I thought if someone could code me a simple EA according to my trading rules that I could set running before I go to bed then it would do it's thing and I could check results later.

Here are the details:

EA name = SessionBreakout

OVERVIEW

The EA must work on the current chart only and not affect other charts or orders (this way I can load it on each chart I want to trade)

The EA must work with all symbols

The EA must work on all time frames

Please use session times as shown in variables so I can use this for other sessions by simply changing the session start and end times

(For example, I can use it for New York breakout by simply changing start times of Asian and Europe sessions to start times of Europe and U.S. sessions, which would measure the last 4 candles of the Europe session before the U.S. session starts)

Please put comments for all items in code so I can understand which code is for which item in case I want to change something later (and also helps me learn to code :-) )

STRATEGY

Measure highest high and lowest low of last 4 candles of Asian session before Europe session starts

Enter buy trade if price goes 5 pips above highest high of last 4 candles
OR
Enter sell trade if price goes 5 pips below lowest low of last 4 candles

Set Trailing Stop at 20 pips (starts immediately)

Set Take Profit at 40 pips

>>>> IMPORTANT <<<<

Once a trade is entered, opposite direction is cancelled. In other words, if a buy trade is entered and the price dips below the lowest low, a sell trade is not entered.

Only take 1 trade per session (For example, the EA does not open another trade if the price dips below the highest high and then breaks above it again)

Does NOT enter trades in both directions (see above)

If a trade is not entered within the first hour after the start of the Europe session, EA does not enter any trades for that session

When a trade is entered, please have the EA display the following information on the chart:

EDIT: When the EA loads, please have the EA display the following information on the chart:

------------------------------------------
SessionBreakout EA
------------------------------------------
Stop Loss = [On/Off]
Current Stop Loss = [#] pips
------------------------------------------
Trailing Stop = [On/Off]
Current Trailing Stop = [#] pips
------------------------------------------
Profit Target = [On/Off]
Current Profit Target = [#] pips

For example:

------------------------------------------
SessionBreakout EA
------------------------------------------
Stop Loss = Off
Current Stop Loss = 0 pips
------------------------------------------
Trailing Stop = On
Current Trailing Stop = 20 pips
------------------------------------------
Profit Target = On
Current Profit Target = 40 pips

VARIABLES (changeable in inputs)

NOTE: Any variable set to "0" is considered disabled and inactive

Corner position - default = Left upper corner
x position - default = 10
y position - default = 30
Lot size - default = 0.10
Stop Loss - default = 0 (disabled/inactive)
Trailing Stop - default = 20
Profit Target - default = 40
Broker Time GMT offset - default = 3
Local Time GMT offset - default = -7
Asian session name - default = Tokyo
Asian session starts (Broker time) - default = 03:00
Asian session ends (Broker time) - default = 12:00
Europe session name - default = London
Europe session starts (Broker time) - default = 10:00
Europe session ends (Broker time) - default = 18:00

Any help with this will be greatly appreciated.
 
 
  • Post #526
  • Quote
  • Nov 6, 2020 6:01am Nov 6, 2020 6:01am
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 1,951 Posts | Online Now
please can someone this Ea for me,thanks

Every time price touch the buy or sell lines,it places a pending order depending on size(lots)chosen,plz see the figure,thanks

Requirements:
time to activate the EA and stop taking more trades
starting lot size
multiplication every time it touches the levels
how many levels or layers should be taken
spread
sl and tp is build in or option in a setting(normally it is preset 30tp,30 sl)
Attached Image (click to enlarge)
Click to Enlarge

Name: Ea.png
Size: 19 KB
 
 
  • Post #527
  • Quote
  • Nov 6, 2020 7:44pm Nov 6, 2020 7:44pm
  •  skyf
  • | Joined Mar 2020 | Status: Member | 293 Posts
Can someone please make this indicator found here in ff work again.
Attached File
File Type: ex4 NewsBrk-v007.ex4   21 KB | 95 downloads
Without despair & distraught, focus on Patience to FRESH MOVES.
 
 
  • Post #528
  • Quote
  • Dec 28, 2020 4:16pm Dec 28, 2020 4:16pm
  •  jankismajas
  • | Joined Dec 2020 | Status: Junior Member | 2 Posts
hello,
i need some help. can anybody code a pointer that will show macd data otherwise? the point is that it should mark horizontally whether the macd lines meet the condition. additional explanations are in the picture.
Attached Image (click to enlarge)
Click to Enlarge

Name: Schowek01.jpg
Size: 90 KB
 
 
  • Post #529
  • Quote
  • Jan 10, 2021 5:13am Jan 10, 2021 5:13am
  •  vipuldevkar
  • | Joined Apr 2015 | Status: Member | 8 Posts
I have an indicator (mq4 file) with very promising results and want to turn it into EA ........Need coder
please let me know if anyone interested ........(100% working strategy)
 
 
  • Post #530
  • Quote
  • Mar 8, 2021 11:09am Mar 8, 2021 11:09am
  •  Uhum
  • | Joined Mar 2021 | Status: Member | 7 Posts
Quoting rimazuc
Disliked
I have not tested this updates but i think you could try the following changes below. I have added a new variable to allow you pass in the minute value below and added the logic to check if the minute is equivalent to the value in the variable. Normally, "int" does not allow dots, only integers, changing the definition of the hour variable to "double" should allow you pass in values like 14.30 but this may not work as well. A string variable should allow values like 14:30 to be passed in also may not work well with the code. Update the sections...
Ignored
Hello
Saw u coding indicators.
I have a request.
Can u please code Ichimoku Span A Slope Indicator with Alert function?

What i need is an indicator that alert when the slope of Span A changes. I dont need the whole Ichimoku.

Thanks in advance.
 
 
  • Post #531
  • Quote
  • Apr 30, 2021 3:10pm Apr 30, 2021 3:10pm
  •  shane1
  • | Joined Nov 2009 | Status: Member | 72 Posts | Online Now
Quoting Phylo
Disliked
{quote} Added: No Sunday / Sunday option Box Fill option Push Notification Click gif image for options combinations comparison. The middle section is Sunday{image} {file}
Ignored
Hi,
I would like to see the H4 mother candle of the inside bar on a lower timeframe. Will be much appreciated if this can be done.

Thank you
 
 
  • Post #532
  • Quote
  • May 5, 2021 1:06am May 5, 2021 1:06am
  •  Quin007
  • | Joined May 2020 | Status: Member | 63 Posts
Morning people, is there any way I can strategy test a template I compiled?
 
 
  • Post #533
  • Quote
  • May 5, 2021 1:35am May 5, 2021 1:35am
  •  bolehland
  • | Joined Sep 2016 | Status: Member | 14 Posts
Hi everyone,
Anyone still doing EA coding in this thread or elsewhere? I need help in creating an Alert or EA for my system. I find it quite difficult to monitor the system for long period , thus making mistakes.
Attached Image (click to enlarge)
Click to Enlarge

Name: 74aa518d92b7f2515b5cad35f8c8bd20.png
Size: 44 KB

1st indicator : Must be have crossed zero line ( dotted white line ) and white line crossing Red for Entry signal
2nd Indicator : for BUY Entry : Blue line must be Above Red. If Blue line is ABOVE Zero - UP Trend is very strong => more TP PIPS
for SELL Entry : Blue line must be Below Red . If Blue line is BELOW Zero - Downtrend is strong => more TP Pips

Need help to crat Alert or better an EA.

Thanks
 
 
  • Post #534
  • Quote
  • Jul 30, 2021 4:33am Jul 30, 2021 4:33am
  •  chimoong
  • | Joined May 2016 | Status: Member | 228 Posts
I need help from coders ! I created a thread at https://www.forexfactory.com/thread/post/13648015 and I seek advice on Array, to get the Longest Green Bar Value of a Loop, please help, thanks.
 
 
  • Post #535
  • Quote
  • Edited at 10:23am Sep 17, 2021 10:11am | Edited at 10:23am
  •  rsensoz
  • | Joined Dec 2019 | Status: Member | 5 Posts
can anyone help me my strategy to bring it as a robot/ea?

Regards

Recep
{ email address deleted by staff }

https://www.tradingsystemforex.com/i...ashi-3-tf.html
 
 
  • Post #536
  • Quote
  • Sep 17, 2021 10:41am Sep 17, 2021 10:41am
  •  rollertrade
  • | Joined Oct 2016 | Status: Member | 20 Posts
how to add image background in chart using online url image not offline?
 
 
  • Post #537
  • Quote
  • Edited at 5:05pm Oct 20, 2021 4:43pm | Edited at 5:05pm
  •  ntk
  • Joined Dec 2018 | Status: Member | 839 Posts
Quoting ramzam
Disliked
hi goraff are you here.. i want one pattern found dashboard indicator looks like in pic i attached. one master candle which is day open candle and n number of inside bars before that and after that. for example i set to show 2 insider candles before and after. i have one indicator but it is only n number of inside bars after master candle but i want the same condition before the master candle. and 2 type options..... 1 is any time if it occurs and 2 is on the day open candle is master candle and inside bars before and after ... i can set 2 or 3...
Ignored
Could you please point me to the document or post which discussed how to use this master candle, which I understood it would engulf 2 candles before and 2 after it? does it have to be used in M15 only or any? and should it not be only the daily opening candle?

I googled there are 100 of links on master candle, but could find only normal form of engulfing candle (enclosing 2 or 4 next following candle) or candle which engulfs the prev day candle ....
http://forex.timezoneconverter.com/
 
 
  • Post #538
  • Quote
  • Edited at 9:25pm Oct 20, 2021 9:12pm | Edited at 9:25pm
  •  ntk
  • Joined Dec 2018 | Status: Member | 839 Posts
Quoting PeterE
Disliked
DOES ANYONE KNOW..... do you know if there is an ADR dashboard floating around....with these specs: PAIR | TODAY'S RANGE (of ADR) AUDCAD 74.2% EURUSD 90% GBPCHF 48% USDCHF 59.4% etc etc This is a convenient way to quickly see which markets are exhausted, nearing exhaustion.
Ignored
Check Gumrai's and NickBixi's library
http://forex.timezoneconverter.com/
 
 
  • Post #539
  • Quote
  • Nov 24, 2021 2:40pm Nov 24, 2021 2:40pm
  •  chimoong
  • | Joined May 2016 | Status: Member | 228 Posts
Hi coders, could you please help me on this https://www.forexfactory.com/thread/post/13799306 ? I'm seeking for help on how to merge two loops into one loop (is it possible to have a sub-loop under a master loop to get the 1st bar's shift ?), thanks
 
 
  • Post #540
  • Quote
  • Jan 4, 2022 9:03am Jan 4, 2022 9:03am
  •  Reamasesa
  • Joined Jan 2015 | Status: Member | 882 Posts
Hello,

I'm trying to learn how to use iMAOnArray, figured that Williams Accumulation/Distribution would be an easy one to test it on, turns out I'm a bit over my head and would love some help figuring things out

Here's my code
I only need calulations on two bars, referenced as barRange and barRange+1 (say, bar 1 and bar 2, if current is 0)
DwAdChannelArray[0] and DwAdChannelArray[1] return the correct value for the Williams A/D indicator, however DwAdChannelArray[0] and DwAdChannelArray[1] always return 0 no matter what I put as the iMAOnArray values (tried replacing the shift and bars to something other than 0's but it didn't help)
I'm lacking something and I hope someone would point me in the right direction

Inserted Code
    double DwAdChannelArray[2], DwAdMaChannelArray[2];
    ArraySetAsSeries(DwAdChannelArray, true);
    ArraySetAsSeries(DwAdMaChannelArray, true);
    DwAdChannelArray[0] = iAD(Symbol(),AllTimeFrame,barRange);
    DwAdChannelArray[1] = iAD(Symbol(),AllTimeFrame,barRange+1);
    DwAdMaChannelArray[0] = iMAOnArray(DwAdChannelArray, 0, DwAdMa, 0, DwAdMaMethod, 0);
    DwAdMaChannelArray[1] = iMAOnArray(DwAdChannelArray, 0, DwAdMa, 0, DwAdMaMethod, 0);

Thanks!
 
 
  • Platform Tech
  • /
  • Free Coding request
  • Reply to Thread
    • 1 2526Page 272829 30
    • 1 26Page 2728 30
0 traders viewing now
  • 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