@l-andorrĂ I can use candle 1
Posts made by jzfusion
-
Limit on trade duplicate trades. Filter is not working for meposted in Questions & Answers
The for each position filter doesn't seem to work. I seem to be getting a lot of trades even when I set the limit in "On trade" I want to be able to limit the number of trades.
On Trade


On Init

-
RE: Pips outside of Bollinger bandposted in Questions & Answers
@l-andorrĂ I want to have a parameter that triggers a buy every time the candle high or closes above the upper band by x pips or below the lower band.
Is that clear? So it's the distance travelled from the band to the extreme high or low. -
RE: Pips outside of Bollinger bandposted in Questions & Answers
Thanks guys. So far this is what I have done.
I created a constant with the pips in value 0.0001 but as @trader-philipps mentioned I forgot to take the sells into consideration.


How do I create a condition that allows me to buy or sell based on x amount of pips? I need that as a variable which can be set and used for optimisation.
-
Pips outside of Bollinger bandposted in Questions & Answers
How do I set a condition that gives me the the ability to trigger based on the number of pips travelled outside of upper or lower bands.
I tried adding +5 pips to the adjustments section of the condition.- I run optimisation on that field as it's a string
- Even when I add an arbitrary number 5000 it still works
-
I need to be able to turn Trailing Stop ON/OFFposted in Questions & Answers
I am struggling to implement a simple switch for trailing stop. I have a bool variable but I think my logic is flawed.
Please see what I have implemented. Is there something I'm missing? -
Help! How can I turn off trading for this simple EAposted in Questions & Answers
When cond1 and cond2 are both set to false I don't want any trades to happen. I'm sure it's simple but I may be missing something here. What happens is that although both conditions are turned off I'm still getting trades. I don't want any trades happening when both conditions are set to false. Please see
-
RE: Can I have the timeframe dropdown in a variable that applies to all conditions?posted in Questions & Answers
Found it:
ENUM_TIMEFRAMES and then call the variable PERIOD_M1 or whatever timeframe you wish.

-
Can I have the timeframe dropdown in a variable that applies to all conditions?posted in Questions & Answers
Hello Guys
if I tick the input parameter for the timeframe, it only happens for this individual option. I want to be able to have the drop down in the properties but how do I create a list so that I don't have to have 4 different instances using the 'unfriendly' names. I want one to rule them all

 -
ATR crossover MA conditionposted in Questions & Answers
Hello Gents
I need to create a condition where ATR crosses over MA or vice versa.
Here's my link: https://fxdreema.com/builder/shared/3tOR2gr5When I backtest all I see is this. They don't crossover. The MA seems to be up on the chart and the ATR is down!
How do I make it cross each other?
-
How do I group parallel conditions. This or that or the other ?posted in Questions & Answers
I want to be able to do this within an EA.
Eg. Trigger bulls in a row OR if a moving average crossover happens too ... whichever happens first gets triggered however once in the position don't close it if the other criteria is met? So the trade persists and the cycle begins again after the target or stop loss is hit. -
RE: Please help. Is this a bug? Not working in MT5posted in Questions & Answers
Thanks @ambrogio
That worked. -
RE: Please help. Is this a bug? Not working in MT5posted in Questions & Answers
That was an error in the buy leg which I have corrected. That's a red herring as the sell part should have generated trades but still not working even after the correction.
-
Please help. Is this a bug? Not working in MT5posted in Questions & Answers
Hi Guys
This very simple EA won't work in MT5. I've used this same crossover in MT4 and it's worked. Please help!
https://fxdreema.com/shared/XVTxxkN4e -
Set Trailing Stop to True/Falseposted in Questions & Answers
How do I set trailing stop loss as an option?
If true use trailing sl if false turn it off and use tp and sl -
RE: Feature Request - Candlestick Types ...please support my petitionposted in Questions & Answers
@l-andorrĂ
You're not suggesting the Metatrader charlatan market place with their ludicrous activations that comes with purchaces? It is the most unbelievably unethical application sewer I've ever come across. You buy an item with a year's licence and then they limit the number of times you can use it.I simply can't understand how they are allowed to get away with it.
I still think that this is a valid request as it keeps the code portable.
One less indicator/variables to create for your project. -
Feature Request - Candlestick Types ...please support my petitionposted in Questions & Answers
Can we have various candle types in the various signal sections.
I agree that a lot of the Candlesticks are subjective however if it is kept pretty simple with parameters to be adjusted. I think that will help us and also add value to this service and I believe it's way better than the multitude of lagging indicators. I find myself spending too much time hacking the single candle template.
Can I have some support from members?
I would like to see some of these at least:Spining top
Hammer / Hanging Man
Doji
Bullish/Bearish Engulfing
Inverted hammer
Morning Star
Hikkakeetc
-
Restrict EA to a specific account number(s)posted in Questions & Answers
Will it be possible to restrict an EA to a specific account number so it only works for that particular account.