• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 7:44am
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 7:44am
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,145
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 29172918Page 291929202921 2992
  • 1 Page 2919 2992
  •  
  • Post #58,361
  • Quote
  • Feb 2, 2023 1:23pm Feb 2, 2023 1:23pm
  •  jeanlouie
  • Joined Dec 2010 | Status: Member | 1,501 Posts
Quoting llJustll
Disliked
..." if the price ends with 000" recognize this as a round number? or maybe divisions and remainders way? No need to code it...
Ignored
Keep going, how would you determine round numbers from 0-100, in rounds of 5/10/20/2/50? You would check that the round number is an even divisor to the number being checked, ie no remainder, 86/10 gives a 6 remainder, not round, but 80 and 90 give no remainder and are round numbers with 10. MathMod() or % is useful here.

Applying to prices, if 0.034 is to be checked as a round number to levels of 0.020 (20*point of 0.001), there should be no remainder.
 
 
  • Post #58,362
  • Quote
  • Feb 2, 2023 1:39pm Feb 2, 2023 1:39pm
  •  ntk
  • Joined Dec 2018 | Status: Member | 1,228 Posts
Quoting kourosh1347
Disliked
{quote} {image}{file}{file}
Ignored

could you pls give a little explanation what are in the chart to see. like color, rectangle etc wgat are they for you.... and what you can read. Here is a chart I did on the evening gold 2 Jan 2023
Attached Image (click to enlarge)
Click to Enlarge

Name: GOLD evenig 2 Jan.png
Size: 47 KB
 
 
  • Post #58,363
  • Quote
  • Feb 2, 2023 1:50pm Feb 2, 2023 1:50pm
  •  llJustll
  • | Joined Sep 2018 | Status: Member | 13 Posts
Quoting jeanlouie
Disliked
{quote} Keep going, how would you determine round numbers from 0-100, in rounds of 5/10/20/2/50? You would check that the round number is an even divisor to the number being checked, ie no remainder, 86/10 gives a 6 remainder, not round, but 80 and 90 give no remainder and are round numbers with 10. MathMod() or % is useful here. Applying to prices, if 0.034 is to be checked as a round number to levels of 0.020 (20*point of 0.001), there should be no remainder.
Ignored
Great!, thank you. Will try to code it tomorrow.
 
 
  • Post #58,364
  • Quote
  • Feb 2, 2023 1:57pm Feb 2, 2023 1:57pm
  •  kourosh1347
  • Joined Nov 2009 | Status: Member | 373 Posts
Quoting ntk
Disliked
{quote} could you pls give a little explanation what are in the chart to see. like color, rectangle etc wgat are they for you.... and what you can read. Here is a chart I did on the evening gold 2 Jan 2023 {image}
Ignored
https://www.forexfactory.com/thread/...sting%20orders.
 
1
  • Post #58,365
  • Quote
  • Edited 3:27pm Feb 2, 2023 3:14pm | Edited 3:27pm
  •  Godwin Igili
  • Joined May 2011 | Status: Member | 407 Posts
Quoting kourosh1347
Disliked
{quote} void deleteObj(string name) { int i, ot=ObjectsTotal()-1; string id; //---- for(i=ot; i>=0; i--) { id=ObjectName(i); if(StringFind(id,name,0)>=0) { ObjectDelete(id); } } } int deinit() { //---- deleteObj("---line"); //---- return(0); } {file}
Ignored
Thank you very much kourosh.
I am still having the Yellow lines when the indicator(as modified) is attached on H4, W1 and MN time frames as in below image.
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (108).png
Size: 18 KB
 
 
  • Post #58,366
  • Quote
  • Feb 2, 2023 3:42pm Feb 2, 2023 3:42pm
  •  venkateshr56
  • | Joined Mar 2016 | Status: Member | 89 Posts
Quoting venkateshr56
Disliked
{quote} Thank you very much brother
Ignored
kourosh1347

brother i have one query.

extern string AsiaStart = "22:28";
extern string AsiaEnd = "07:30";

extern string LonStart = "07:00";
extern string LonEnd = "16:30";

extern string UsaStart = "13:28";
extern string UsaEnd = "21:30";


Is it possible to make enum ENUM_""_MODE ?
 
 
  • Post #58,367
  • Quote
  • Feb 2, 2023 11:02pm Feb 2, 2023 11:02pm
  •  Musharib
  • | Joined Nov 2021 | Status: Member | 50 Posts
Hi there,

can anyone plz help me in making an EA the requirments are ;


A- Close old position if a new open position is the opposite regardless of the symbol
Keeping in mind that the USD CAD or USD CHF will be opposite in the buy and selling
Ex:
Open Positions:
Buy AUD USD at 0.622
BUY NZD USD at 0.57
Pending Order
Buy Stop USD CAD at 1.34
Nothing will happen
Executed
Buy USD CAD at 1.34
Now close the AUD USD and NZD USD at any rate and keep the USD CAD

B- The money management
Set an input for the Stop Loss and Take Profit to be pips
C- The Lot Volume
To be calculated based on
0.2 Lot for the 10,000 Per each position
0.2 = To be an input in the EA
The next position is calculated based on Account Equity not balance



Thanks,
 
 
  • Post #58,368
  • Quote
  • Feb 3, 2023 12:16am Feb 3, 2023 12:16am
  •  Sepo29
  • | Joined Dec 2022 | Status: Junior Member | 5 Posts
Hopefully someone looks into it, it would provide a lot of assistance
Quoting orderblock
Disliked
Dears Coders you can convert this amazing tradingview indicator to mt4 indicator. https://en.tradingview.com/script/Cn...-Concepts-LUX/ apparently it is all that those of us who operate with the smart money concept strategy need Looking forward to your collaboration, I am very grateful for all your contributions to the community. {image}
Ignored
 
 
  • Post #58,369
  • Quote
  • Edited 1:07am Feb 3, 2023 12:34am | Edited 1:07am
  •  kourosh1347
  • Joined Nov 2009 | Status: Member | 373 Posts
Quoting venkateshr56
Disliked
{quote} kourosh1347 brother i have one query. extern string AsiaStart = "22:28"; extern string AsiaEnd = "07:30"; extern string LonStart = "07:00"; extern string LonEnd = "16:30"; extern string UsaStart = "13:28"; extern string UsaEnd = "21:30"; Is it possible to make enum ENUM_""_MODE ?
Ignored
used string input
Inserted Code
input string openLondon="08:00";
input string closeLondon="17:00";
input string openNewyork="13:00";
input string closeNewyork="22:00";
input string openTokyo="00:00";
input string closeTokyo="09:00";
input string openSydney="22:00";
input string closeSydney="07:00";
...........
string open= openSydney;
....
datetime  diffTime=TimeCurrent()-TimeGMT() ;
...........
datetime open1=StringToTime(open)+diffTime;
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 2 KB
Attached File(s)
File Type: ex4 MarketSession.ex4   277 KB | 87 downloads
 
 
  • Post #58,370
  • Quote
  • Feb 3, 2023 12:55am Feb 3, 2023 12:55am
  •  kourosh1347
  • Joined Nov 2009 | Status: Member | 373 Posts
Quoting Godwin Igili
Disliked
{quote} Thank you very much kourosh. I am still having the Yellow lines when the indicator(as modified) is attached on H4, W1 and MN time frames as in below image. {image}
Ignored
Inserted Code
  int min = maxcount*Porcent;
  
   min /= 100;
   Print("maxcount="+maxcount+" min="+min);
   int range = maxcount- min;
   if (range<5)
      range=5;
   id = 0;
///////
 Print("count",count);
////////
for (i=0;i<count;i++)
   {
       if (counter[i] > min)
       {
           price = index[i] * Point;
           name = "----------line---------"+id;
           id=id+1;
           c  = counter[i];
           ObjectCreate(name,OBJ_HLINE,0,0,price);

2023.02.03 09:25:49.954 mslmsh ETHUSD,H1: count1111
2023.02.03 09:25:53.687 mslmsh ETHUSD,H1: maxcount=3 min=0
2023.02.03 09:25:53.687 mslmsh ETHUSD,H1: count1111
2023.02.03 09:25:54.039 mslmsh ETHUSD,H1: maxcount=3 min=0
2023.02.03 09:25:54.039 mslmsh ETHUSD,H1: count1111
 
 
  • Post #58,371
  • Quote
  • Feb 3, 2023 2:14am Feb 3, 2023 2:14am
  •  cocowell
  • | Joined Oct 2018 | Status: Member | 65 Posts
Can someone write a high and low indicator, as shown in the pic?
Attached Image (click to enlarge)
Click to Enlarge

Name: DOLLARH1.png
Size: 24 KB
 
 
  • Post #58,372
  • Quote
  • Feb 3, 2023 3:59am Feb 3, 2023 3:59am
  •  dekdeetoppy
  • | Joined Feb 2023 | Status: Junior Member | 2 Posts
hello
I want the indicator to have a win or lose result.
and has a summary of the past how much win
Thanks for recommending
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 107 KB
 
 
  • Post #58,373
  • Quote
  • Feb 3, 2023 5:57am Feb 3, 2023 5:57am
  •  Godwin Igili
  • Joined May 2011 | Status: Member | 407 Posts
Quoting kourosh1347
Disliked
{quote} int min = maxcount*Porcent; min /= 100; Print("maxcount="+maxcount+" min="+min); int range = maxcount- min; if (range<5) range=5; id = 0; /////// Print("count",count); //////// for (i=0;i<count;i++) { if (counter > min) { price = index * Point; name = "----------line---------"+id; id=id+1; c = counter; ObjectCreate(name,OBJ_HLINE,0,0,price); 2023.02.03 09:25:49.954 mslmsh ETHUSD,H1: count1111 2023.02.03 09:25:53.687 mslmsh ETHUSD,H1: maxcount=3 min=0 2023.02.03 09:25:53.687 mslmsh ETHUSD,H1: count1111 2023.02.03 09:25:54.039 mslmsh...
Ignored
Kourosh, Good day.
The yellow lines are still showing when the indicator is attached to H4, W1 and MN charts buy=t not on M1, M5, M15, M30, H1 and D1 charts
These yellow lines do not allow me draw the supports lines on the H4, W1 and MN charts

Please what do I do to remove these yellow lines as shown in the 3 TFs on which the lines are appearing

Thank you for your assistance
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (118).jpg
Size: 384 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (120).jpg
Size: 355 KB
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot (119).jpg
Size: 433 KB
 
 
  • Post #58,374
  • Quote
  • Feb 3, 2023 6:06am Feb 3, 2023 6:06am
  •  satheesh
  • Joined May 2010 | Status: Member | 603 Posts
Quoting satheesh
Disliked
Hi I have an indicator to be modified {image} The default shows like above. What I need is it should plot horizontal lines instead of the that dotted line and dont show the SR lines if it was taken off{file}
Ignored
Am I visible to everyone??
Read the chart... Fundies are catalyst...
 
1
  • Post #58,375
  • Quote
  • Feb 3, 2023 6:13am Feb 3, 2023 6:13am
  •  kourosh1347
  • Joined Nov 2009 | Status: Member | 373 Posts
Quoting Godwin Igili
Disliked
{quote} Kourosh, Good day. The yellow lines are still showing when the indicator is attached to H4, W1 and MN charts buy=t not on M1, M5, M15, M30, H1 and D1 charts These yellow lines do not allow me draw the supports lines on the H4, W1 and MN charts Please what do I do to remove these yellow lines as shown in the 3 TFs on which the lines are appearing Thank you for your assistance {image}{image}{image}
Ignored
As I have shown, you have a variable called count whose value is equal to 1111 and as a result it draws the same number of lines
 
1
  • Post #58,376
  • Quote
  • Feb 3, 2023 6:23am Feb 3, 2023 6:23am
  •  Godwin Igili
  • Joined May 2011 | Status: Member | 407 Posts
Quoting kourosh1347
Disliked
{quote} As I have shown, you have a variable called count whose value is equal to 1111 and as a result it draws the same number of lines
Ignored
How do I remove the variable to stop drawing the lines that cover the chart?
 
1
  • Post #58,377
  • Quote
  • Feb 3, 2023 6:52am Feb 3, 2023 6:52am
  •  kourosh1347
  • Joined Nov 2009 | Status: Member | 373 Posts
Quoting Godwin Igili
Disliked
{quote} How do I remove the variable to stop drawing the lines that cover the chart?
Ignored
It is used in your program .
Inserted Code
  if (!found)
   {
      index[count] = pips;
      counter[i] = 1;
      count++;
     Print("count ",count);
   }
Inserted Code
 Print("count",count);
   for (i=0;i<count;i++)
   {
       if (counter[i] > min)
       {
           price = index[i] * Point;
           name = "----------line---------"+id;
           id=id+1;
           c  = counter[i];
           ObjectCreate(name,OBJ_HLINE,0,0,price);
Attached Image (click to enlarge)
Click to Enlarge

Name: screenshot.png
Size: 59 KB
 
1
  • Post #58,378
  • Quote
  • Feb 3, 2023 7:22am Feb 3, 2023 7:22am
  •  amir40813
  • | Joined Feb 2023 | Status: Junior Member | 2 Posts
hi Koorosh jan

Do u have any EA for partial exit?
 
 
  • Post #58,379
  • Quote
  • Feb 3, 2023 7:56am Feb 3, 2023 7:56am
  •  Kefada
  • Joined Jul 2021 | Status: Member | 144 Posts
Quoting kourosh1347
Disliked
{quote} It is used in your program . if (!found) { index[count] = pips; counter[i] = 1; count++; Print("count ",count); } Print("count",count); for (i=0;i<count;i++) { if (counter[i] > min) { price = index[i] * Point; name = "----------line---------"+id; id=id+1; c = counter[i]; ObjectCreate(name,OBJ_HLINE,0,0,price); {image}
Ignored
That's a very large for loop if count is equal to 1111
 
 
  • Post #58,380
  • Quote
  • Feb 3, 2023 7:57am Feb 3, 2023 7:57am
  •  Musharib
  • | Joined Nov 2021 | Status: Member | 50 Posts
can anyone add these in the following
Attached File(s)
File Type: mq4 1-NORMAL VERSION - PATTERNS ONLY -POWERING WITH MONEY MANAGMENT LOT B AND S.mq4   51 KB | 64 downloads
EA


A- Close old position if a new open position is the opposite regardless of the symbol
Keeping in mind that the USD CAD or USD CHF will be opposite in the buy and selling
Ex:
Open Positions:
Buy AUD USD at 0.622
BUY NZD USD at 0.57
Pending Order
Buy Stop USD CAD at 1.34
Nothing will happen
Executed
Buy USD CAD at 1.34
Now close the AUD USD and NZD USD at any rate and keep the USD CAD
B- The money management
Set an input for the Stop Loss and Take Profit to be pips
C- The Lot Volume
To be calculated based on
0.2 Lot for the 10,000 Per each position
0.2 = To be an input in the EA
The next position is calculated based on Account Equity not balance
 
 
  • Platform Tech
  • /
  • I will code your EAs and Indicators for no charge
  • Reply to Thread
    • 1 29172918Page 291929202921 2992
    • 1 Page 2919 2992
12 traders viewing now, 5 are members:
forexmanvn
,
Invisible
,
enoch1937
,
rosalieone
,
Steverino832
  • 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