What exactly do you want to compare, as with all optimisation the results are something you compare.
Posts made by jstap
-
RE: Optimizationposted in Questions & Answers
-
RE: quick question: for each tradeposted in Questions & Answers
That should work let me know if something's not, the if trade works there, it just prevents your platform from doing unnecessary work, but up until there's a trade this is minimal anyway
-
RE: subscribeposted in Questions & Answers
You need to contact support to try and speed this up, crypto payments can take a few days
-
RE: quick question: for each tradeposted in Questions & Answers
Add a shared link to look at, but pips away works without a if trade block above
-
RE: Why "undeclared identifier" even though I've done everything correctly?posted in Questions & Answers
Everything you have there does work on FX I've done it many times, occasionally fx goes wrong and the way to fix is start from scratch. I would create a small test project just doing 1 variable, then move on until they all work
-
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: 谁能提供FXDreema的用法的完整视频教程网址?恩谢并愿购买posted in Questions & Answers
Don't know if there is one, you can get this information from my book
-
RE: HOW TO SET PERCENTAGE CUT LOSSposted in Questions & Answers
work out your loss value, check profit (period of time) for buys against this value - close buys
Create a separate but opposite tree for sells
-
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: instrument(chart) price distance to MAposted in Questions & Answers
High - low will give you the distance in points. Need a little more information, though, say exactly what you are doing and add a shared link to view.
-
RE: Why Do Backtests with 'Draw Line' in MT5 Take Days to Complete?posted in Questions & Answers
Try limiting how often it can draw. If it only draws when something happens, check this before drawing. If the EA uses this drawing to do something, set it to work with the number, not the line, and stop the draw block with an if testing block.
-
RE: how to store the last opened trade size in a variable ?posted in Questions & Answers
Under trade use pink blocks to get the lot size and save in a modify variable block using a loop, but you do not necessarily need to do it this way, you can get this at any point in other tree set ups
-
RE: on tickposted in Questions & Answers
Delete the once per tick block and replace with a for each trade block, dark pink and light pink need to be together, they are like 2 blocks to make 1
-
RE: need an mt5 to mt4 converterposted in Questions & Answers
No but you can create MT4 here, generally it's better than MT5
-
RE: please i want to know how to stop the robot from placing trade after making $20 profit dailyposted in Questions & Answers
You have to follow what's said, people say things on here because practice and experience, you have to use logical thought, otherwise you will not create working bots:

-
RE: need an mt5 to mt4 converterposted in Questions & Answers
You can't there is no converter that does that, if on FX you can copy and paste blocks, and replace any that have position in the title (trade = MT4, position = MT5)