@xyon126 Did you manually check that backtest failed in just that period or all along the 5 years? If some trades are open and some others not, you should focus on the condition list for those which didn't open.
Posts made by l'andorrà
-
RE: I want to create three continous candle and close by opposite candleposted in Questions & Answers
-
RE: Why do I get the wrong fibo price value?posted in Questions & Answers
@umbrellamaker said in Why do I get the wrong fibo price value?:
Hey mate,
under "Specific Properties" you define the Fib levels ("Levels comma separated").
For your purpose you would need to put in something like 0.618 and 0 to get two price levels.And you have to know that the first level has the name "0" not "1"

I confirm I managed to define the level under 'specific properties. But what it does is just plotting that level of the retracement. The price by level showed is still wrong. Apparently miki is right. the whole function doesn't work. I will tell it to the admin.
-
RE: get the pip price in the current pair (Solved)posted in Questions & Answers
@xyon126 Then I certainly didn't understand you. That was one of my first options.
Sorry for that. -
RE: Buy and sell stop manualposted in Questions & Answers
@tuhand Here you can find some help to do a panel with those options:
-
RE: So this is my Dashboard attempt but it is kinda.... buggy. Positive input appreciatedposted in Questions & Answers
@behold Wow! 367 blocks on the 'on tick' tab.
That's a lot of processing requirements for your MT4. Did you consider the possibility that part of the issue is that too much time is required to process all that code every single tick? -
RE: Break Even Buttonposted in Questions & Answers
@xyon126 That 'break even' block is a loop in fxDreema. This means it need a tick to work. As it is on the 'on timer' tab, that's why it doesn't work. You will need to create a block structure doing the break even.
-
RE: How to add EA condition to take trade when moving average is fixed and not pull backposted in Questions & Answers
@rogerthat Biztet is right. The only way to confirm a crossover happened is by working on candle ID1. Otherwise, you'll never be completely sure your visual crossing right now is a final crossing after a few minutes.
-
RE: Accelerator Oscillator and Awesome Oscillatorposted in Questions & Answers
@juggernuyry Good. Then my firts recommendation is reading all Instruction and examples pages for you to understand how fxDreema works in general. Then we can focus on your EA. Ok?
-
RE: When trades closed don't open new trade in the same bar!posted in Questions & Answers
@dongil Then you can use this same answer from this thread:
-
RE: Help Please! I don't know what to do about thisposted in Questions & Answers
@tradercompany I'm afraid I'm still a bit confused. So please let me try to summarize it and correct me if I'm wrong:
-
As soon as the EA is running on the chart, a buy ans a sell pending orders are programmed. I see that is exactly what you are doing in Areas 1 and 6. No problem here.
-
I see you store the values of both open prices into two variables to be used for further calculations. No problem here either.
-
Then are you trying to program two additional pending orders 6 pips away from both previous ones? Is this what you are looking for? Are you trying to program 4 pending orders as soon as the EA is executed on your chart?
-
-
RE: pass one bar/candleposted in Questions & Answers
@syf Depending on your current structure, you can do this:
https://fxdreema.com/shared/tOUj9eCTc
Please notice there are blocks on the 'on tick' and the 'on trade' tabs. Basically you are using a switch on/switch off variable that is deactivated when SL is hit (that happens on the 'on trade' tab) and reactivated immediately at the open of the next bar.
-
RE: how to add a passcodeposted in Questions & Answers
@sharndrey Here you have some ideas:
https://fxdreema.com/forum/topic/5657/ea-password-protection
https://fxdreema.com/forum/topic/8965/i-am-new-i-want-put-password-to-my-ea/12
https://fxdreema.com/forum/topic/6115/how-to-set-ea-password-for-1-account -
RE: get the pip price in the current pair (Solved)posted in Questions & Answers
@xyon126 No. I'm afraid you will have to create a specific block structure to get that final value into a variable.
-
RE: I want to create three continous candle and close by opposite candleposted in Questions & Answers
@xyon126 You are using a 'Timer' block on the 'on tick' tab. That blocks is only fully operational in its 'on timer' tab.
-
RE: Can one open multiple trades using one condition ?posted in Questions & Answers
@od I do not understand the questions for Area2. On Area 1 question, not sure if you are asking for a combination of two indicators to move stop loss. Do you mean closing the trade instead?
-
RE: I want hedging blocksposted in Questions & Answers
@pramod-1 Ok. No problem. Did you read all instruction pages and examples in the fxDreema site?
