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

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

I will code your scalping EAs for no charge 36 replies

I will code your pivot EAs for no charge 18 replies

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
  • 35,961
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 22942295Page 229622972298 2618
  • 1 Page 2296 2618
  •  
  • Post #45,901
  • Quote
  • May 16, 2021 4:55am May 16, 2021 4:55am
  •  tintep
  • Joined Nov 2019 | Status: Member | 171 Posts
Quoting pipibrasci
Disliked
{quote} Hey Kibo, thanks for your response. I do agree with you. Indicators arent 100% but also depends on what you use them for. I also noticed that its not in the newMQL4 language still has the old version in it, no arrows just alerts.
Ignored
Try this I adapt from "GRAALUn_Ar nrp"
Attached Image (click to enlarge)
Click to Enlarge

Name: 2021-05-16_154427.jpg
Size: 225 KB
Attached File
File Type: ex4 GRAALUn_Ar nrp-Histro.ex4   23 KB | 164 downloads
 
 
  • Post #45,902
  • Quote
  • May 16, 2021 4:57am May 16, 2021 4:57am
  •  tintep
  • Joined Nov 2019 | Status: Member | 171 Posts
Quoting BitcoinBoff
Disliked
{quote} Thank you tintep, this will be good enough for the task. your english is good enough : a good idea will always be carried over with half a word...lol kind regards PS I hope you are playing around with EAs also : The need is to create / alter a trade manager EA {file}
Ignored
I am sorry BitcoinBoff . I don't know with EA.
 
 
  • Post #45,903
  • Quote
  • Edited at 10:18am May 16, 2021 5:40am | Edited at 10:18am
  •  v2vboni
  • Joined Sep 2015 | Status: ob-la-di, ob-la-da, life goes on... | 3,334 Posts
Just modified a tool...

Open and Close Line: Added control process elements with updated code structure.

RunOnNewBar :
= true: Updates on new bar (default)
= false: Updates every half a minute

...and process only the equivalent number of bars based on the desired number of instances (via parameter input)

Now, instead of providing the number of bars to calculate, I replaced it with a parameter to input a user-desired value for Open or Close lines (instances). And then the tool automatically calculates the equivalent number of bars required. Hence, at H1 TF, if the input value for the number of instances needed is 10 lines with input TFBar of Daily (1440) which means it only needed 240 H1 TF Bars (10x1440/60) to calculate.
Attached Image (click to enlarge)
Click to Enlarge

Name: f8bb9ecda9eef6f41b83e9342b4c6770.png
Size: 68 KB
Attached File
File Type: ex4 OpenCloseLine_mod_v2v.ex4   22 KB | 298 downloads
Intelligence is the ability to adapt to change. -- Stephen Hawking
 
3
  • Post #45,904
  • Quote
  • May 16, 2021 5:52am May 16, 2021 5:52am
  •  kivanc
  • | Joined May 2021 | Status: Member | 139 Posts
Quoting cja
Disliked
{quote} Drag these onto a chart from out of the Script Navigator Window and where you release the Mouse button on the chart is where the Common SL or TP will be set for all trades on that chart. {file}{file}
Ignored
Hi cja, I tried to use these scripts but nothing happened. what could be the problem? (downloaded into scripts folder)
thanks
 
 
  • Post #45,905
  • Quote
  • May 16, 2021 6:28am May 16, 2021 6:28am
  •  ALPhaREDz
  • | Joined Nov 2019 | Status: Speculator | 24 Posts
Hello, I found this EA from your old forum, Here I changed some values for good results. I'm requesting,

Please change entry/set settings to take trade Only at the CANDLE OPENING TIME

Waiting for your kind replies. Thank you very much!
Attached File
File Type: mq4 IS_5digits_corrected_cleaned=asli.mq4   8 KB | 66 downloads
 
 
  • Post #45,906
  • Quote
  • May 16, 2021 10:38am May 16, 2021 10:38am
  •  here2there
  • Joined Dec 2019 | Status: Moving on... | 5,330 Posts
Quoting v2vboni
Disliked
Just modified a tool... Open and Close Line: Added control process elements with updated code structure. RunOnNewBar : = true: Updates on new bar (default) = false: Updates every half a minute ...and process only the equivalent number of bars based on the desired number of instances (via parameter input) Now, instead of providing the number of bars to calculate, I replaced it with a parameter to input a user-desired value for Open or Close lines (instances). And then the tool automatically calculates the equivalent number of bars required. Hence,...
Ignored
This is a useful indicator. Thank you for sharing.
You don't know because you don't ask.
 
1
  • Post #45,907
  • Quote
  • May 16, 2021 10:52am May 16, 2021 10:52am
  •  japfx
  • Joined Jan 2011 | Status: Member | 317 Posts
Quoting japfx
Disliked
Good day dear master, please i will need a 2 day pivot line indicator the uses High of the last 2 days = H Low of the last 2 days = L and close of the last day = C PIVOT = ( H + L + C ) / 3 This line is then ploted to reflect on only todays chart area . {image}
Ignored


Please master ,

help me with this request.


Thanks in advance
 
 
  • Post #45,908
  • Quote
  • May 16, 2021 11:18am May 16, 2021 11:18am
  •  mcmstar
  • | Joined Feb 2021 | Status: Member | 31 Posts
Hello
I am looking for an indicator for this:
2 consecutive bars must be trending upwards higher highs and higher lows . The 2nd bar must be bigger than the 1st bar.
The indicator will alert me when the distance between high and upcoming close of the second bar significantly greater than the high and close of the 1st bar.
And for the opposite of this 2 consecutive bars must be trending downwards lower highs and lower lows. The 2nd bar must be bigger than the 1st bar.
The indicator will alert me when the distance between low and upcoming close of the second bar significantly greater then the low and close of the 1st bar.

Hope someone can help me.

Best regards.
Attached Images
 
 
  • Post #45,909
  • Quote
  • May 16, 2021 1:49pm May 16, 2021 1:49pm
  •  Samalin
  • Joined Apr 2017 | Status: Member | 420 Posts
Quoting v2vboni
Disliked
Just modified a tool... Open and Close Line: Added control process elements with updated code structure. RunOnNewBar : = true: Updates on new bar (default) = false: Updates every half a minute ...and process only the equivalent number of bars based on the desired number of instances (via parameter input) Now, instead of providing the number of bars to calculate, I replaced it with a parameter to input a user-desired value for Open or Close lines (instances). And then the tool automatically calculates the equivalent number of bars required. Hence,...
Ignored
thanks so much its useful
 
1
  • Post #45,910
  • Quote
  • Edited at 4:44pm May 16, 2021 3:19pm | Edited at 4:44pm
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 1,951 Posts
Quoting cja
Disliked
{quote} {file}
Ignored
wonderful,thanks a lot,yesterday fib indicator is working perfectly alright but when i use quickfib on off button on the same chart,it is not showing on chart because of yesterday fib indicator button.how can we solve this? if it is not too much ask to get the color green for buy and red for sell on yesterday fib indictor like quick fib.
Attached Files
File Type: ex4 QuickFib-BT_v1.ex4   36 KB | 92 downloads
File Type: ex4 yesterdayfibo_button.ex4   22 KB | 65 downloads
 
 
  • Post #45,911
  • Quote
  • May 16, 2021 8:58pm May 16, 2021 8:58pm
  •  tintep
  • Joined Nov 2019 | Status: Member | 171 Posts
Quoting cja
Disliked
{quote} {file}
Ignored
Thank you very much cja for Yesterday-fib. I recheck it and found why it delay. I am trying to make "MarketProfile button" and found why it delay too.

Now it delay 3-5 seconds. and 10 seconds for monthly. I think it work for code 2400 lines. Again Thank you very much cja.



Sorry for my mistake T4Trade . Try this it not delay and work with QuickFib
Attached Image (click to enlarge)
Click to Enlarge

Name: 2021-05-17_075653.jpg
Size: 328 KB
Attached File
File Type: ex4 yesterdayfibo-BT.ex4   25 KB | 82 downloads
 
 
  • Post #45,912
  • Quote
  • May 16, 2021 9:40pm May 16, 2021 9:40pm
  •  khalilcoucou
  • | Joined May 2021 | Status: Junior Member | 1 Post
Quoting mojepole
Disliked
{quote} hi, i have it with arrows; check it out; {file}
Ignored
hi bro
can u add call and put in the color onglet? i want to combine this combiner so i need buffer of call and put. plz add it into onglt color. thank u
 
 
  • Post #45,913
  • Quote
  • May 16, 2021 10:24pm May 16, 2021 10:24pm
  •  cja
  • Joined Feb 2007 | Status: Member | 1,836 Posts
Quoting T4Trade
Disliked
{quote} wonderful,thanks a lot,yesterday fib indicator is working perfectly alright but when i use quickfib on off button on the same chart,it is not showing on chart because of yesterday fib indicator button.how can we solve this? if it is not too much ask to get the color green for buy and red for sell on yesterday fib indictor like quick fib. {file} {file}
Ignored
There was a Delete code conflict between the 2 indicators so I have fixed that and added the trend color and a button size/move option. I have also altered the code so it once more removes the fibs ( as the original indicator did ) if you select a timeframe outside the inputted Max/Min timeframes selection. Click on screenshot or watch the video.

Attached File
File Type: ex4 yesterdayfibo_button v1.ex4   24 KB | 171 downloads

Attached Image (click to enlarge)
Click to Enlarge

Name: fibo.gif
Size: 327 KB

Attached File
File Type: mp4 yesterday.mp4   446 KB | 147 downloads
Trade what you see not what you hope
 
1
  • Post #45,914
  • Quote
  • May 17, 2021 2:09am May 17, 2021 2:09am
  •  pipibrasci
  • Joined May 2021 | Status: Member | 524 Posts
Quoting tintep
Disliked
{quote} Try this I adapt from "GRAALUn_Ar nrp" {image} {file}
Ignored
A great Guy! Thanks so much wished you also had the mq4.
Grit; Knowledge; positive mindset; all you need to overcome & KIS!!!
 
 
  • Post #45,915
  • Quote
  • May 17, 2021 4:27am May 17, 2021 4:27am
  •  vasal
  • Joined Nov 2020 | Status: Member | 63 Posts
Hello,
Can someone add function to this code to open two trades only, one in Tuesday at 10AM and one in 10PM, and close in Friday at 10MP if still open.

I am not a coder but write this simple code. But timing option is hard for me.

Attached File
File Type: mq4 RSI EA V1.mq4   2 KB | 73 downloads
 
 
  • Post #45,916
  • Quote
  • May 17, 2021 4:31am May 17, 2021 4:31am
  •  pipibrasci
  • Joined May 2021 | Status: Member | 524 Posts
Quoting mntiwana
Disliked
{quote} Do you think,this can possibly help you {image}
Ignored
Pls can you share file?? Thanks.
Grit; Knowledge; positive mindset; all you need to overcome & KIS!!!
 
 
  • Post #45,917
  • Quote
  • May 17, 2021 5:06am May 17, 2021 5:06am
  •  elgendi
  • | Joined Nov 2018 | Status: Member | 12 Posts
Hello Everyone ,,

I need a little help
I have calculations are shown on the chart but by a robot not as indicator , as a comment ,
I want to make a comment on a blank indicator just to show my variables calculations with updated seconds interval,
So the same comment to work on Indicator instead of Robot.

I tried but couldnt , Any help is appreciated,
the current one is working based on OnTimer , which with the indicator should be the same case.
My current comment:

void OnTimer(void)
{



// Checking Highest lowest Candle
int CadMax1 = iHighest(Symbol(),TrendTFPrd1,MODE_CLOSE,45,1);
int CadMin1 = iLowest(Symbol(),TrendTFPrd1,MODE_CLOSE,45,1);

int CadMax2 = iHighest(Symbol(),TrendTFPrd1,MODE_CLOSE,90,46);
int CadMin2 = iLowest(Symbol(),TrendTFPrd1,MODE_CLOSE,90,46);

int CadMax3 = iHighest(Symbol(),TrendTFPrd1,MODE_CLOSE,135,91);
int CadMin3 = iLowest(Symbol(),TrendTFPrd1,MODE_CLOSE,135,91);
//-----------------------------------------------------------------------------////
// Getting the High & Low price levels of the previous candles input per each zone
double UPcandleH1 = iHigh(Symbol(),TrendTFPrd1,CadMax1);
double DowncandleL1 = iLow(Symbol(),TrendTFPrd1,CadMin1);

double UPcandleH2 = iHigh(Symbol(),TrendTFPrd1,CadMax2);
double DowncandleL2 = iLow(Symbol(),TrendTFPrd1,CadMin2);

double UPcandleH3 = iHigh(Symbol(),TrendTFPrd1,CadMax3);
double DowncandleL3 = iLow(Symbol(),TrendTFPrd1,CadMin3);

Comment(

"High/Low 1st Candle: ",CadMin1,

"\n",

"High/Low 2nd Candle : ",CadMin2,



"\n",





"High/Low 3rd Candle",CadMin3,

BuySignal ,"\n",MABuySignal,"\n",

SellSignal,"\n",MASellSignal,"\n");
 
 
  • Post #45,918
  • Quote
  • May 17, 2021 5:29am May 17, 2021 5:29am
  •  Alesiosc
  • | Joined Feb 2019 | Status: Member | 387 Posts
@jeanlouie

hello Jean. would you be kind enough to add one of your show/hide
Attached File
File Type: mq4 PositionSizeCalculator_Main.mq4   10 KB | 92 downloads
buttons to this indicator please.....
If at first you don't succeed, try, try again.
 
 
  • Post #45,919
  • Quote
  • May 17, 2021 7:42am May 17, 2021 7:42am
  •  pipibrasci
  • Joined May 2021 | Status: Member | 524 Posts
Quoting mntiwana
Disliked
{quote} Do you think,this can possibly help you {image}
Ignored
Hello Guys
Can someone assist with an on/off or show/hide tab with a box to toggle the autofib indicator? Would appreciate cheers.
Attached Image (click to enlarge)
Click to Enlarge

Name: Fibo.JPG
Size: 102 KB
Attached File
File Type: mq4 autofibo-trading-zones.mq4   8 KB | 144 downloads
Grit; Knowledge; positive mindset; all you need to overcome & KIS!!!
 
 
  • Post #45,920
  • Quote
  • May 17, 2021 7:48am May 17, 2021 7:48am
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 1,951 Posts
Quoting cja
Disliked
{quote} There was a Delete code conflict between the 2 indicators so I have fixed that and added the trend color and a button size/move option. I have also altered the code so it once more removes the fibs ( as the original indicator did ) if you select a timeframe outside the inputted Max/Min timeframes selection. Click on screenshot or watch the video. {file} {image} {file}
Ignored
im so sooooooo grateful to you,i was trying to solve this for few years,finally i got the solution,Blessings!
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 22942295Page 229622972298 2618
    • 1 Page 2296 2618
19 traders viewing now, 7 are members:
edlivre
,
thanhalove
,
ALIpk1317
,
kennyxox
,
Invisible
,
Goldenbears
,
Invisible
  • 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