@SPEG-INC-0
I have got the same problem. on MT5 the results are more reliable. I'm still trying to figure out a way to solve the problem but so far the best way is after backtesting run the EA on a live demo account for a week and try to optimize according to live data. it takes longer but more reliable
Posts made by nasserminaei
-
RE: Time Bomb and backtestingposted in Questions & Answers
-
RE: back test and live differenceposted in Questions & Answers
@JamieCisneros thanks for these tips. some of them I have tried. it is better now but still there is significant difference between live and demo. will try others to find out how it goes
-
RE: back test and live differenceposted in Questions & Answers
@biztet
it doesn't consider spread in Backtest? also the main problem is the difference in the number of transaction in live and demo. in demo it's ok but in live it takes too many positions -
back test and live differenceposted in Questions & Answers
Hi,
I have EA working with 'time bomb up' block. when backtesting it works perfectly fine but in live it picks too many positions. on average in backtesting it takes like 2-3 positions per day but in live it places on averagely more than 70 trades a day. I run it on Gold. I don't know what's wrong. -
RE: News Tradingposted in Questions & Answers
@l-andorrà in that case it should be manually checked and set everyday. I want it to be automatic. is there any way to do that?
-
News Tradingposted in Questions & Answers
Hi,
I have created EA which should only work during news time. is there any block I can manage that? -
data types for hour filter?posted in Questions & Answers
I want to use 'hours filters' in my EA. how should I set constants to change start hour and finish hour in input section. I use 'double' type but because of semicolons separating hours and minutes it doesn't work
-
RE: loop MA closeposted in Questions & Answers
@jstap sure, I will do that. it's a good idea. thank you so much
-
RE: loop MA closeposted in Questions & Answers
@jstap I have tried many combinations and the conditions are not many I suppose. I had EAs working with many more conditions and doing perfectly fine. I guess I'm doing something wrong with the 'Loop' block but I can't figure it out. that could be a lot to ask but I appreciate if you have a chance to look at it a bit more for any guidance.
thanks -
loop MA closeposted in Questions & Answers
Hi, I am working on a project that if Candle 1 close < MA20, then loops check Candles 2-21 close>MA20. if so, a buy position will be open. I don't know what's wrong that it does not open positions. probably I need to do something that I don't understand. here is the shared link. your help is appreciated.
https://fxdreema.com/shared/X3NjLSbjc -
pin bars in a loopposted in Questions & Answers
Hi I want to create this EA but couldn't figure out yet:
- loop through candles 1-10
- if there are 3 pin bars in the last 10 bars, then,
- play sound
I want this as a trade assistant EA not to trade automatically.
thanks
-
RE: Using Fibonacciposted in Tutorials by Users
@jstap
Here is the snapshot of when I plot the EA on the chart

-
RE: Using Fibonacciposted in Tutorials by Users
@jstap
I have also tried yours. The same. the problem is that I can't see anything on the chart when I put the EA on the chart. -
RE: Using Fibonacciposted in Tutorials by Users
@jstap
this is the shared link for separated trees but still can't figure it out
https://fxdreema.com/shared/4gaK1FNUb -
RE: Using Fibonacciposted in Tutorials by Users
@jstap first I have tried that. was the same didn't work. it doesn't show me anything on the chart
-
RE: Using Fibonacciposted in Tutorials by Users
@jstap
Hi, thanks for sharing the idea, I have tried to build the same EA but when I plot it on the chart it doesn't draw the Fib on the chart. Here is the link to the project.
https://fxdreema.com/shared/qiY2bUO5d
I would appreciate your comment on that. thanks -
RE: Fibonacciposted in Questions & Answers
@fxDreema
Hi, I guess I have the same problem. I think what they are trying to explain is that how generally we can use Fibonacci tool? for example how we can identify a specific high or low to draw the Fibonacci from? another question might be, is there any block or sets of blocks helping us to create an auto Fibonacci indicator picking and changing high and lows when they change?