What is wrong with this project ?
https://fxdreema.com/shared/859MpskY
The EA doesn't take any trade.
If I change 'Check type (last closed) must be Sell' to ''Check type (last closed) must be Buy' it does work.
Posts made by Xbuilder
-
RE: EA TRADES ON BACKTEST BUT NOT ON DEMOposted in Questions & Answers
-
RE: EA TRADES ON BACKTEST BUT NOT ON DEMOposted in Questions & Answers
@l-andorrà The block 'Check type (last closed) must be Sell' doesn't work
I think it's a bug.
But ''Check type (last closed) must be Buy' does work. -
RE: check if a profit of x % of balance has been madeposted in Questions & Answers
@l-andorrà a block that checks each time the balance is doubled (+100% profit)
-
RE: check if a profit of x % of balance has been madeposted in Questions & Answers
a block that checks each time the balance is doubled (+100% profit)
-
EA TRADES ON BACKTEST BUT NOT ON DEMOposted in Questions & Answers
EA TRADES ON BACKTEST BUT NOT ON DEMO
-
check if a profit of x % of balance has been madeposted in Questions & Answers
how to check each time a profit of x % of balance is made ?
-
RE: Testing pass stopped due to a critical error in the EA.posted in Questions & Answers
@roar what is the solution to fix it ?
-
RE: account balance is expressed in bitcoinsposted in Questions & Answers
@l-andorrà If the broker expresses btcusd with only one decimal digit then what should we put in the settings of the EA ?
BTCUSD = 0.01 or BTCUSD = 1 ? or something else ? -
account balance is expressed in bitcoinsposted in Questions & Answers
How to make EA work if account balance is expressed in bitcoin ?
-
EA won't take any trades on my second brokerposted in Questions & Answers
EA works on my first broker
but won't take any trades on my second broker -
RE: BUG in % Risk of balanceposted in Bug Reports
I put 1 % in risk of balance but it risks 10 %
Even if I put 0.1 % risk the EA still risks 10% of balance -
BUG in % Risk of balanceposted in Bug Reports
EA is risking 10%
It is not risking what we select in %. -
Pip Size Parameter doesn't work on Forex Pairsposted in Questions & Answers
I tried to make the EA understand what is 1 pip by writing :
0.00001 = 0.0001
0.001 = 0.01but it keeps taking only 0.01 lot size instead of 1 percent of balance
I don't understand why
Somebody help please