@zackry is right im having the same problem right now and im also connecting (for each trade to condition) when i disconnect them i don't get the error this is a bug
Posts made by abanob
-
RE: Is this a bug?posted in Questions & Answers
-
RE: custom indicator not opening tradesposted in Questions & Answers
In conclusion this indicator doesn't work in ea since it's producing same values in buffer0 and buffer1, sad story since this indicator is the best free one I find on the internet for rsi divegance the signal is perfect and don't repent and with alert
-
RE: custom indicator not opening tradesposted in Questions & Answers
@jstap hello thank you for taking time and commenting here but to be honest i don't fully understand what you said i tried all these things for now
on buffer 0 candle id from 0 to 3 all tested vs buffer 0-1-2-3 and each time alone for example buffer 0 candle id 1 on buffer 1 candle id 0 and so on i tried these cmobinations i also tried to put buffer 0 vs buffer 0 and i changed the candle id from 0 to 1 and nothing happen i tried many things but no luck -
custom indicator not opening tradesposted in Questions & Answers
hello everyone just want it to trade on signals i get from this rsi divergence indicator i managed to make it run without errors but no luck with taking orders on signal please help I'm trying hard to make it work and no success
link for project
https://fxdreema.com/shared/0rJIquEOdlink for the indicator file it's mql
https://easyupload.io/n9xg7u -
RE: stop lose on high low candle id 1posted in Questions & Answers
@timmyhanke did it work for you ?
-
stop lose on high low candle id 1posted in Questions & Answers
https://fxdreema.com/shared/ZWI8P0hNc here's my test ea i need to make the place stop loss on last candle if buy place stop loss on lowest point in last candle if sell place stop loss on highest point in last candle please can someone see my ea and tell me what wrong i did there i tried many things but nothing worked in fact i saw this working for other people but not for me is this bug !!!
-
RE: checking closed tradeposted in Questions & Answers
@abanob DELETE THIS I KNOW HOW TO DO IT IN FACT I DIND'T EXPLAIN IT WELL
-
checking closed tradeposted in Questions & Answers
hello all,
i would like to learn how to make this let's say i buy trade withouth stop loss or take profit and it closed with loss and when this happen i want to activate blocks that will create new trades in the opposite that don't have anything to do in the first condition blocks -
RE: workgroup project need help from allposted in Questions & Answers
@timmyhanke thank you for your attention sir but this din't fix my problem
your ea just selling trades not buy and sell again i thank you for your attention -
workgroup project need help from allposted in Questions & Answers
https://fxdreema.com/shared/gcd0vK7jb
my ea at this moment working 50% and it's doing fine but it's not how my main idea should be. here's what i'm trying to do
random buy 50 pips sl&tp and sell 50 pips sl&tp based on sequence start with main buy when the trade ends the ea will open sell if sell closed then buy if buy closed sell and repeat for these steps for infinite time. !! in the same time when first trade reach 25+ or 25- pips i want to do the same above but on 25 -or+ pips so i will always have 2 trade 1 buy and 1 sell active but it's not working im getting lot of bugs if someone interested in helping me to make this ea at final stage i will be grateful i know fxdreema won't do it that not his job
but i'm seeking help from others at the end it's good to see the idea of this ea working at final stage since the 50% of the job not done and the ea can do some money -
horizontal line for buy and sellposted in Questions & Answers
break out conditio:
bearish or bullish candle size above 200 pips i want to draw horizontal line and buy if above and sell if belowi know how to make it sell below and buy above but i don't know how to make this horizontal line on the current candle and i need to see how it's done so i learn it
some conditions that i need to learn: (what i know) the ea must close the trades if sell exist and price goes above the line close sell and buy and revese if price went back below the line
(what i don't know and i need to learn) i want to set take profit 200 pips but if price hit tp i need to stop trading and delete the line and wait new candle that have 200 pips movment to draw the line again and tradekindly tell me how to do them or give me links that show me how to do them
-
RE: adding to volume 2+posted in Questions & Answers
hi there thanks for your reply but I don't know how. can you show me please it's really hard for me to do these things with codes I need to see it visually to learn it
-
adding to volume 2+posted in Questions & Answers
I want to increase my trade volume after each loss martingale but in different way here's an example
0.10
0.12
0.14
0.16
0.18
0.20
I only want to add 0.02 lots on each trade closed in loss -
closing trades after x period IF they're in lossposted in Questions & Answers
im trying to do this
@1 buy 1.00 if @1 100 pips In loss open @2 sell 0.5 without sl or tp
and here's what I want to do ( if @2 after 15 min is in loss 50= or more then 50 pips close @2 only) is it possible to do this with fx dreema ? -
RE: initial stop lossposted in Questions & Answers
https://fxdreema.com/shared/TxkAgjTTd
my strategy is i add to volume after x number of pips and break even after some x number of pips profit and i place stop loss 10 but the problem is that only the first trade the parent trade start with stop loss the other trade don't have when the trend is at the end my latest trades are getting into lossing and wiping all the profit made
i kindly request to teach me how to make my ( adding to volumes ) trades to start with initial stop loss like the parent trades
-
RE: tickstory can't loadposted in Bug Reports
so all I need to do is copy mql file all the codes generated by fxdreema and past it in new mql file from metaquote software and compile it ? is it that simple or I need to do more things to compile it
note. I have 0 experience in coding