Hi @bk7. Are you trying to prevent the ea from opening trades like during news hour? I think maybe you can't control the ea because it's not yours. But maybe you could make the ea instantly close the trade every time it opens during that period. You might lose some, but not much i think.
Posts made by biztet
-
RE: how to pause(sleep) a script?posted in Questions & Answers
-
RE: MACD linesposted in Questions & Answers
Sometimes if you watch carefully, the line signal is just the same as histo signal, only how the creator display the indicator, line/histo/arrow etc. For this one it's either above or below 0 level.
-
RE: How to set take profit blocksposted in Questions & Answers
@CAVINCENT it's not like usual take profit. But since you said when total of all trades are in profit, then you can use that block to set like when it reached profit $10 close all trades.
-
RE: How to set take profit blocksposted in Questions & Answers
You can use check profit (unrealized)
-
RE: Once Per Bar Timeframeposted in Questions & Answers
Once per tick is for every tick. You can also use once per minutes.
-
RE: I want 2 indicators to confirm first before orderingposted in Questions & Answers
Is this single entry? If not, i think you should use Once per bar block.
-
RE: Can someone please convert my indicator to ea for me hereposted in Questions & Answers
Where is your indicator? Just want to have a look.
-
RE: I'M GIVING UP BECAUSE OF THESE MULTIPLE TRADESposted in Questions & Answers
@Katlego-Moraba you can always share your project if you really need help.
-
RE: Buy/Sell Both way not working!posted in Questions & Answers
If you say any candle form means every candle closed will open a buy&sell, then replace the No Trade block with Once per bar.
-
RE: Distant Between Bandposted in Questions & Answers
Thanks guys. Appreciate it. I'll try this. Thanks again.
-
RE: Distant Between Bandposted in Questions & Answers
I'm thinking like this, but don't know how to do it.
For Upper bandsvalue@price (above-below(id3)) < (above-below(id2)) < (above-below(id1)) = expanding
value@price (above-below(id3)) > (above-below(id2)) > (above-below(id1)) = shrinking
-
RE: Distant Between Bandposted in Questions & Answers
@jstap I'm sorry, what i mean is the distance, gap between the 2 bands. Upper1&Upper2, Lower1&Lower2.
-
RE: Distant Between Bandposted in Questions & Answers
@jstap so I'll need to use lots of block?
What i understand your example is only for single band? I'm trying to get distant between 2 band in candle id3<id2<id1. -
Distant Between Bandposted in Questions & Answers

Hi, need help with this one. How can i tell the EA to check if the distant of the 2 bands if it's increasing @ decreasing? Thanks.
-
RE: MA cross below/above baselineposted in Questions & Answers
Have you check the MA value see if it's crossing or not?