Elite indicators :) - page 1515

 
Hello My Good fellow, does anyone know or make a script Pending Order at specific time with adjustable Stop loss, Take profit and lot??? Please help....

-Auto Pending Order closed candlestick at specific time
(e.g: 1100 am Pending Order at shadow closed candle.)
-Adjustable Take profit
-Adjustable Stop loss
-Adjustsble lot 

Please help of you do have or where i can find it
 
Adz RuLe: does anyone know or make a script …??? Please help....Please help
  1. Don't Hijack other threads for your off-topic post. Next time, make your own, new, thread.

  2. Yes — many people here and at Freelance.
         How To Ask Questions The Smart Way. 2004
              Only ask questions with yes/no answers if you want "yes" or "no" as the answer.

  3. Help you with what? You haven't stated a problem, you stated a want.
         How To Ask Questions The Smart Way. 2004
              Prune pointless queries.

    You have only four choices:

    1. Search for it. Do you expect us to do your research for you?

    2. Beg at:

    3. MT4: Learn to code it.
      MT5: Begin learning to code it.
      If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.

    4. or pay (Freelance) someone to code it. Top of every page is the link Code Base.
                Hiring to write script - General - MQL5 programming forum 2019.08.21

    We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
              No free help 2017.04.21

 
Could anybody please fix this indi?
Elite indicators :)
Elite indicators :)
  • 2012.03.06
  • www.mql5.com
Hello, Does anyone know where I can find an indicator that takes in price values, which when reached or surpassed will cause the indicator to send...
Files:
ift_of_dpo.mq4  11 kb
1.png  179 kb
 
Tetyana Khokhlova: Could anybody please fix this indi?

You fix it, char is a reserved word since build 600+ ( 2014.02.03), change it to something else (e.g. chr.)

      int char = StringGetChar(s, length);
         if((char > 96 && char < 123) || (char > 223 && char < 256))
                     s = StringSetChar(s, length, char - 32);
         else if(char > -33 && char < 0)
                     s = StringSetChar(s, length, char + 224);
 
William Roeder:

You fix it, char is a reserved word since build 600+ ( 2014.02.03), change it to something else (e.g. chr.)

Many thanks, it works now!!!
 
Mladen Rakic:

That is the latest version "chaos visual"

This was the latest symbol changer


HI FRIENDS.I AM LOOKINGG FOR AN AUTOMATIC SYMBOLS SHIFTER.THANKS

 
onetrade95:

Please do not post in capital letters, it is considered shouting and very rude.

I have deleted your other post with the same subject (also in capital letters).

Do not double post!

 

corrected.

Files:
 
hi friends,

xsupertrend tape MTF not working in MT4 build 1280 can someone help to fix it please!!! 
Files:
 
nickso360:
hi friends,

xsupertrend tape MTF not working in MT4 build 1280 can someone help to fix it please!!! 

Correcred


	          
Reason: