how to hidden tp sl of EA or show tp sl on MT4 ? - page 3

 
albert_lim83:
no ...no ...


This is from the Chameleon User agreement . . .

[PROHIBITED CONDUCT]
The user represents and warrants that they will not violate any of the requirements of this agreement and further represents and warrants that:

1. You will not and will not permit others to (I) reverse engineer, decompile, disassemble, derive the source code of, modify, or create derivative works from the software, or (II) copy, distribute, publicly display or publicly perform the software other than expressly authorized in this agreement.

 
RaptorUK:


This is from the Chameleon User agreement . . .

[PROHIBITED CONDUCT]
The user represents and warrants that they will not violate any of the requirements of this agreement and further represents and warrants that:

1. You will not and will not permit others to (I) reverse engineer, decompile, disassemble, derive the source code of, modify, or create derivative works from the software, or (II) copy, distribute, publicly display or publicly perform the software other than expressly authorized in this agreement.


okay then ..

from tht ea, i learned something so far,

will trying to add into my nightmare ea.

 

trying whole day....

but still failure to code it..

summary of trade.


http://postimage.org/image/d0cax7uh9/

the following code which is i try to change it.

Edited: DO NOT POST DECOMPIED (stolen) CODE

 

any help to show me how to done this ??

 
albert_lim83:

any help to show me how to done this ??


I'm lost here.

How WHAT is done?

Do you want to learn to code your own EA?

 
Ickyrus:


I'm lost here.

How WHAT is done?

Do you want to learn to code your own EA?


yes..
 
#define Digits = MODE_TICKVALUE
#define s_symbol = Symbol
#define PointRatio = CompoundingLotSize

this code correct or not ??

but seem it's wrong coding,

defined value expected ???

OrderSend(double Symbol, OP_BUY, LotSize, CompoundingLotSize(), NormalizeDouble(Ask,Digits), Slippage, ProfitPercent, MagicNumber)
 
albert_lim83:

yes..
  1. Then start by reading the manual or lessons
    #define Digits = MODE_TICKVALUE

    Where in here do you see an equal sign?


  2. OrderSend(double Symbol, OP_BUY, LotSize, CompoundingLotSize(), No
    Where in the documentation so you see OrderSend with TWO size parameters
  3. What are Function return values ? How do I use them ? - MQL4 forum
 
WHRoeder:
  1. Then start by reading the manual or lessons

    Where in here do you see an equal sign?


  2. Where in the documentation so you see OrderSend with TWO size parameters
  3. What are Function return values ? How do I use them ? - MQL4 forum
  4. You are being a Troll again



great...

thanks .

 

What programming experience do you have?

Why do you feel you can dive right in to modifying a progam without first learning the language

When you try to use the metatrader language do you check the syntax against the doumentation ?