Any errors it should tell you how to fix, might take some time though.
Posts made by jstap
-
RE: Ranking Simultaneous News Eventsposted in General Discussions
-
RE: Negative Shift Doesn't Workposted in Questions & Answers
-5 is no 5 candles forward, if yo want to look at 5 candles ago it's 5
-
RE: Meg-forex 1posted in General Discussions
No trade on top everything else in a row, ending with buy/sell
-
RE: Easy way to make ENUMposted in Tutorials by Users
I will add this, make sure enum is on top, before adding the named type, so the code as added to meta platform before it tries to use.
-
RE: conditions for indicatorsposted in Questions & Answers
One happens once when the indicator changes, the other tell the ea that an indicator is in a certain state.
-
RE: How to close all open trades by a certain time?posted in Questions & Answers
Once a day block->close block
-
RE: Orientation constants:posted in Questions & Answers
It's just the order of the list, meta always starts at 0
-
RE: Orientation constants:posted in Questions & Answers
In that picture it's 0, 1 I have only ever seen it start at 0.
-
RE: MT5 Indicator buffersposted in Questions & Answers
@l-andorrà To be honest am not sure but, I see no reason why not, if you can get the indicator appears to work and do something when arrow prints on chart. sometimes you can visually see an arrow but EA can't use.
-
RE: Can I close most recent position that will factor in original balance and (negative equity) from open positions in drawdown?? (Round 3)posted in Questions & Answers
Equity => balance adjusted to +1% close, this will take into count all running trades.
-
RE: problem with adding lagging span/chikou span on ichimoku expert advisorposted in Questions & Answers
Test this 1 condition at a time, add together when working, match your left and right operand ID's.
-
RE: close partially block not workingposted in Bug Reports
@speedsk8r Add a shared project to look at.
-
RE: Can I close most recent position that will factor in original balance and (negative equity) from open positions in drawdown?? (Round 3)posted in Questions & Answers
@fxbam Ok not sure I get your logic if 1 or 100 trades reach 1% it's still a total gain of 1%
-
RE: MA above RSI indicator levelsposted in Questions & Answers
No I mean MA needs to be read at whatever level it is on the RSI scale.
-
RE: Can I close most recent position that will factor in original balance and (negative equity) from open positions in drawdown?? (Round 3)posted in Questions & Answers
@fxbam Why don't you just have all running trades close when equity is reached?