Jesper Christensen / Publications
Forum
Cloud network agents
Has the price for usage of cloud agents increased? I just ran a quick test optimisation with the cloud network . I was running the test for about a minute and it cost me 7$. In the past such a short test would have cost me a few cents
How to cover trade history markers with rectangle object
Can someone show me how to make a rectangle/label with background cover the position history markers that mt5 automatically plots on the chart. Here is my code. On the image you can see what i mean. those little blue and red arrows are popping through the black background of the panel. I have tried
How to enable/disable other users to add me to groups and channels
Hi, How do I enable/disable other users to add me to groups and channels on mql5
invalid stops error
I get an invalid stop error during the mql5 market validation process. I dont undertand why. I suspect it could be that the TP is too close to current price +/- broker stop level. I use the below code to to adjust TP to match broker conditions. I dont know what else could be causing the error. Any
custom symbol fixed spread
Hi, I am trying to get the startegy tester to use a fixed spread on a custom symbol . I have set the settings in the symbol to have a spread of 1 but still the symbol uses floating variable spread in the tester. Does anyone know how to solve this
get mt4 build version
I am trying to store the mt4 build in a variable on an EA im working on. I have tried to write a comment with the following code to get the build number : Comment(" __MQLBUILD__ = ",__MQLBUILD__," __FILE__ = ",__FILE__); The outputs are not the same as the mt4 build number as you can see on the
Mt5 Optimisation - Agents finishes tasks and disables automaticlly
When running an optimisation in mt5 each agent automatically gets a certain number of tasks assigned. Once those tasks are passed by an induvidual agent, that specific agent stops working. However, the optimisation is less than 5% complete. How can I make sure that non of my agents become inactive
mt5 and mt4 backtest completely different
I made a simple EA and tried to backtest it both on mt4 and mt5. The results are completly different. On mt4 I use " every tick " and variable spreads with tick data from tickdata suite and in mt5 i use "every tick based on real ticks". Does anyone know why this is happening
copy from mt5 optimisation results to excel sheet
Hi, how do I copy individual lines of cells from the optimisation results in mt5, so that i can paste it into an excel sheet? In mt4 you can simply right click on any of the optimisation results and copy the line of cells. In mt5 there is no such option
Importing tick data to mt5
Hi, im using tick data suite to backtest in mt4. I am now trying to move to mt5 and would like to import the tick data from tick data suite into mt5. In the settings of tick data suite i need to specify if i want to export the data with GMT offset and with or without DST. My broker is +2 GMT and