@harryhaza1999 Yes inside you can change options you need.
Posts made by jstap
-
RE: How to get a sell pending order to activate once a previous pending sell order is triggered.posted in Questions & Answers
-
RE: CMT5 NEWS INDICATORposted in Questions & Answers
@6ixpappi Because you have the EX5 file it will be difficult, search google for check what data is in the data window, if what is needed is there use icustom (search google) and put the relevent information into variables, you can then use this in a standard condition block to buy/sell.
-
RE: pips away from stop-loss as % doesnt workposted in Questions & Answers
@nk0815 I agree with @l-andorrà the only thing I can think off is change magic no to 0, will probably make no difference but worth a shot, also try with fixed pips, if this works you will know where your problem is.
-
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells You don't need a link, put comments into your project, if you still have problems share link and ask.
-
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells Put all into a comment block so you can check what information is there visually, if cross works I see no reason why this wouldn't.
-
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells this just contains crosses, if you want things to work after the cross use < or >.
-
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells Sorry mate but if your that limited you need to read instructions and other posts until you get the basics.
= above
< = below
X> = cross above
X< = cross below -
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells If you are looking for above/below not cross use < >.
-
RE: SWAP in Loop NOT WORK all Positionposted in Questions & Answers
@duepips Not from ! block but if under the pink for each block you put the swop into a variable then in the next block use a formula block to add the variable to the variable you should get what you want, put the variable into a comment to check what's happening.
-
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells No, make changes I said, test then share and ask about any problems.
-
RE: SWAP in Loop NOT WORK all Positionposted in Questions & Answers
@duepips this will show the most recent, to show more than 1 you either have to look and display individually, or add the value every time a loop is completed.
-
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells I don't build EA's but any thing you would like to know just ask.
-
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells Put your indicators in a comment so you can see what value's are returned, if these are standard EMa's the standard blocks can already use.

-
RE: Same TP multiple tradesposted in Questions & Answers
@cri760 Never used group of trades but in single trades you have option to turn off moving tp, this block is also set to move sl back, if you use each trade then the SL for each trade will catch the last when distance permits.
-
RE: pls i need blocks for these two custom indictors,i wont the EA to execute trades when the blue crosses the yellow emaposted in General Discussions
@santabells As @l-andorrà says stop duplicating threads, the information I gave is simple so everyone using FX should be able to work out easily, start a project if you still struggle share the link and ask questions.