Maybe an virtual stop loss is something
Take a look at your project settings and enable them
Posts made by DGRL
-
RE: Multiple trades are created one after another?posted in Questions & Answers
-
RE: Avoid Weekends and Holidaysposted in Questions & Answers
Does your broker allows you to place orders when market is closed?
I might not fully understand what you mean i guess -
Break even point (Each trade)posted in Questions & Answers
EDIT,
I got it to work now but i have to disable the input box
Can someone please help me to code it that i can input an variable that will be used to multiply the spread?
If possible i want to manually enter the factor per chart and not hardcodedThanks in advance
Dear forum members
I am using the Break even point (Each trade) block and want to fill it with variable's
1 variable is "MarketInfo(0,MODE_SPREAD)" and the other 1 is a multiply of 5When i put this in an alert message all works fine but when i apply these variables into the Break even point block the EA does not load.
Does any one has an idea of what i am doing wrong?Thanks in advance
-
RE: SL = X pips + spread?posted in Questions & Answers
i tried somethin similar and the ea did not load in MT4
i want to have a break even of 1 time the spread and i want it to be activated when the profit is X amount higher/lowerDoes any of you know why the EA did not wanted to load?
Maybe wrong equation? -
RE: pips or pipettes used for the blocksposted in Questions & Answers
Thanks for taking the time to answer me
I noticed that for different charts (i.e. indices / forex / exotic forex) my broker uses different scales
Very annoying in the end
Have to convert the whole time as i want to work with 1 ea
But i guess have to make different ones lol
Thanks again fir helping me out -
pips or pipettes used for the blocksposted in Questions & Answers
Dear forum memberd
I am a little confused here lol
I am using the block Price x> indicator and the turn over is written in pips
Do i have to multiple this by 10 or is it the 5 pipettes of the chart?
Have some difficulties closing and opening orders with this blockAnd in general are the blocks using pips as real pips (pipettes times 10) or the actual points of the chart?
Hope you understand what i mean
-
RE: Object Name Has Date and Timeposted in Questions & Answers
My current knowledge does not go so far
Did you treid a condition in combination with a formula block? -
RE: Current Object Onlyposted in Questions & Answers
Well we want to help but have lack on info
How about the external indicator? -
RE: help with not buying again and selling where it should be buying againposted in Questions & Answers
Will take a look at it tomorrow
-
Server time block does not updateposted in Questions & Answers
Dear forum members,
Does any of you know why the comment block that can show server time etc does not update?
When i change position for example it just stays on the same position
I placed the block below the once per second block -
Condition explanation neededposted in Questions & Answers
Dear forum members
I want to implement 1 condition but dont understand the options i think
Settings areLO --> Candle close --> candle id --> 3
RO --> Indicator EMA --> under more settings candle id comes back
If i want to match the same candle as in the LO what number should i place there?
3?Thanks in advance
Kind regards -
RE: Different outcome Indices VS forexposted in Questions & Answers
Thanks for the tip
WIll implement and test it -
RE: Different outcome Indices VS forexposted in Questions & Answers
Nah i dont think its FIFO
Coz the previous trade is closed and a new one is opened
The newy opened one has the issue
FIFO is when 2 trades are open right? (S and B on same time?) -
RE: Different outcome Indices VS forexposted in Questions & Answers
@dgrl said in Different outcome Indices VS forex:
What i noticed is that when a bear candle closed the S order a buy order is opened but also closed instantly (this proces repeats every second)
So your EA's also has this issue?
" What i noticed is that when a bear candle closed the S order a buy order is opened but also closed instantly (this proces repeats every second) "Every second it opens and closes a trade?
I lost over 300 bugs coz if this error and not paying attention LOL
I guess i misconfigured some settings coz i really dont know why it behaves like this on forex only -
RE: Different outcome Indices VS forexposted in Questions & Answers
I just got it to work.
There is only 1 butFor indices the specified pip offset (15 pips) is executed just fine
For the EURUSD it become 100 pips instead of the 15It seems there is something wrong between indices and forex
Can any of you confirm this? -
RE: Different outcome Indices VS forexposted in Questions & Answers
Just added a break even point block to the project
it is working for the 2 indices i am trading(us30 and FRA40) but for EURUSD not at all@FXDREEMA
Do you know if this is a bug?
I am using the same EA on 3 charts in the same MT4 instance
Is this even possible?Please let me know
-
RE: Different outcome Indices VS forexposted in Questions & Answers
Edit
I am using this EA in same MT4 instance and on 3 differen charts
Might this be the issue?
The symbol setting in the blocks i used are default (use symbol current chart) -
Different outcome Indices VS forexposted in Questions & Answers
Dear forum members,
I made a simple EA to open and close orders
It works perfect for Indices but seems to fail sometimes when using it on forex
The open conditions are simple
Previous candle bull open B if bear open S
On indices it works but on forex sometimes not
What i noticed is that when a bear candle closed the S order a buy order is opened but also closed instantly (this proces repeats every second)Since it is working onindices what am i missing for forex?