• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 4:49pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:49pm
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 54 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,040
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 29192920Page 292129222923 2983
  • 1 Page 2921 2983
  •  
  • Post #58,401
  • Quote
  • Edited 9:27am Feb 4, 2023 9:14am | Edited 9:27am
  •  dexterous
  • | Joined Jun 2011 | Status: Member | 199 Posts
Quoting kourosh1347
Disliked
{quote} The sent files give an error when they are compiled, which was the reason The charts you post were not related to these codes
Ignored
here is the complete file so you can check and see
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: 20230131_212147.jpg
Size: 184 KB
Click to Enlarge

Name: 20230131_190202.jpg
Size: 168 KB
Attached File(s)
File Type: zip LevelTrading from DonDesperado.zip   1.3 MB | 174 downloads
 
2
  • Post #58,402
  • Quote
  • Edited 11:33am Feb 4, 2023 11:08am | Edited 11:33am
  •  kourosh1347
  • Joined Nov 2009 | Status: Member | 372 Posts
Quoting dexterous
Disliked
{quote} here is the complete file so you can check and see {file} {image} {image}
Ignored
Attached File(s)
File Type: mq4 #MFT_Trendline.mq4   3 KB | 128 downloads
Attached File(s)
File Type: mq4 MZZ9_trendLine.mq4   94 KB | 136 downloads
Attached File(s)
File Type: mq4 MZZ9.mq4   68 KB | 118 downloads
 
 
  • Post #58,403
  • Quote
  • Feb 4, 2023 12:39pm Feb 4, 2023 12:39pm
  •  TraderGamer
  • | Joined Aug 2022 | Status: Member | 13 Posts
Hello FF community!

Does anyone here have an indicator/script that deselects objects that are selected in the chart?

Thank you in advance!
 
 
  • Post #58,404
  • Quote
  • Feb 4, 2023 2:13pm Feb 4, 2023 2:13pm
  •  dexterous
  • | Joined Jun 2011 | Status: Member | 199 Posts
Quoting kourosh1347
Disliked
{quote} {file}{file} {file}
Ignored
thank you .I will check it..
 
 
  • Post #58,405
  • Quote
  • Feb 4, 2023 2:26pm Feb 4, 2023 2:26pm
  •  thommas
  • | Joined Sep 2017 | Status: Member | 76 Posts
Hi guys,

Please help to understand the logic behind these arrows.
Green line is MA - LinearWeighted(20) Median Price(HL/2).
Colors of candles are different indicator and has nothing to do with that MA.
Attached Image (click to enlarge)
Click to Enlarge

Name: indicator_x.PNG
Size: 24 KB
 
 
  • Post #58,406
  • Quote
  • Feb 4, 2023 2:56pm Feb 4, 2023 2:56pm
  •  veter
  • | Joined Dec 2018 | Status: Member | 133 Posts
Quoting thommas
Disliked
Hi guys, Please help to understand the logic behind these arrows. Green line is MA - LinearWeighted(20) Median Price(HL/2). Colors of candles are different indicator and has nothing to do with that MA. {image}
Ignored

here you can find your answers
https://www.forexfactory.com/thread/...sonic-r-system
 
 
  • Post #58,407
  • Quote
  • Feb 4, 2023 3:23pm Feb 4, 2023 3:23pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,496 Posts
TF_OHLC_Levels
- bug update
- optional texts to current tf periods
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 8 KB
Attached File(s)
File Type: ex4 TF_OHLC_Lines_v1.01.ex4   41 KB | 78 downloads
 
1
  • Post #58,408
  • Quote
  • Edited Feb 5, 2023 9:14am Feb 4, 2023 3:46pm | Edited Feb 5, 2023 9:14am
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,496 Posts
Quoting TraderGamer
Disliked
...indicator/script that deselects objects that are selected in the chart?...
Ignored
Objects_Select_Deselect
- will select or deselect all objects on the chart
- can affect objects with a certain tag in their name like all bob for UPbobArrow, bobLine, 123dotbob
- can affect all types of objects or only a single type
- *is a script
Attached File(s)
File Type: ex4 Objects_Select_Deselect.ex4   12 KB | 46 downloads
 
1
  • Post #58,409
  • Quote
  • Feb 4, 2023 3:46pm Feb 4, 2023 3:46pm
  •  thommas
  • | Joined Sep 2017 | Status: Member | 76 Posts
Quoting veter
Disliked
{quote} here you can find your answers https://www.forexfactory.com/thread/...sonic-r-system
Ignored
This MA is not related to Sonic system.
 
 
  • Post #58,410
  • Quote
  • Feb 4, 2023 9:52pm Feb 4, 2023 9:52pm
  •  Fxforum
  • | Joined Mar 2017 | Status: Member | 114 Posts
My idea is to have an indicator to draw a line with a price variable input that will sent a push notification and sound an alarm at the desktop.
But is not working. Could someone please fix it.
Quote
Disliked
#property indicator_chart_window
// Global Variables
double AlertPrice;
string AlertSymbol;
double alert[];
// Entry Point
int OnInit()
{
// Request user input for the symbol and alert price
AlertSymbol = Symbol();
AlertPrice = Ask;
AlertPrice = NormalizeDouble(AlertPrice, Digits);
string inputValue = DoubleToString(AlertPrice);
string inputMessage = "Enter the Alert Price for " + AlertSymbol;
Comment(inputMessage, inputValue, inputValue);
AlertPrice = StringToDouble(inputValue);

// Indicator initialization
IndicatorBuffers(1);
SetIndexBuffer(0,...
Attached File(s)
File Type: mq4 PriceAlertLine.mq4   2 KB | 52 downloads
 
 
  • Post #58,411
  • Quote
  • Feb 4, 2023 10:26pm Feb 4, 2023 10:26pm
  •  RahulARW
  • | Joined Jan 2023 | Status: Junior Member | 1 Post
Can you guys recommend any FREE live trade management tool for MT5 with calculates the risk and SL/TP for every trade?
 
 
  • Post #58,412
  • Quote
  • Feb 4, 2023 11:15pm Feb 4, 2023 11:15pm
  •  pips4life
  • Joined Apr 2007 | Status: Member | 891 Posts | Online Now
Quoting Krojczy
Disliked
Hi to all great coders and everyone in FF.. I need an indicator that can show me my last trades. Why this is important for me? With the knowledge of my previous tredes I can decide what to do next. I found an interesting indicator in mql5 www site but it groupes trades together by symbol. It would be nice to see it by specific trade and with the info of % loss or gain. https://www.mql5.com/en/market/produ...3atrade+report Best regards, Krojczy {image}
Ignored
I think this script I wrote some time ago can do at least some of what you want. It may seem that the main function is to draw your trades on a chart, but in fact it can also *output* your trades to a .csv file that you can open with Excel.

The source is posted and if necessary can be modified by coders as desired.

Improved OrderHistory mq4 script to display trade history on charts
 
 
  • Post #58,413
  • Quote
  • Feb 5, 2023 1:14am Feb 5, 2023 1:14am
  •  TraderGamer
  • | Joined Aug 2022 | Status: Member | 13 Posts
Quoting jeanlouie
Disliked
{quote} Objects_Select_Deselect - will select or deselect all objects on the chart - can affect objects with a certain tag in their name like all bob for UPbobArrow, bobLine, 123dotbob - can affect all types of objects or only a single type {file}
Ignored
Thank you jeanlouie for this! Is this an indicator or a script btw?
 
1
  • Post #58,414
  • Quote
  • Feb 5, 2023 2:19am Feb 5, 2023 2:19am
  •  Godwin Igili
  • Joined May 2011 | Status: Member | 407 Posts
Quoting Kefada
Disliked
{quote} After reading your code, reducing the variable count or changing it to 0 will make your indicator not work well. Some other functions depend on the count variable, eg an array called index uses the count variable to keep count of how many sets of values it has. So, to simply prevent drawing of the lines you need to simply comment out or delete this function call.{image}
Ignored
Thank you Kefada.
The lines are now removed
 
1
  • Post #58,415
  • Quote
  • Edited 6:11am Feb 5, 2023 6:01am | Edited 6:11am
  •  Paymanz
  • | Joined Dec 2019 | Status: Member | 188 Posts
hi everyone , is there any partial close script for mt5 to share please? or any coder willing to code one? thank you
 
 
  • Post #58,416
  • Quote
  • Feb 5, 2023 7:03am Feb 5, 2023 7:03am
  •  cocowell
  • | Joined Oct 2018 | Status: Member | 65 Posts
Can someone add the midline for prev day、week and month?
Attached File(s)
File Type: mq4 MTF_HI_LOW_v1.mq4   21 KB | 38 downloads
 
 
  • Post #58,417
  • Quote
  • Feb 5, 2023 7:29am Feb 5, 2023 7:29am
  •  T4Trade
  • Joined Sep 2017 | Status: Trend Following,Price Action,Grid | 2,125 Posts
Quoting cocowell
Disliked
Can someone add the midline for prev day、week and month?{file}
Ignored
Attached File(s)
File Type: ex4 Candle 50% MTF nmc.ex4   45 KB | 72 downloads
 
 
  • Post #58,418
  • Quote
  • Feb 5, 2023 7:44am Feb 5, 2023 7:44am
  •  dexterous
  • | Joined Jun 2011 | Status: Member | 199 Posts
Quoting kourosh1347
Disliked
{quote} {file}{file} {file}
Ignored
it doesn't look same .
Attached Image (click to enlarge)
Click to Enlarge

Name: 20230205_164341.jpg
Size: 81 KB
 
 
  • Post #58,419
  • Quote
  • Feb 5, 2023 8:08am Feb 5, 2023 8:08am
  •  ntk
  • Joined Dec 2018 | Status: Member | 1,227 Posts
Quoting kourosh1347
Disliked
{quote} {image}{image}
Ignored
your post mean you use also default setting for FVG, right?
Could you tell something about the boxes? Thank you
Attached Image (click to enlarge)
Click to Enlarge

Name: fvg.png
Size: 33 KB
 
 
  • Post #58,420
  • Quote
  • Edited 9:06am Feb 5, 2023 8:27am | Edited 9:06am
  •  ntk
  • Joined Dec 2018 | Status: Member | 1,227 Posts
I came a cross an indicator HF_high_low_engulfing_V1.1 these white box are draw by this indicator. But there is no manual, anything written related to this indi even when I leave the version out, and there is no source code... only the info that this was often used tool by some South East Asia traders with supreme performance in the past

Look at the parameter list I would think, this would help trading intraday, or maybe intra-session .. But when change the time start and end there seems to be no change at apart of the arrows.... what the meaning of that?

Do you recognize it? Would you use it? Could you tell something about it usage? something with range trading I guess, weaknesses and strengths?
Attached Image(s) (click to enlarge)
Click to Enlarge

Name: eth_high_low.png
Size: 23 KB
Click to Enlarge

Name: HF_high_Low_.png
Size: 32 KB
Attached File(s)
File Type: ex4 HF_HIGH_LOW_ENGULFING_1.1.ex4   27 KB | 111 downloads
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 29192920Page 292129222923 2983
    • 1 Page 2921 2983
22 traders viewing now, 4 are members:
Invisible
,
ozkanim
,
Marcus05
,
Invisible
  • 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