@Jan1050 I get that but what I said wasn't to check if the indicator works, it was to check if the EA can react to the indicator.
Posts made by jstap
-
RE: Buy-Sell when arrow of the indicator appearsposted in General Discussions
-
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.
-
RE: Open A Trade After 100-PIPSposted in Questions & Answers
Something like this will do it, just checks for a loss not specifically stop loss, If needed you can set flags using the on trade tab to check for stop loss being hit: https://fxdreema.com/shared/bVnlpEy6
-
RE: purchaseposted in Questions & Answers
Crypto can take a few days, contact https://fxdreema.com/support and they might activate it straight away
-
RE: question about groupsposted in Questions & Answers
Light pink blocks need a dark pink for each block above.
-
RE: Buy-Sell when arrow of the indicator appearsposted in General Discussions
Half trend is a version of super trend can be inaccurate. Check that in the data window you have a value for the arrows, then check if by setting up a small test project, if you can draw an arrow on chart in backtest when a indicator arrow appears.
-
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: Time Stamp Timezone (find candle)posted in Questions & Answers
Candle time is server time, the minute will always be the same, but the time will be different compared to your server time vs current GMT time, which is out by an hour when summer time starts.
-
RE: I get these errors - when I want to download new EAposted in Questions & Answers
String shouldn't start with a capital "string"
You haven't created a constant with this name "EA_Name"
-
RE: How to copy constants/variables from one project to other one?posted in Questions & Answers
@VHV-Profit-Masters
This isn't what was asked, the first video is just writing the constant/variable by hand again, the second is only using blocks that are the same on MT4 and MT5, anything that reads trade is MT4 and won't change to position upon converting.@josecortesllobat the only way I know of doing this is to down load the MQ file, then import it back in to FX, then delete any unnecessary blocks. This won't work to convert from MT5 to MT4 though.
-
RE: RE buy or resellposted in Questions & Answers
Once per bar doesn't work above a cross condition.

-
RE: Please help , open tradeposted in Questions & Answers
For each trade -> pips away (the name of your SL constant (I assume you are using one) for this I'll call it stop) -stop/2 (in the pips away box) -> buy/sell
-
RE: Optimizationposted in Questions & Answers
Set the start - step - stop and you will get a different result for every step change
-
RE: RE buy or resellposted in Questions & Answers
Pink blooks, for each trade - pips away - buy/sell, use a - and they will work in a loss, if needed check running trades before buy/sell again
-
RE: Spread block doesn't workposted in Bug Reports
Has always worked for me, add a shared link to see what you have done
-
RE: RE buy or resellposted in Questions & Answers
It is far easier to work with pips rather than money, would this work for you?
-
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?