@cpxiom
When I change to once per bar the EA doesn't open trades.
Posts made by jzfusion
-
RE: I am trying to limit trades to only 4posted in Questions & Answers
-
RE: I am trying to limit trades to only 4posted in Questions & Answers
@cpxiom
Check out the link: https://fxdreema.com/shared/N1g31mAXb
I removed the "no trade" block -
RE: I am trying to limit trades to only 4posted in Questions & Answers
I did but it's still not working. The EA opens multiple trades regardless. Is there something I'm missing here?
-
Highest high of last x daysposted in Questions & Answers
How do I express highest high of last x days ?
-
I am trying to limit trades to only 4posted in Questions & Answers
I want to limit all trades to only 4
I am using a trade counts block but it's not working.
Here's my code:
https://fxdreema.com/shared/WFeWNQAfd
cheers -
RE: Body of candle is less that 50% of Rangeposted in Questions & Answers
The funny thing is it's not working either way
-
RE: Body of candle is less that 50% of Rangeposted in Questions & Answers
@cpxiom
Shouldn't is be *50%

-
RE: Importing Variables and constantsposted in Questions & Answers
@leonvn
That's very clever. Why didn't I think about that!
cheers -
Body of candle is less that 50% of Rangeposted in Questions & Answers
Hello guys I'm trying to filter candles that have a body that is less than 50% of the whole range of the candle. Is this the best way of doing it? Or is it flawed?

-
How do I express high of 5 daysposted in Questions & Answers
How do I pick out the highest high of the last 5 days?
-
How do I express open to low of yesterday (whole day)posted in Questions & Answers
Guys
How do I express open to to low of yesterday?I have YesterdayOpen and YesterdayLow as variables. Is the range of open to low therefore YesterdayLow + YesterdayOpen?
I'm confused. Will the same apply for bull and bear candles? -
Part close a tradeposted in Questions & Answers
I have seen blocks for closing a profitable or losing trade but I want to be able to close part of a trade and leave the rest to run. Any idea on how I do that?
-
RE: Importing Variables and constantsposted in Questions & Answers
I tried to modify the source code and add my variables in the global variables section but it still didn't pick up. I don't think it's that hard if you know what you're doing. I think a little guidance is what is needed. I will stay clear of the main code, just add my variables.
-
Compile Errorposted in Questions & Answers
I have a lot of variables and conditions making it really hard to track down this mischieve somewhere in my code.
Anyone recognize which module this is form?
-
Importing Variables and constantsposted in Questions & Answers
I have created a long list of variables that I want to use in another project. What is the quickest way of importing them into the new project?
-
I need to calculate 0.75% of a valueposted in Questions & Answers
Which is the correct way?
Or should it be 0.75/100