Is it posible to use fxdreema on smartphone or tablet. I can open project, show information box ( long taping on screen ) , but I cant open block or connect blocks.
I know that isnt possible to export file.
Is it posible to use fxdreema on smartphone or tablet. I can open project, show information box ( long taping on screen ) , but I cant open block or connect blocks.
I know that isnt possible to export file.
I want to know profit from 3 (for modify) trades.
I have strategy but it shows only first trade.
How to do this ?
oh my old brain.....:)
I thought about Equity but I put a Profit .
Thx.
Hi !
I created this strategy with 2 variables and 1 constatns.
https://fxdreema.com/shared/pRABkg7hb
First variable contains a actual balance. Second variable contains Actual Balance plus Gain - this variable is from formula block (Balance plus gain) .
Gain is a constant.
I want close all trades (manualy opened) when profit is more than variable Balance_plus_gain.
Why doesnt it work ? It does not close trades .
Here is my strategy.
example:
if condition is true for BUY ,strategy should open 0.10 for BUY. But it opens 0.10 lot and big lot for maximum balance (for example 4.8 lots)
It shouldn't be becouse sell trade do not exist yet and bucket for red is zero.
Hi !
I think there is some bug in Bucket of Trades.
I made strategy that opens trades on sum of lots bucket of trades. I have comments on the chart and I see value lots.
But on the begininng of strategy my comments shows value 2147483647 and strategy opens maximum lot for balance (for example 4.8 for 1000 USD). I think that default value for no existing bucket should be 0 no 2147483647.
I use strategy on offline chart (renko)
Could you check this option.
Best regards
Radek
Experiance is the solution 
For trade 20 pips above and belowe a actuall trade - I must put 40 pips around the price.
Hi
I made a simple strategy.
https://fxdreema.com/shared/Yz0FspoVc
I want to open new trade after 20 pips above / below opened trade. But EA opens trade for example after 12 pips.
What is wrong ? No trade nearby must be in other place in a chain ?
Or for 20 pips is it range like this : 10 pips above and 10 pips below ?
For every 20 pips trade should I put 40 pips range ?
https://fxdreema.com/shared/DacOhY3ye
I want to open BUY trade once per bar. But if candle is reverse I want open new trade Sell as sum of opened BUY trades. I marked it as Green and Red Buckets.
But for example I have opened 2 trades BUY 0,01,0,01 but reversed Sell trade is 3,43 (for example) Lots. It should open 0,02 Lots Sell.
Why ? Is it bug on it?
I show an example.
https://fxdreema.com/shared/gpQyF3Mre
In this example I want to close all positions when profit of Buy (Bucket Green) will be greater than profit of Sell (Bucket red) more than 30 percent.
Positions Buy (Bucket green) profit +131 , position Sell (Bucket Sell) profit -100.
Today is Sunday and I cant to try it.
I want to campare two Buckets of trades (green and red). I want to close all positions when profit Bucket Green is greater in 30 percent than Bucket Red .
Is it right condition ?
BEP offset mode set to "pips offset".
And there is Break Even Point offset.
! fxDreema Connector Found builder.min.js?v=1:359
This is information from this Chrome (Console).
Hi
I can't scroll left menu down or up. It happens on Chrome and Firefox web browser.
Down scroll does't move too.
only on Internet Explorer works good, but it isn't my favorite web browser.
What it could be ? I made log out and log in. But problem was not solved.
Local version is faster than online version.
There will be no upadate of local version at all ?
Some time ago I have used
"SIMULATE_TICKS 0 // Use this for offline charts - feed the EA with ticks coming from a certain market (SIMULATE_TICKS_MARKET). Options: 1 - enable, 0 - disable" and I changed "0" to "1" EA to offline chart.
Now I can't do this. How can I change EA to working on offline chart ?
How to determine the condition that there is a vertical line at all. No matter on which candle, only the condition that exists.
Is Condition 4 is correct?
It can be horizontal line. Trades must open above (BUY) or below (SELL) horizontal line. I have tried HL but it didn't works good. Than I used trend line. But can be a horizonatal line.
Could you tell me why this strategy on ticks opens only BUY positions ? It happend on tester and in real use.
But in tester on "control point" EA opens buy and sell trades.
Why? Where make I mistake ?
https://fxdreema.com/shared/AHc1rSpmd
Hi
I have new problem.
I created such strategy https://fxdreema.com/shared/gBicMsTac
I want put horizontal line on candle where MA crossing. And it works.
When MA cross again, I want delete previous horizontal line and draw on new cross (on candle). And it works too.
But I named HL as BBB. And when new HL is true , it has name BBB1,BBB2,BBB3 etc. Why? Can I create always BBB horizontal line ? how to do it ?
It is becouse I want open BUY trade when close of candle Id1 is above horizontal line BBB. I think it doesn't open becouse name of HL is changing.