• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 9:02am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 9:02am
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 55 replies

I will code your pivot EAs for no charge 20 replies

Need help to code EAs for MT4 and MT5 4 replies

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
  • 41,114
Attachments: I will code your EAs and Indicators for no charge
Exit Attachments
Tags: I will code your EAs and Indicators for no charge
Cancel

I will code your EAs and Indicators for no charge

  • Last Post
  •  
  • 1 26522653Page 265426552656 2990
  • 1 Page 2654 2990
  •  
  • Post #53,061
  • Quote
  • Jul 10, 2022 4:18pm Jul 10, 2022 4:18pm
  •  cryptobodden
  • | Joined Apr 2018 | Status: Member | 20 Posts
Hello Coders and Traders,

I use the Tipu MACD EA but find the function limited, which creates negative results. Can someone update this EA:

I. It needs to be multi-timeframes with confirmation bias as an option for different timeframes.
2. I noticed that all my MTF EA works with candle-close for the EA timeframe and not the timeframe on the chart. I thought the signals should be the EA timeframe with the candle-close on the chart timeframe, but I have not found that to be the case. This means you still get that 4 hr candle shooting up or down, only for the EA to open the trade on a 100 pip candle. This amount of lag is what I find creates these negative results. Whereas, if the signal for the 4hr was used and used candle-close for the chart timeframe, the results would be much better. So if I get a signal for the EA TF e.g. 4hr, it will need to use the chart timeframe candle close to react to the signal.
3. In the event of a false signal (AKA repainting) then some type of mechanism needs to be in place. I would suggest that the EA simply close the trade, but the market seems to eat up EA that functions like that. CJA created a horizontal line EA that uses a timer, which I liked. Is there a way to set up a timer for closing and opening on the opposite signal? If it's a false single, it means it is a continuation and not a reversal. Therefore, the EA should adjust the entry direction on a timer on opposite signals with a retry number option. 1,2,3,4 etc.

I attached the EA I want to update with these functions in mind.
Attached File(s)
File Type: mq4 Tipu_MACD_EA.mq4   28 KB | 81 downloads
File Type: ex4 Tipu_MACD_EA.ex4   48 KB | 55 downloads
 
 
  • Post #53,062
  • Quote
  • Jul 10, 2022 7:16pm Jul 10, 2022 7:16pm
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 1,306 Posts
Quoting Slingshots1
Disliked
{quote} Please just one little more adjustment to this one i just need the 28 pairs name added so that if the crossover alert occur the name of the pair should be displayed{file}
Ignored
Pls BR i will still need your help with the fozzy indicator, i need just 2 words UP or DOWN added in the alert when it gives the signal .Thanks
Attached Image (click to enlarge)
Click to Enlarge

Name: BR FOZZY.PNG
Size: 27 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: BR FOZZY.PNG1.PNG
Size: 21 KB
Attached File(s)
File Type: mq4 Fozzy_Alert.mq4   3 KB | 245 downloads
 
 
  • Post #53,063
  • Quote
  • Jul 10, 2022 7:37pm Jul 10, 2022 7:37pm
  •  wowzers
  • | Joined Jan 2009 | Status: Member | 168 Posts
Hello all,


Can anyone make a simple indicator that loads a specific template on every new bar that I can use on strategy tester to test systems where some of the indis don't update themselves?
 
 
  • Post #53,064
  • Quote
  • Jul 10, 2022 11:29pm Jul 10, 2022 11:29pm
  •  masantok
  • | Joined May 2022 | Status: Member | 24 Posts
Quoting Tankk
Disliked
{quote}{quote} HBS NRP test version until September 2022... P.S. https://www.forexfactory.com/thread/...6#post13797446 {image} {file}
Ignored
if i understand what you want to tell, this is a decompiled version from another repainting indicator then rename it by uploader? this is the "most perfect" indicator i have tested - too true to believe it

can you imagine how much pips we can earn if this indicator give "true" signal for current bar? maybe will become a "holy grail" indicator dreamed by all trader all
 
 
  • Post #53,065
  • Quote
  • Jul 11, 2022 12:15am Jul 11, 2022 12:15am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 15,154 Posts
how to automatically adjust a label to top right of current tab / window
Indicators on my chart help me guess the trade they do not guarantee result
 
 
  • Post #53,066
  • Quote
  • Jul 11, 2022 2:46am Jul 11, 2022 2:46am
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting PatienceFx
Disliked
how to automatically adjust a label to top right of current tab / window
Ignored
Use CONER_RIGHT_UPPER in your labels property.
Chart Corner - Objects Constants - Constants, Enumerations and Structures - MQL4 Reference


At the option, you can give like this so it can be selected.
extern ENUM_BASE_CORNER corner = CORNER_RIGHT_UPPER;


Then, you set your OBJ_LABEL properties,


ObjectSet(name,OBJPROP_CORNER,corner);

Then, your X,Y will start from right upper corner.
 
1
  • Post #53,067
  • Quote
  • Jul 11, 2022 2:51am Jul 11, 2022 2:51am
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting Slingshots1
Disliked
{quote} Pls BR i will still need your help with the fozzy indicator, i need just 2 words UP or DOWN added in the alert when it gives the signal .Thanks{image}{image}{file}
Ignored
Added those word to alert.
Attached File(s)
File Type: mq4 Fozzy_Alert.mq4   3 KB | 210 downloads
 
1
  • Post #53,068
  • Quote
  • Edited 6:30am Jul 11, 2022 3:32am | Edited 6:30am
  •  PatienceFx
  • Joined Jun 2013 | Status: enjoying life | 15,154 Posts
Quoting BlueRain
Disliked
{quote} Use CONER_RIGHT_UPPER in your labels property. Chart Corner - Objects Constants - Constants, Enumerations and Structures - MQL4 Reference At the option, you can give like this so it can be selected. extern ENUM_BASE_CORNER corner = CORNER_RIGHT_UPPER; Then, you set your OBJ_LABEL properties, ObjectSet(name,OBJPROP_CORNER,corner); Then, your X,Y will start from right upper corner.
Ignored
kindly streamline this code
Indicators on my chart help me guess the trade they do not guarantee result
 
 
  • Post #53,069
  • Quote
  • Jul 11, 2022 3:50am Jul 11, 2022 3:50am
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting PatienceFx
Disliked
{quote} kindly streamline this code {file}
Ignored
you will do something like this.

ObjectCreate(0,"L",OBJ_LABEL,0,0,0);
ObjectSetText("L",T,12,"Tahoma",Yellow);
ObjectSet("L",OBJPROP_CORNER,GN);
ObjectSetInteger(0,"L",OBJPROP_XDISTANCE,25);
ObjectSetInteger(0,"L",OBJPROP_YDISTANCE,100);

ObjectCreate(0,"L2",OBJ_LABEL,0,0,0);
ObjectSetText("L2",d,12,"Tahoma",Yellow);
ObjectSet("L2",OBJPROP_CORNER,GN);
ObjectSetInteger(0,"L2",OBJPROP_XDISTANCE,25);
ObjectSetInteger(0,"L2",OBJPROP_YDISTANCE,120)

Also,you should have XDistance, YDistance so that it knows where it can start placing its label.
Adjust X,Y values accordingly.
 
1
  • Post #53,070
  • Quote
  • Jul 11, 2022 4:47am Jul 11, 2022 4:47am
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 1,306 Posts
Quoting BlueRain
Disliked
{quote} Added those word to alert. {file}
Ignored
Thanks brother .
 
 
  • Post #53,071
  • Quote
  • Jul 11, 2022 5:45am Jul 11, 2022 5:45am
  •  skyf
  • | Joined Mar 2020 | Status: Member | 318 Posts
Quoting pa18
Disliked
Hello FF, Anyone kind enough to change this indicator? {file} The gaps extend rectangles to the right of the screen,but I want it not to, I want it to mark up the bars where the gap starts from. Thanks for looking
Ignored
Please is there MTF of this indicator?

Can a coder make mtf of it?
Without despair & distraught, focus on Patience to FRESH MOTiVES.
 
 
  • Post #53,072
  • Quote
  • Jul 11, 2022 9:57am Jul 11, 2022 9:57am
  •  masantok
  • | Joined May 2022 | Status: Member | 24 Posts
after trying many strategies, indies & robot from FF & other source. finally i came to this simple robot. THIS IS VERY BASIC, don't use it as is if you not a stupid person like me. please do some tweak or add some filter for better result. wish green pips for everyone
Attached Image (click to enlarge)
Click to Enlarge

Name: ma.png
Size: 63 KB
Attached File(s)
File Type: mq4 MA.mq4   2 KB | 134 downloads
 
1
  • Post #53,073
  • Quote
  • Jul 11, 2022 12:53pm Jul 11, 2022 12:53pm
  •  Tankk
  • Joined Sep 2021 | Status: ********* | 386 Posts
Quoting masantok
Disliked
if i understand what you want to tell, this is a decompiled version from another repainting indicator then rename it by uploader?
Ignored
this is original clear repainting version

Quoting masantok
Disliked
can you imagine how much pips we can earn if this indicator give "true" signal for current bar?
maybe will become a "holy grail" indicator dreamed by all trader all
Ignored

in repainting mode RePaint=true, you will never get "true" signal on current bar.. and losses can/will exceed profits.
no-repainting version will also not give accurate signal, since it is too fast oscillator same as WPR.

already 3 years ago, i decomposed these Fishers into molecules, and made many versions/modifications...
some traders will be able to profitably trade with it, but most will fail and take losses
study indicator settings and test it well...
 
 
  • Post #53,074
  • Quote
  • Jul 11, 2022 1:59pm Jul 11, 2022 1:59pm
  •  SJr-BRZ
  • | Joined Sep 2021 | Status: Member | 6 Posts
Good afternoon. Would you be able to help me identify which indicator is used and would you be aware of which configuration was used? Attached are the indicators:
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 37 KB
Attached File(s)
File Type: ex4 ESTRELA 10%.ex4   19 KB | 122 downloads
File Type: ex4 ESTRELA 30%.ex4   19 KB | 121 downloads
File Type: ex4 ESTRELA 50%.ex4   19 KB | 118 downloads
File Type: ex4 ESTRELA 70%.ex4   19 KB | 121 downloads
 
 
  • Post #53,075
  • Quote
  • Jul 11, 2022 2:10pm Jul 11, 2022 2:10pm
  •  RIKc
  • | Joined Jun 2017 | Status: Member | 25 Posts
Quoting GC-Finance
Disliked
{цитата} Спасибо, что ответили мне! S / L и T / P меняются автоматически, когда MT4 закрывается, а затем снова...
Ignored
Check.
TP and SL must now be entered as for the 5-digit.
Attached File(s)
File Type: mq4 AutomaticStopTarget.mq4   2 KB | 92 downloads
 
 
  • Post #53,076
  • Quote
  • Jul 11, 2022 2:28pm Jul 11, 2022 2:28pm
  •  Slingshots1
  • Joined Feb 2012 | Status: Member | 1,306 Posts
Quoting RIKc
Disliked
{quote} added arrows for closing price. {file}
Ignored
Hello bro many thanks for the other day indicator working fine but it has no alert pls kindly help .
 
 
  • Post #53,077
  • Quote
  • Jul 11, 2022 4:19pm Jul 11, 2022 4:19pm
  •  linker26
  • | Joined Aug 2021 | Status: Member | 100 Posts
Hello community,
I am trying to code an indicator. And I need to implement the possibility to execute a function by holding an key + click of mouse.
I have tried the OnChartEvent() function, but I have not been able to combine the CHARTEVENT_KEYDOWN and CHARTEVENT_OBJECT_CLICK events

Has anyone been able to code something similar that can help me with this?
greetings and blessings
 
 
  • Post #53,078
  • Quote
  • Jul 11, 2022 8:28pm Jul 11, 2022 8:28pm
  •  Therustymola
  • | Joined Feb 2022 | Status: Junior Member | 1 Post
Quoting RIKc
Disliked
{quote} Check. TP and SL must now be entered as for the 5-digit. {file}
Ignored
Hello RIKc , could you please give me your contact info, they is something i need your help working on, which im not comfortable at the moment to share publicly, thank you.
 
 
  • Post #53,079
  • Quote
  • Jul 12, 2022 1:43am Jul 12, 2022 1:43am
  •  BlueRain
  • Joined Sep 2019 | Status: Member | 1,053 Posts
Quoting linker26
Disliked
Hello community, I am trying to code an indicator. And I need to implement the possibility to execute a function by holding an key + click of mouse. I have tried the OnChartEvent() function, but I have not been able to combine the CHARTEVENT_KEYDOWN and CHARTEVENT_OBJECT_CLICK events Has anyone been able to code something similar that can help me with this? greetings and blessings
Ignored
I don't think you can capture two at once.

However, you can capture KeyDown and next, Check Property of object to act on.
This video might help - Mql4 Lesson 42 Makiing ShortCut Keys - YouTube

Basically, you will capture event of KeyDown with specific key value. ( + sign )
Next, if that happens, check the object properties such as OBJPROP_SELECTED or if this is button OBJPROP_STATE

example of button object is pressed ..

//do something if object button is pressed
if (ObjectGetInteger(ChartID(), buttonId, OBJPROP_STATE) == true)
{

DoSomething()

}

or
//object is selected
if (ObjectGetInteger(ChartID(), labelId, OBJPROP_SELECTSTATE) == true)
{

DoSomething()

}
 
1
  • Post #53,080
  • Quote
  • Jul 12, 2022 3:44am Jul 12, 2022 3:44am
  •  JohnL33
  • | Joined May 2021 | Status: Member | 47 Posts
Hello Coders and Traders,
I been looking around for this kind of combination indicator. Currently i trade with this system for pass 1 month and really change my trading system.
here the parameters

SELL
CCI crosses the 100- level
BEARISH Candle break upper and lower envelope channel.
Arrow after BAR close.

BUY
CCI crosses the 100 level
BULLISH Candle break lower and upper envelope channel.
Arrow after BAR close.



Kindly add this in input

Input
..........................
History
CCI_Period
LevelUp
LevelDw

...........................
Envelope
period
method
dev
shift
..........................

ArrGap
ArrCodUP
ArrCodDN
ArrSize
Alertmessage
AlertSound


This is the example setup ...see the image
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_1.jpg
Size: 99 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot_2.jpg
Size: 89 KB
This are the example indicator that i can find...
Attached File(s)
File Type: mq4 CCI_Alert-test.mq4   4 KB | 87 downloads
Attached File(s)
File Type: mq4 CCIarrow.mq4   3 KB | 92 downloads
Attached File(s)
File Type: mq4 CCIWithAlert.mq4   4 KB | 100 downloads
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 26522653Page 265426552656 2990
    • 1 Page 2654 2990
33 traders viewing now, 9 are members:
SkullCandy
,
Asmamo
,
classy
,
nor888
,
jng640
,
edlivre
,
EliteTrader0
,
aliloo
,
dexterous
  • 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 / ©2023