All condition block must be ABOVE both Buy/Sell blocks. It is always recommended to check all conditions first and then send the buy/sell order.
Posts made by isp00rt
-
RE: EA trading not using conditionsposted in General Discussions
-
RE: Fractal S/L T/P helpposted in Questions & Answers
You specified that the fractal is exactly four bars before the current one. That means that the EA will look exactly at that position. If there is no fractal there, the condition is not met. I guess this is why no trades are open.
-
RE: hello how can i create indicators here not EA can i ? or just EA ? any help ?posted in Questions & Answers
No. This site if for EAs only, sorry.
-
RE: Reset trader counterposted in Questions & Answers
You can use a condition block in which your variable equals zero.
-
RE: Help with MA crossover EA - new Userposted in Questions & Answers
Blocks 2 and 4 have different timeframes selected. On block 2 'monthly' is selected whereas on block 4 you specified 'current'. Additionally, blocks designed to close trades are 'Off', ie, not active (red highlight).
-
RE: how to buy sell in a specific time zone ?posted in Questions & Answers
Sorry, I didn't explain myself. What I mean is that you must separate both time filters so that each actos on different time periods: one for opening trades and the other one for closing them in an independent way. Just like this:

By the way, I recommend to use server time and not local time. Using the broker's server is always better.
-
RE: Establecer un porcentaje de ganancias y cierre todoposted in Questions & Answers
This EA is designed to get a fixed amount of pips, not money. You can add it to any existing EA, but you'll have to adapt it, of course. I have no problem dowloading it.
-
RE: how to buy sell in a specific time zone ?posted in Questions & Answers
Your time filter block is correct for launching orders. The problem here is that you need to specify a new (different) time filter block aboce the 'close order' block. What I mean is that you have to separate the launch time filter and the closing order one.
-
RE: how to buy sell in a specific time zone ?posted in Questions & Answers
Could you please show your parameters in 'Time filter' and 'Close trades' blocks?
-
RE: Buy Strongest currency vs Weakest - Not sure why it not working correctly.posted in Questions & Answers
Honestly I don't know why it doesn't work. In my opinion it should. Sorry for not being more helpful :(.
-
RE: Establecer un porcentaje de ganancias y cierre todoposted in Questions & Answers
I guess this is what you're looking for:
-
RE: Hello, which variable or function controls the size lots?posted in Questions & Answers
You will find it inside the Buy now/Sell now block.
-
RE: Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
Once more, thank you for your great help.

-
RE: Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
Sorry to bother you again miro, but I have another question. How does this part of the condition block work?

You say in your tutorial that the 'normal' block conditions let you know a past high/low by ID, but not the current leg. My problem is that I don't understand how that past high/low can be found by ID. I tried this to find it:

...and nothing happens. Could you please tell me how can I identify the last high/low?
-
RE: Close all trades when open trades are in profit?posted in Questions & Answers
You need to use the blue block 'Close trades'.
-
RE: Aaaaand...the ZigZag indicator again!!!posted in Questions & Answers
Once again...miro was right!

Thank you very much.
-
RE: Change a script into an indicator?posted in General Discussions
As far as I know that's not possible, sorry. fxDreema is not designed to create indicators.
-
RE: program my indicatorposted in Questions & Answers
Rereading your first message I guess the best option for your EA is the 'Indicator is visible' block. Just like this:

I used my own custom indicator, so you must use yours here. It very important to check the candle ID. As you want to open a trade every candle you must specify Candle ID 0. But be aware that it will not work properly if this indcator repaints bars. If it does results will be wrong. Hope it helps.