Sounds interesting. Thank you.
Posts made by l'andorrà
-
RE: How can I add news time to EA, especially the very important ?posted in Questions & Answers
-
RE: Hi, Can anyone help me to creating 'pending order' based on TP of my last closed trade,please?posted in Questions & Answers
Did you see the other blocks on the 'On Tick' tab?

-
RE: Feature Request - Candlestick Types ...please support my petitionposted in Questions & Answers
Obviously I misunderstood your request. I'm sorry. It is ovious that someone else will be able you satisfy it.
-
RE: Backtesting stops abruptly and I don't know why (but I guess why)posted in Questions & Answers
I tried a different approach and Ican confim the issue is within the EA. I backtested a different EA using the same symbol, timeframe and period. It works fine. Retried with the new EA and the problem persists. No logs were changed or removed.
The problem is somewhere at the moment in which the lower timeframe is required. Everything else works fine. Weird...

-
RE: Backtesting stops abruptly and I don't know why (but I guess why)posted in Questions & Answers
No, I don't have any disk space issue. More than 40% of it is still empty. I will try to remove some log files, as you recommend.
-
RE: Backtesting stops abruptly and I don't know why (but I guess why)posted in Questions & Answers
@roar said in Backtesting stops abruptly and I don't know why (but I guess why):
@hadees I have fixed that problem with a symbolic link to my larger storage drive.
The program "thinks" the data is in C:`...\AppData, but actually its on the D disk.
https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/Hi roar. As far as I can read, I understand what a symbolic link is, but I'm afraid I don't understand why I need now and not for so many years backtesing EAs. Can you please give me a hint?

-
RE: How can I place the SL on top of the candle wick ID 1 + the spreadposted in Questions & Answers
You will need a variable storing that information previously calculated by formula blocks.
-
RE: Feature Request - Candlestick Types ...please support my petitionposted in Questions & Answers
The most efficient way to get it is by using a custom indicator. You can upload custom indicators to your fxDreema acount and use them in your projects.
-
RE: How can I convert this parameters to constants and then mt5 optimize it?posted in Questions & Answers
You need some custom code blocks to do that. Some search on the forum will show you how to do it.
-
RE: I need help with this EAposted in Questions & Answers
Didn't you see my answer to that same question on your other thread?
-
RE: Need Help. Forgot the EA Strategy.posted in Questions & Answers
What do you exactly mean by 'forgot how I made it'? Is that EA created with more than 10 block connections?
-
RE: How do I make a block one per bar in some cases, open two or three or four orders (buy or sell) as the case؟posted in Questions & Answers
If you want more than one trade every time your conditions are met, just remove the 'Once per bar' block.
MA shift means Moving average shift. It's the exact same thing as you can see on that same indicator.
Candle ID means tha idenfiying number of every candle on the chart. Candle ID 0 is the current one. Candle ID 1 is the previous one, and so on.
-
RE: can someone help me to see why he doesn't do operations in the backtest =?posted in Questions & Answers
Here you have some hints:
-
Blocks 2 and 10 are programmed for buys and sells when they are heading duplicated trees for buys and sells.
-
You are limitating the active EA period to 6 hours perd day and then a lot of conditions are to be met.
Maybe you should remove or change some of them.
-
-
RE: EA behaves strangely and opens order in wrong placeposted in Questions & Answers
Your four formula blocks are modified every single tick. This means that all those values are modified every single tick. Maybe you should specify which period of time is to be considered instead of allowing it to happen all the day.
-
RE: Can I convert MT5 EA program to MT4 just by copy all the MT5 fxdreema blocks to MT4 EA builder?posted in Questions & Answers
Unfortunately not. If you look carefully, some blocks are named differenty for MT4 and MT5 (No trade is called No position, for example). This means that the converter is not fully effective. My recommendation is that you rebiud it block by block, sorry :(.
-
RE: From yesterday to today I have to put it in 100, 200, 300posted in Questions & Answers
Hasta donde yo sé, esta pregunta ya está solucionada, ¿no es cierto?

-
RE: How can I add news time to EA, especially the very important ?posted in Questions & Answers
@tom-5 said in How can I add news time to EA, especially the very important ?:
@khalids222 Its possible - look in the history. There i found something explained. Based on a already written Indicator which gives the informations already and you have to use them for your EA.
Interesting. Can you please share that indicator?
-
RE: Hi, Can anyone help me to creating 'pending order' based on TP of my last closed trade,please?posted in Questions & Answers
You can try this for buys only. You will have to duplicate ot for sells.
-
RE: Somebody help me pleaseposted in Questions & Answers
¿Podrías compartir el enlace del proyecto en lugar de subir todo el EA? Sería más cómodo para todos.