@l-andorrà Thank you! completely missed this.
Posts made by bb 2
-
RE: Incorrect timingposted in Questions & Answers
here is correct link https://fxdreema.com/shared/OZNwxL5xe
-
Incorrect timingposted in Questions & Answers
Im having an issue with placing a trade at the right time. I'm trying to get the EA to place a buy after the candle close above the highest high between timed period (opposite for sells)
The EA always just places a trade when it starts (04:05) trading as well as places incorrect SL. Sometimes it doesn't place trades at all
The image shows what im trying to achieve. https://fxdreema.com/shared/OZNwxL5xe
 -
RE: Stop force lot sizeposted in Questions & Answers
Ah, perfect thank you, Is there a block for this or shall this be used in a variable?
-
Stop force lot sizeposted in Questions & Answers
Does anyone know how to stop an EA from forcing a lot size?
I have a risk percent based EA that will force a smaller entry lot size if my margin is too low. I’m wanting the EA to not trade at all if this is the case rather than lower the lotsize, which is what it’s doing now.
Say if my EA is risking 2% = 1 lot
If trades are already open or margin too low EA will force e.g 0.56 lots rather than 1 lot. I’d rather it not trade at all if this is the case.Cheers
-
RE: Profitable test results on Falcon and Condor, and forward testing looking goodposted in General Discussions
Hows the Falcon robot going? be interested on seeing that stats
-
RE: How to know the Total Commissions of running trades ?posted in Questions & Answers
this is usually different depending on your broker, but commission is normally around $6 per lot traded. So 0.5 lots would be $3 commission, 0.25 lots traded would be $1.50 commission. So just calculate the lot size * your brokers commission . 0.11 * $6 = $0.66
-
RE: EA Freezingposted in Questions & Answers
Under the builder, top left where it says load project you can click on link share, copy and paste it here, then we can see if there are any issues
-
RE: EA Freezingposted in Questions & Answers
it sounds like a leverage issue. Do you know how to use constants? you can use one to adjust your risk while in metatrader.
if you share your project i can help with that -
RE: TP, SL and Trailing stop by ATRposted in Tutorials by Users
it depends on how you want to modify the variables on how you connect them.
Do you have a project you can share? -
RE: EA Freezingposted in Questions & Answers
can you share your project?
And so does your EA have multiple trades open at one time? Could possible be a leverage issue if its stops after a certain number of trades.
To test this try these two things
Lower your risk to the minimum
and if you close all running trades does it resume trading? -
RE: I want to know how to double the enter in case of lossposted in Questions & Answers
Use this under money management on "buy now" and "sell now"

-
RE: EA Freezingposted in Questions & Answers
no your EA should still run when you change timeframes. unless your EA is set up to a specific timeframe.
So what is the actual issue?
Is the EA placing trades an then not entering? or nothing at all? -
RE: Duplicate tradesposted in Questions & Answers
can you share your project? it will be easier to see what the problem is with all the inputs.
So just to be clear,
If area 1 is triggered
Area 2 checks the running trades loss
If loss = x a second trade is entered with different rules?
And this should only happen once per baryou may also need to have area 2 in a separate section.
You could also try remove " check trade count" and "once per bar" on area 2 -
RE: Duplicate tradesposted in Questions & Answers
put your "check trade count" under your "once per bar" and make sure its your check trade count has <lower than 1
-
RE: Open a trade when a candle opens and close that trade when the candle closesposted in Questions & Answers
here you go, start with this

-
RE: Seeking to hire fxDreema user/devposted in General Discussions
@kabiru-tijani send me a message with your conditions. i will help with what i can
-
RE: How to add more positions to EA tradeposted in Questions & Answers
Can you share your initial project? there are a couple ways to do this depending on your setup