MA =9 cross with candel
-
http://s30.postimg.org/v8m35m1ip/Test.jpg
Can u show an example of what i want
-
Here are 3 different crossover modes, you can use candle close or something like that inside: http://fxdreema.com/shared/tpuyHHxdb
Read the description of this example: http://fxdreema.com/demo/price-crossover -
Thx. now I understand how to make overcross but how i can exit with overcross .
Can you give me example for buy when overcross (without tp or sl ) and exit when overcross again -
I don't know what "overcross" means, but to close trades there is a block named "Close trades" - when it is executed trades will be closed (there are filter settings for this block to close certain group of trades).
-
Check this, if this is overcross: topic/2287
-
ok i will give you an example for what exactly i want to do and plz correct it for me & tell me can fxdreema generator can do this because i made what u tell me but the EA dose not do anything
Project http://fxdreema.com/shared/nFWh2sTzb
but this ea dont made what i need whats error with me
-
It's not to connect N blocks one after another here. See that "on Tick" orange button above? When a new tick comes - blocks 1 is executed. When block 1 is executed and if it passes - block 2 is executed... and so on... Block 4 is executed once when a new trade is created, not on every tick after a new trade is created.
-
thx for fast answering , now i understand you but can you tell me how i can put rule for entering trade and exit in same EA
question in another way (how i can run exit condition after trade open) -
As I said above, any block that is on top of other blocks (nothing is connected above, at least one block is connected below) under "on Tick" will be executed on every tick. In other words, you can have multiple groups of blocks ane they all will be executed in the same tick one after another. What will be in these groups of blocks... your choise. It can be Condition -> Buy new trade, it can be Condition -> Close trades.