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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

Coding robots and indicators in C# for no charge (cTrader API) 181 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
  • 30,322
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 20482049Page 205020512052 2219
  • 1 Page 2050 2219
  •  
  • Post #40,981
  • Quote
  • Nov 4, 2020 5:54am Nov 4, 2020 5:54am
  •  Motiram
  • Joined Nov 2014 | Status: Member | 546 Posts
Quoting BlueRain
Disliked
{quote} I looked into more detail and I think your checking if this is opening hour is not correct also. if( TimeHour(bartime ) == MarketOpen ) above checks if "hour is 0" But if you are using lessor time frame than H1, there will be many bars meets this condition. Please check how you decide which bar is correct bar. if you are checking current bar as starting of new session, below should work also. double HighCandleOne=iHigh(NULL,PERIOD_M30,i); double LowCandleOne=iLow(NULL,PERIOD_M30,i); double Range= (HighCandleOne - LowCandleOne)*Point; double...
Ignored


Quoting Sandile
Disliked
{quote} I put the code as mentioned above here and the indicator no longer works, I'm sorry about all this, I'm not a coder and this is all confusing to me.
Ignored
Quoting Sandile
Disliked
{file}
Ignored

Hello Sandile,

With the help of formula ginen by BlueRain, I tried to modified the indicator which was modified by BlueRain, under this link
Quoting BlueRain
Disliked
{quote}
Ignored
as per your formula. Please could you check it?

Regards,
Moti
Attached File
File Type: mq4 BreakoutM30Daily_SandileFormula.mq4   5 KB | 97 downloads
  • Post #40,982
  • Quote
  • Nov 4, 2020 6:01am Nov 4, 2020 6:01am
  •  Motiram
  • Joined Nov 2014 | Status: Member | 546 Posts
Quoting Motiram
Disliked
Hello to all Please I am looking an indicator, which can "Projection Of Yesterday Candle % MTF on the current day". I have attached the 2 images which is showing the " Projection Of Yesterday Candle % "on the current day at the Timeframe D1 & H1. Regards Moti {image} {image}
Ignored
Hello BlueRain,

Please could you check my request I want a previous day candle OHLC range to be reflected on the current day candle with there OHLC % if possible with Pips too.

Regards,
Moti
  • Post #40,983
  • Quote
  • Edited at 6:18am Nov 4, 2020 6:07am | Edited at 6:18am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting Motiram
Disliked
{quote} {quote} Hello Sandile, With the help of formula ginen by BlueRain, I tried to modified the indicator which was modified by BlueRain, under this link {quote}[/font][/color] as per your formula. Please could you check it? Regards, Moti {file}
Ignored


Hi Motiram, i think i already done it on post > https://www.forexfactory.com/thread/...2#post13243112

and no response yet from Sandile

Quoting Motiram
Disliked
{quote} Hello BlueRain, Please could you check my request I want a previous day candle OHLC range to be reflected on the current day candle with there OHLC % if possible with Pips too. Regards, Moti
Ignored
if i have time maybe I can help you, editing some pivot indicator.
Margin Call again and again...
1
  • Post #40,984
  • Quote
  • Nov 4, 2020 6:19am Nov 4, 2020 6:19am
  •  josi
  • Joined Aug 2019 | Status: Member | 377 Posts | Invisible
Quoting BlueRain
Disliked
{quote} Can you turn off "Show_TP_Line" and see if this repro? Also, I made tiny fix in this. Can you try attached if this issue repro? {file}
Ignored
now all lines - except last one - have disappeared
sometimes - if you change input they give a short flicker and then disappear again
Attached Image (click to enlarge)
Click to Enlarge

Name: AUDUSDH1.png
Size: 46 KB
  • Post #40,985
  • Quote
  • Nov 4, 2020 6:19am Nov 4, 2020 6:19am
  •  Sandile
  • Joined Dec 2013 | Status: Member | 116 Posts
Quoting Motiram
Disliked
{quote} {quote} Hello Sandile, With the help of formula ginen by BlueRain, I tried to modified the indicator which was modified by BlueRain, under this link {quote}[/font][/color] as per your formula. Please could you check it? Regards, Moti {file}
Ignored
wow, works perfectly, thank you very much for your contribution here Mortiram.

also thanks to Bluerain and ganztrade for the work done here, you're all the best!
1
  • Post #40,986
  • Quote
  • Nov 4, 2020 6:25am Nov 4, 2020 6:25am
  •  Sandile
  • Joined Dec 2013 | Status: Member | 116 Posts
Quoting ganztrade
Disliked
{quote} ahhh nevermind, finally.....enjoy Sandile...thanks BlueRain. I finally got it. double HighCandleOne=iHigh(NULL,PERIOD_M30,i);//--first candle open market double LowCandleOne=iLow(NULL,PERIOD_M30,i);//--first candle open market double HighCandleTwo=iHigh(NULL,PERIOD_M30,i-1);//--second candle starting line double LowCandleTwo=iLow(NULL,PERIOD_M30,i-1);//--second candle starting line double Range=HighCandleOne-LowCandleOne;//--based on first candle double breakbuy=HighCandleTwo+(Range);//--for offsett high line second candle double breaksell=LowCandleTwo-(Range);//--for...
Ignored
I appreciate your help my brother, and ofcourse I can show you how I use these levels. Basically if my bias is long based VS analysis, for instance I want to see prices below the buy level as London Opens this is a reasonable divergence of price from what it should be doing, price tend to snap back to these levels during the course of the London and US Sessions.
  • Post #40,987
  • Quote
  • Nov 4, 2020 6:40am Nov 4, 2020 6:40am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting Sandile
Disliked
{quote} I appreciate your help my brother, and ofcourse I can show you how I use these levels. Basically if my bias is long based VS analysis, for instance I want to see prices below the buy level as London Opens this is a reasonable divergence of price from what it should be doing, price tend to snap back to these levels during the course of the London and US Sessions.
Ignored
Hi Sandile,

if go long, price should below upper line offset? or below upper candle two ? or below all lines?

tend snap back which level line?
Margin Call again and again...
  • Post #40,988
  • Quote
  • Edited at 7:01am Nov 4, 2020 6:51am | Edited at 7:01am
  •  Rubernet
  • Joined Sep 2015 | Status: Member | 286 Posts
Hi, can anybody please check out if this EA has no bugs in. The EA executes trade on a certain set time. I have set it on different time settings during the day and the trades are activated.

When I set the EA to trade at 23:59 it does not activate trades.

Is it the EA or am I doing something wrong.

My broker is GMT +2

Attached File
File Type: mq4 OpenTradeAtTime.mq4   3 KB | 44 downloads
Trade Without Fear
  • Post #40,989
  • Quote
  • Nov 4, 2020 6:52am Nov 4, 2020 6:52am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting AngieT
Disliked
putting my volumearrows indi here sometimes it both dots red/green on same bar I dont care to me it means indecisionn however I would like to place dots on the bar where they happen not High[shift ]or low [shift ] some ideas please I have tried Time[0] and ask or buy but they dont work regards I cant work out a way :{ //+------------------------------------------------------------------+ //| Volume arrows //| //+------------------------------------------------------------------+ #property copyright "Author - Angiet" #property indicator_chart_window...
Ignored

Hi ANgieT,

already try Close[shift] or Open[shift] ? or Close[shift+1] or Open[shift+1] ? or Close[shift-1] or Open[shift-1] ?

you can't use xxxxx [0], it will make your indicator goes crazy
Margin Call again and again...
  • Post #40,990
  • Quote
  • Nov 4, 2020 7:11am Nov 4, 2020 7:11am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting AkuMK
Disliked
{quote} Thank ganztrade for the help, appreciated it. I tested it. However, it's not what I'm looking for because: a) it use hidden stop loss method - if EA go crazy, lost connection etc., "hidden SL" method will also not execute the SL. Tested it on live chart. So, I prefer visible stop loss / traditional stop loss. b) it running well on candlestick chart (M1, M15, H1 etc.), but, do not open trade on Renko chart, a chart that it supposed to run . (see attachment below). Since you mention you're not a coder (yet), this...
Ignored

extern string hsl1="Hidden stop loss settings";
extern bool HideStopLossEnabled=false; << already set to true????
extern int HiddenStopLossPips=20;
extern string BE="Break even settings";

....
here with SL, i found where to put it
Attached File
File Type: mq4 Renko pure candle auto-trading EA by Steve Hopwood_the_legend_SL.mq4   46 KB | 94 downloads
Margin Call again and again...
  • Post #40,991
  • Quote
  • Nov 4, 2020 8:49am Nov 4, 2020 8:49am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting Motiram
Disliked
{quote} Hello BlueRain, Please could you check my request I want a previous day candle OHLC range to be reflected on the current day candle with there OHLC % if possible with Pips too. Regards, Moti
Ignored
for OHLC % with Pips , need BlueRain
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (61).png
Size: 23 KB
Attached File
File Type: mq4 OHLC.mq4   5 KB | 97 downloads
Margin Call again and again...
  • Post #40,992
  • Quote
  • Nov 4, 2020 9:04am Nov 4, 2020 9:04am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting AkuMK
Disliked
Hi Coders, 2nd try. EA. Same objective, different source code. Attached below is a simple_ma_cross_ea_(with_time_filter) - coded by Mladen. Requesting: a) currently, this EA open trade based on MA cross. I want to change it, edited EA will open trade as below: if (Open[0] > Open[1]) - Open Buy [Close Sell first] if (Open[0] < Open[1]) - Open Sell [Close Buy first] No MA cross. Just open price of current and previous candle as an entry's trigger. If possible, please don't change other than that. That's it. Thanks in advance. {file}
Ignored

Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (62).png
Size: 97 KB
Attached File
File Type: mq4 simple_ma_cross_ea_(with_time_filter)_become renko.mq4   7 KB | 61 downloads
Margin Call again and again...
  • Post #40,993
  • Quote
  • Nov 4, 2020 9:52am Nov 4, 2020 9:52am
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Marti | 1,631 Posts
do we have an indicator button where we can punch pending order entry,sl and tp with differnt magic number if i want to attach it to diff pairs? thnks
  • Post #40,994
  • Quote
  • Nov 4, 2020 10:38am Nov 4, 2020 10:38am
  •  limprobable
  • Joined Jan 2012 | Status: Member | 537 Posts
Quoting BlueRain
Disliked
{quote} Minor Fix on 4BFractal Pattern Dashboard - it seems header drawing is not refreshing. {file} {file}
Ignored
Hello BlueRain,

Thanks for this indicator and to share with us. I love 4Bfractal not repaint.

Is it possible for indicator Fractal Pattern (not for Dashboard), to choose the number of fractal from 1 to 10 (not only 4 and 5) and that not repaint?

green pips,
Bottomless wonders spring from simple rules, which are repeated without end
  • Post #40,995
  • Quote
  • Nov 4, 2020 10:56am Nov 4, 2020 10:56am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting T4Trade
Disliked
do we have an indicator button where we can punch pending order entry,sl and tp with differnt magic number if i want to attach it to diff pairs? thnks
Ignored
this is call Script, not an indicator .. you can search many pending order script on search engine, depend what script do you need, such as:

"pending sell stop script.mq4"
"pending buy stop script.mq4"
"pending sell limit script.mq4"
"pending buy limit script.mq4"

if you already got it, put in that script to : C:\Users\YourPC\AppData\Roaming\MetaQuotes\Terminal\E6734F6041F45FBC490D7BD7FB1CB8E3\MQL4\Scripts

how to execute, you must press expert advisor tab, and go to navigator, and choose what script will be executed.

Regards
Margin Call again and again...
  • Post #40,996
  • Quote
  • Nov 4, 2020 11:02am Nov 4, 2020 11:02am
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Marti | 1,631 Posts
Quoting ganztrade
Disliked
{quote} this is call Script, not an indicator .. you can search many pending order script on search engine, depend what script do you need, such as: "pending sell stop script.mq4" "pending buy stop script.mq4" "pending sell limit script.mq4" "pending buy limit script.mq4" if you already got it, put in that script to : C:\Users\YourPC\AppData\Roaming\MetaQuotes\Terminal\E6734F6041F45FBC490D7BD7FB1CB8E3\MQL4\Scripts how to execute, you must press expert advisor tab, and go to navigator, and choose what script will be executed. Regards
Ignored
thanks,but i want a button that is on screen.i have seen somehwere,let me check thanks
1
  • Post #40,997
  • Quote
  • Edited at 12:57pm Nov 4, 2020 12:13pm | Edited at 12:57pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 828 Posts
Quoting josi
Disliked
{quote} now all lines - except last one - have disappeared sometimes - if you change input they give a short flicker and then disappear again {image}
Ignored
Ok. Thanks for checking.. I will upload fixed version with more testing.
I didn't see any real issue from previous one.. so I though it might be from some left over from drawing object which I was deleting with the change.
I will rollback and check again.

Update: Uploaded newer version and attached here.
Attached File
File Type: mq4 BR 4BarFractal Patterns.mq4   16 KB | 114 downloads
I still don't know where is the Holy Grail
1
  • Post #40,998
  • Quote
  • Nov 4, 2020 12:20pm Nov 4, 2020 12:20pm
  •  edwinjil
  • | Joined Jul 2020 | Status: Member | 93 Posts
Quoting edwinjil
Disliked
HI GUYS! I HAVE THIS EA THAT I NEED TO MODIFY. CURRENTLY, IT OPENS A TRADE PER TICK BUT I WOULD WANT TO OPEN 1 TRADE ONCE THE CONDITIONS ARE MET AND OPEN ANOTHER ONCE THE CONDITIONS ARE MET AGAIN. I WOULD WANT IT TO ALSO BE ABLE TO OPEN ANOTHER TRADE EVEN IF THE PREVIOUS ONE IS STILL RUNNING (I DO NOT MIND HAVING 10 TRADES RUNNING AS LONG AS THEY HAVE NOT HIT SL OR TP) EXIT OF TRADES SHOULD ENTIRELY BE BASED ON SL AND TP BELOW ARE THE RESULTS FROM JAN-OCT 2020 (WHEN ORDER TOTAL <1) {image}{file} THANKS IN ADVANCE!
Ignored
BUMP!
  • Post #40,999
  • Quote
  • Nov 4, 2020 1:15pm Nov 4, 2020 1:15pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 828 Posts
Quoting limprobable
Disliked
{quote} Hello BlueRain, Thanks for this indicator and to share with us. I love 4Bfractal not repaint. Is it possible for indicator Fractal Pattern (not for Dashboard), to choose the number of fractal from 1 to 10 (not only 4 and 5) and that not repaint? green pips,
Ignored
Regarding repaint...
if you add 5th bar, it may repaint as it will use 5th bar to confirm matching bar direction and 5th bar ( current bar ) is not closed yet.
When bull changes to bear or vice versa, it doesn't meet condition any more and repaint will happen.

Regarding number of fractal, can you tell me what is in your mind?

This 4 bar fractal is based on a trading strategy... you can find links ( youtube and FF line ) from previous posts.
Basically, it is looking for a pattern UUDD or DDUU with last 5th bar confirming direction if turned on. ( on is default ).

Not sure what we will be looking for 1-10 pattern.
I still don't know where is the Holy Grail
  • Post #41,000
  • Quote
  • Nov 4, 2020 1:44pm Nov 4, 2020 1:44pm
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 828 Posts
Quoting doggy7
Disliked
{quote} Hi BlueRain, i tried your indicators above ... the 4barFractalPattern works perfect. Then i put the dashboard indicator to chart, it seems work ok too, but ... as i try to change the dashboard setting ... i can not find the dashboard indicator in the indicator list (just can found 1 indicator, the 4barfractalPattern indicator only), i did it by clicking right mouse button => indicators list. So to change the dashboard indicator setting, i must remove the indicator first & re-attach it again ... is it normal ? or some thing wrong ?
Ignored

Dashboard and Indicator can be loaded separately and it doesn't have any dependencies.
Not sure what is going on with your MT4. It is not happening with my MT4.

Below is latest.. Try if that fixes your isseus.
There has been some minor fixes.. ( Dashboard: top row drawing issue, Indicator: clean up on the color of lines drawn )
Attached Files
File Type: mq4 BR 4BarFractal Patterns.mq4   16 KB | 157 downloads
File Type: mq4 BR 4BarFractal CandlePattern Dashboard.mq4   62 KB | 150 downloads
I still don't know where is the Holy Grail
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 20482049Page 205020512052 2219
    • 1 Page 2050 2219
26 traders viewing now, 6 are members:
M4EX-4Life
,
Invisible
,
BitcoinBoff
,
Spudfan
,
matt860
,
FunkySL
  • 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