If drawdown reached - if testing - terminate this will end the test
Posts made by jstap
-
RE: end up and finish back test areaposted in Questions & Answers
-
RE: 'Once per minutes' blockposted in Questions & Answers
I use once per bar regularly, and it only creates one trade, if not you likely have another issue, like with the terminal, or EA is switched off and on. move the once per bar under the once per minutes and see if this changes any thing.
-
RE: How to program this (fractal low/high close below/above) entry modelposted in Questions & Answers
Click the link all is a is in their
-
RE: check free-margin before placing orderposted in Questions & Answers
I don't think he saw the need, if you do not have enough it won't trade
-
RE: Timer tradingposted in Questions & Answers
Use this to create a candle countdown, and use the variable to check the remaining time then place trade: https://fxdreema.com/shared/QbELoyHYc
-
RE: check free-margin before placing orderposted in Questions & Answers
I see what you mean, the message in the journal tab. This will show it, add this GetLastError() to text code input in a comment
-
RE: SIMPLE CROSS CONDITION NOT EXECUTEDposted in Questions & Answers
In that modify should only work once per bar, but the buy tree will work as many times as needed
-
RE: Sell Buy Commentposted in Questions & Answers
Something like this: https://fxdreema.com/shared/TOOxFZVMb
-
RE: How to program this (fractal low/high close below/above) entry modelposted in Questions & Answers
Maybe @roar will see this and help, but I have never managed to get the fractal in a loop, not sure why but that is the reason I save the value to a global variable, https://fxdreema.com/shared/McJlvyG1c
-
RE: Timer tradingposted in Questions & Answers
That is what I meant, but I haven't tried it, you did try on a live demo?
-
RE: take profit modified into martingale strategyposted in Questions & Answers
The normalised double part will just remove extra 0's by the number of digits in the pair/asset, using the last buy open price added to the take profit distance. Not sure what POINTX is, on FX you can add code, but might be better to recreate. TakeProfitPointPOINTX might be the name of a variable
-
RE: Timer tradingposted in Questions & Answers
In settings, you can set the seconds for on timer, place a pass block and a buy on the on timer tab, test and see what happens, and add a shared link to look at, only works on real charts not backtest
-
RE: Timer tradingposted in Questions & Answers
On tick is relient on a price change in the exact second, you could do it on timer and set it to 58 seconds, let me know if it works
-
RE: pips distance multiplierposted in Questions & Answers
A bit of an open-ended question, *1.5, but where have you got/holding/are getting the value you want to adjust?
-
RE: OrderSend buy in custom block mql4 doesn't workposted in Bug Reports
I am not sure why, I have never used code to generate an order, but it looks like it should, try going to the main page and asking the admin
-
RE: Sell Buy Commentposted in Questions & Answers
Not 100% sure what you are saying, but I think one of these options will do what you want, comment block with a label and variable in value, or text code input, "RSI1 "+variable+RSI2 "+variable etc