• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 12:35am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 12:35am
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 20942095Page 209620972098 2263
  • 1 Page 2096 2263
  •  
  • Post #41,901
  • Quote
  • Nov 27, 2020 6:28pm Nov 27, 2020 6:28pm
  •  Hutch
  • Joined Apr 2010 | Status: Lazy trader on D1 charts | 4,942 Posts
[quote=gusismith452;13285539]
Quoting BlueRain
Disliked
How can I send you a direct message?
Ignored
You can send a private message to any member. Go to your FF home page and you will see the private message feature at the right side in the third section.
1
  • Post #41,902
  • Quote
  • Nov 27, 2020 8:16pm Nov 27, 2020 8:16pm
  •  gusismith452
  • | Joined Oct 2020 | Status: Member | 8 Posts
[quote=Hutch;13286151]
Quoting gusismith452
Disliked
{quote} You can send a private message to any member. Go to your FF home page and you will see the private message feature at the right side in the third section.
Ignored
Thanks. I appreciate
  • Post #41,903
  • Quote
  • Nov 27, 2020 9:42pm Nov 27, 2020 9:42pm
  •  calisto77
  • | Joined Sep 2015 | Status: Member | 70 Posts
Quoting ganztrade
Disliked
{quote} use this {file}
Ignored

thanks for the envelopes
  • Post #41,904
  • Quote
  • Nov 27, 2020 9:45pm Nov 27, 2020 9:45pm
  •  gusismith452
  • | Joined Oct 2020 | Status: Member | 8 Posts
Quoting gusismith452
Disliked
Hello Blue Rain I want you to help me code this EA. It should have both MT4 and MT5 versions. Here is the Iteration: 1. Open a trade whenever a candle crosses the Bollinger Band (The candle must open on one side and close on the other side of the Bollinger Band for EA to open a trade) 2. Place Stop Loss 2 pips below or above the candle that crossed the Bollinger Band. How to Close Trade: 1. Close trade if another candle crosses in the opposite direction or if the stoploss is hit whichever one that...
Ignored
I tried to build this EA with Moving Average using an EA builder but it gives me a few syntax errors. Please help me to fix the errors. Please if you can, add my condition for stop loss (place stop loss 2 pips below or above the candle that crossed the MA). The file is attached here (PRICE_MA_TRADE.MQ4).
Attached File
File Type: mq4 PRICE_MA_TRADE.mq4   4 KB | 56 downloads
  • Post #41,905
  • Quote
  • Nov 27, 2020 10:32pm Nov 27, 2020 10:32pm
  •  Rafaelj
  • | Joined Nov 2020 | Status: Junior Member | 2 Posts
Quoting ganztrade
Disliked
{quote} test it, i didn't test {file}
Ignored
Thank you very much sir ganztrade for your help .. I'm currently out of town, I will test it later when I come home, .... really appreciate your help .. good luck always to you.
1
  • Post #41,906
  • Quote
  • Nov 27, 2020 11:40pm Nov 27, 2020 11:40pm
  •  claypot
  • | Joined Apr 2007 | Status: Member | 81 Posts
Quoting ganztrade
Disliked
{quote} not really what you want {file} {image}
Ignored
Hi ganztrade,

Nice nice indeed thanks. Do you think you can make it customizable. Able to input/select currency pairs. View all time frames.

Cheers.
  • Post #41,907
  • Quote
  • Edited at 12:30am Nov 28, 2020 12:16am | Edited at 12:30am
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 829 Posts
Quoting gusismith452
Disliked
{quote} Thanks a lot. I didn't quite understand the setting of the bollinger band. I want to ask if it can be done with Moving Average instead. It'll be easier for me to handle
Ignored
Please find a few Moving Average EAs and get familiar with.

MA based EA is very common but typically, it won't give you any profit because it is lagging indicator.
Once you have signal, more likely, it is already much too late when you make entry and ends up loss.


Typical condition is
* sell at cross of shorter MA is lower than longer MA and candle close below shorter MA line.
* buy at cross of shorter MA is higher than longer MA line and candle close above shorter MA line.

Some uses multiple EAs = like 3 EAs or combine with other indicator like RSI.

if you are still OK, you can search MA based EA - since this is very common initial approach - there are a lot of those freely avail or at very cheap price.

But, don't expect to make any profit from MA.. it is just entertain / educational purpose.

If you can prove you can produce profit with your strategy, I can modify and add your strategy beside MA.
Attached Files
File Type: mq4 MA-RSI-EAv2.mq4   12 KB | 72 downloads
File Type: mq4 Moving Average.mq4   5 KB | 63 downloads
File Type: mq4 Multi-MAs with TSR.mq4   6 KB | 77 downloads
File Type: mq4 Two_MA_Cross_EAtrade manager_v2.mq4   80 KB | 83 downloads
I still don't know where is the Holy Grail
1
  • Post #41,908
  • Quote
  • Nov 28, 2020 12:27am Nov 28, 2020 12:27am
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 829 Posts
Quoting gusismith452
Disliked
{quote} I tried to build this EA with Moving Average using an EA builder but it gives me a few syntax errors. Please help me to fix the errors. Please if you can, add my condition for stop loss (place stop loss 2 pips below or above the candle that crossed the MA). The file is attached here (PRICE_MA_TRADE.MQ4). {file}
Ignored
Errors were fixed.

Please try with Stoploss = 2 first.
Attached File
File Type: mq4 PRICE_MA_TRADE.mq4   5 KB | 95 downloads
I still don't know where is the Holy Grail
  • Post #41,909
  • Quote
  • Edited at 3:03am Nov 28, 2020 2:50am | Edited at 3:03am
  •  Sandile
  • Joined Dec 2013 | Status: Member | 116 Posts
Quoting BitcoinBoff
Disliked
{quote} Sandile see attachment I had the same problem and request you had, asked ganztrade and he fixed it {file}
Ignored
Hi Ganztrade, one last request, the indicator doesn't work on some instruments like Futures etc, I guess it because the first candles are not starting at 00:00, could you please modify the indicator to work on any instrument even if the first candles are not at 00:00. https://www.forexfactory.com/ganztrade
  • Post #41,910
  • Quote
  • Nov 28, 2020 4:55am Nov 28, 2020 4:55am
  •  lucky1359
  • Joined Nov 2018 | Status: Member | 778 Posts
Quoting jeanlouie
Disliked
{quote} I'll cut the suspense, politely, I won't be adding that, it's not a core function for what the indicator is for and I don't see the widespread value of adding it.
Ignored
Dear Jeanlouie,

Thank you for cutting the suspense politely .

In my Years of Life Experience a Wise Guy had told me if you don't get a reply it means No.

But when i saw your Hard Work and Hundreds of yours Indicators coded I was really very much impressed.

I have Tested mostly of your Indicators and Many - Many of them wee really Wonderful - Amazing and Really Awesome.

I knew when you don't get a Reply it is No - then also seing your passionate work of Awesome Indicators

It forced me to make the request 3 more times.

Thats why after that i started to quote you - If we had Brains like you we would be in a Different World.

Time is a very important factor and this indicator was related to that so i insisted it again and again.

But its ok

Thank you very very much for all your support and guidance

Have a Great - Great Weekend

Thanks & Regards
  • Post #41,911
  • Quote
  • Edited at 6:26am Nov 28, 2020 6:10am | Edited at 6:26am
  •  lucky1359
  • Joined Nov 2018 | Status: Member | 778 Posts
Quoting BlueRain
Disliked
{quote} Try attached.. this one I use. {image} {file}
Ignored
Very Good Evening Dear Blue Rain,

Thank you very much for the Indicator. But I already have it.

My request for the Indicator was because it will show results of Multi Time Frames.
What is happening in M-w-d- charts - buy or sell

Posting an Image for better understanding

Attached Image (click to enlarge)
Click to Enlarge

Name: 3cfd972cce437ec6b0e1bd07f9770491.png
Size: 303 KB


Attached Image (click to enlarge)
Click to Enlarge

Name: 6d9a29ef0ba703ad0018b50a9b2e66bc.png
Size: 268 KB



Have a Great Week End

Thanks & Regards
  • Post #41,912
  • Quote
  • Nov 28, 2020 6:21am Nov 28, 2020 6:21am
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 950 Posts
Quoting Slingshots1
Disliked
{quote} ...Firstly how can the TP line be adjusted to suit all timeframes for instance its superb on 4hrs daily weekly but at times i will want to use it to scalp a couple of pips off on 1/5 minutes but its seems the tp line will just merge itself with the entry point ...
Ignored
I recall you wanted it based on the first bar of the period, and would use it on 1hr, so the sl is the high/low of the first hour, tp is equidistant with sl and entry on the open of the xth candle. These are just candle counts, it would be changing a lot to modify it.
  • Post #41,913
  • Quote
  • Nov 28, 2020 6:56am Nov 28, 2020 6:56am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting ganztrade
Disliked
{quote} not really what you want {file} {image}
Ignored

I add more,
Attached Image
Attached File
File Type: ex4 myDashboard_1.01.ex4   39 KB | 73 downloads
Margin Call again and again...
2
  • Post #41,914
  • Quote
  • Edited at 7:24am Nov 28, 2020 7:05am | Edited at 7:24am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting Sandile
Disliked
{quote} Hi Ganztrade, one last request, the indicator doesn't work on some instruments like Futures etc, I guess it because the first candles are not starting at 00:00, could you please modify the indicator to work on any instrument even if the first candles are not at 00:00. https://www.forexfactory.com/ganztrade
Ignored

Just change market open value based on those instruments open, example:

most currency pair > open market on value 0 (00:00)
XAUUSD > open market value at 1 (01:00)

I don't know every open market time, you can test it yourself. but still all line indicator based on second candle open of open market (1st candle), and Market Open value still follow 1st candle (open market)

I don't know if there a code "time auto detect open" of currency/futures/etc.
Attached Images (click to enlarge)
Click to Enlarge

Name: Screenshot (327).png
Size: 201 KB Click to Enlarge

Name: Screenshot (326).png
Size: 74 KB
Margin Call again and again...
1
  • Post #41,915
  • Quote
  • Nov 28, 2020 7:32am Nov 28, 2020 7:32am
  •  Sandile
  • Joined Dec 2013 | Status: Member | 116 Posts
Quoting ganztrade
Disliked
{quote} Just change market open value based on those instruments open, example: most currency pair > open market on value 0 (00:00) XAUUSD > open market value at 1 (01:00) I don't know every open market time, you can test it yourself. but still all line indicator based on second candle open of open market (1st candle), and Market Open value still follow 1st candle (open market) I don't know if there a code "time auto detect open" of currency/futures/etc. {image} {image}
Ignored
I will do just that thank you very much bro, is the indicator you used on the picture based on the same formula I use? it looks nice bro can you share it?
  • Post #41,916
  • Quote
  • Nov 28, 2020 7:33am Nov 28, 2020 7:33am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 760 Posts
Quoting jeanlouie
Disliked
{quote} I recall you wanted it based on the first bar of the period, and would use it on 1hr, so the sl is the high/low of the first hour, tp is equidistant with sl and entry on the open of the xth candle. These are just candle counts, it would be changing a lot to modify it.
Ignored
Thanks JEANLOUIE its okay then as it is i even discovered later theres no point in the adjustment how ever can that arrow input be done ?
  • Post #41,917
  • Quote
  • Edited at 7:48am Nov 28, 2020 7:38am | Edited at 7:48am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting Sandile
Disliked
{quote} I will do just that thank you very much bro, is the indicator you used on the picture based on the same formula I use? it looks nice bro can you share it?
Ignored

on this post > https://www.forexfactory.com/thread/...0#post13280520
Attached Images (click to enlarge)
Click to Enlarge

Name: Screenshot (328).png
Size: 44 KB Click to Enlarge

Name: Screenshot (329).png
Size: 43 KB
Margin Call again and again...
  • Post #41,918
  • Quote
  • Nov 28, 2020 7:50am Nov 28, 2020 7:50am
  •  Sandile
  • Joined Dec 2013 | Status: Member | 116 Posts
Quoting ganztrade
Disliked
{quote} on this post > https://www.forexfactory.com/thread/...0#post13280520 {image} {image}
Ignored
Thank you very much bro, this is great work you've done here.
1
  • Post #41,919
  • Quote
  • Nov 28, 2020 7:58am Nov 28, 2020 7:58am
  •  ganztrade
  • Joined Oct 2020 | Status: Member | 334 Posts
Quoting claypot
Disliked
{quote} Hi ganztrade, Nice nice indeed thanks. Do you think you can make it customizable. Able to input/select currency pairs. View all time frames. Cheers.
Ignored
I'm sorry, I can't do that. I just play testing to build dashboard indicator with simple code and those pairs each one, I do manual input

what you want, i think advanced code, not yet study it. maybe you can use crazy advanced code BlueRain dashboard.

it can be found here > https://www.forexfactory.com/thread/...7#post13183957
Margin Call again and again...
  • Post #41,920
  • Quote
  • Nov 28, 2020 11:37am Nov 28, 2020 11:37am
  •  bojack34
  • Joined Mar 2017 | Status: Member | 2,001 Posts
Quoting bojack34
Disliked
I would be really appreciative if someone could either create an indicator like this or link me to one that already exists, I'm looking for is an indicator that will look for Daily, Weekly or Monthly candles that exceed a specified % of the ADR. So for example.....if I have the indicator set to Daily and 150% ADR 52. It will be looking for Daily Candles that exceed 150% of the ADR52. If I want to use the ADR26 and use 200%, then the indicator will be looking for Daily candles that exceed 200% of the ADR26. The indicator should also be able to do...
Ignored
please
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 20942095Page 209620972098 2263
    • 1 Page 2096 2263
17 traders viewing now, 5 are members:
Komson
,
kennyhubbard
,
prince333
,
Invisible
,
decodagobert
  • 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