You can try a condition to draw a new block, probably need to use orange blocks to draw though
Best posts made by jstap
-
RE: Change color of comment blockposted in Questions & Answers
-
RE: High and Low in Time period of previous dayposted in Questions & Answers
Looks like it, but as sktsec has said check the correct time is returning, backtest will always be server time
Put this in a comment as text code input and check the returned time is the same as your computer and the FX time:
TimeToString(TimeLocal(),TIME_DATE|TIME_MINUTES)
-
RE: DIFERENCE BETWEEN SIMILAR BLOCKSposted in Questions & Answers
Yes, for each position starts a loop to get all relevent information, if position checks if a trade is running.
-
RE: Help with my Project Logic: EA doesn't activate any trades on mt5 backtestposted in Questions & Answers
It will probably work if you use quotation marks "EURUSD","GBPUSD"
-
RE: How to fix trades entering not off local time?posted in Questions & Answers
Backtest uses server time, this is the time on upper left above market watch. add or subtract the hours different to your computer time and use this value in your blocks.
-
RE: Unable to connect blocks in 'on Tick' section.posted in Questions & Answers
No mate but sometimes connection can cause trouble.
-
RE: How to stop the robot from taking trade in a dayposted in Questions & Answers
This type of question is all over here the last few days: https://fxdreema.com/forum/topic/21947/please-i-want-to-know-how-to-stop-the-robot-from-placing-trade-after-making-20-profit-daily/3
-
RE: need an mt5 to mt4 converterposted in Questions & Answers
No but you can create MT4 here, generally it's better than MT5
-
RE: Show initial deposit on the chartposted in Questions & Answers
According to ChatGPT this should do it, I haven't tested though: https://fxdreema.com/shared/CKLA9iHCb
-
RE: 谁能提供FXDreema的用法的完整视频教程网址?恩谢并愿购买posted in Questions & Answers
Don't know if there is one, you can get this information from my book
-
RE: hi guys. the EAs I created using FXdreema work well under Every Tick while testing however it performs badly on 'Every Tick based on Real Ticks'. How can I set my EA to perform only on 'Every Tick' rather than the other failing one.posted in Questions & Answers
It looks good on your graph, but that is the first test step before testing in a live environment.
-
RE: Counting consecutive lossesposted in Questions & Answers
@bhadzlagayan I would do it like this, then reset variable when needed.

-
RE: 谁能提供FXDreema的用法的完整视频教程网址?恩谢并愿购买posted in Questions & Answers
@3162269686 I am unsure what you can do, I have tried to add this on Google but they wouldn't accept it, at some point I will get this book avaliable in more places.
-
RE: How to show MA distance and trend on chartposted in Questions & Answers
Need more information, what classes the MA as showing trend direction? Is it haw it points, and if so how many candles are required to show this? Distance from where?
-
RE: How Long to backtest a eaposted in Questions & Answers
Markets can change sentiment, so testing for a short time can give unrealistic results, over years can allow the EA to correct short term results. There are successful bots, but people will not give the information for free.
-
RE: Time Stamp Timezone (find candle)posted in Questions & Answers
Yes I would always use server, also GMT some times may not use the correct time, so sticking to server is best. If you look at the market watch time in the top left of your platform you can work out how many hours different to GMT the server time is.
-
RE: question about groupsposted in Questions & Answers
group 0 if trades were placed with group 0, you can use commers 0,1,2,44,465,9999 etc will work with all groups you're using
-
RE: how to set conditiopns for thisposted in Questions & Answers
x> for sells and x< for buys on tick should work for you, if not add a shared link and say what isn't working.