I see it can be difficult, rather than change things just count the hours difference between market watch and your computer, then use this for what the ea is doing.
Posts made by jstap
-
RE: Time differencesposted in Questions & Answers
-
RE: Time differencesposted in Questions & Answers
Time differences can be a pain but any FX EA will work from your broker's time, so generally, if the broker's time is behind your time, add that time to your bot.
-
RE: Moving average line distance calculatorposted in Questions & Answers
high-low will give you the distance in points
-
RE: How to input Level (comma separated) of fibo drawposted in Questions & Answers
Ok, above the block modify a variable to add all the constants together with text code input, then add this variable to the block
-
RE: how can i put limit order on yesterday?posted in Questions & Answers
Limit or stop orders are created by placing above or below the current price, start your project and add a shared link to look at.
-
RE: How to input Level (comma separated) of fibo drawposted in Questions & Answers
Never done it but I guess all in one like: 0,61.8,78.6,86.8,100
right click to add the constant -
RE: Variables in blocksposted in Questions & Answers
Run it and see, I have already said and it shows what you need to do. If there is anything in particular ask.
-
RE: Variables in blocksposted in Questions & Answers
This is a basic way of adding 1 on every candle: https://fxdreema.com/shared/gbcgqEoHc
-
RE: Variables in blocksposted in Questions & Answers
You can access and change any variable you have created if you click it and hover the mouse over it will tell you what happens when something happens.
-
RE: modified by a certain distance from the minimum and maximumposted in Questions & Answers
if position - trail pending orders
The blocks to do this are all there
-
RE: Compiler is timing out?posted in Bug Reports
Occasionally this has happened to me (but not often), and I have seen some people complain about it, it seems to be more of a location/time issue rather than an FX issue
-
RE: How to close all positions and pending orders?posted in Questions & Answers
add a purple position closed block to the top of the tree on the on trade tab
-
RE: input my indicator name in the input settingposted in Questions & Answers
There is a block once per bar, put this in between the arrow appears block and the action block
-
RE: LH/HL on zigzagposted in Questions & Answers
Yes, you can get that in the standard blocks, but if you want the EA to react when ZZ changes direction you will need to detect the change
-
RE: close order after certain periodposted in Questions & Answers
In the buy/sell blocks, you have the expiration
-
RE: Place trade at next candleposted in Questions & Answers
Candle close 0 is the current moving price, generally if you check candle1 then as this closes candle 0 opens and can check candle 1, there is also once per bar to prevent things happening more than once in a candle
-
RE: Auto close at set loss amount. Nothing i try worksposted in Questions & Answers
Set the group to all manual and automatic trades, add a shared link to see where you are at:
project screen -projects - create shared link - open in web page - copy address bar and paste here
-
RE: LH/HL on zigzagposted in Questions & Answers
You can look at this https://fxdreema.com/forum/topic/20464/zigzag-direction/10, ZZ is a lagging indicator, so it may not do what you need...
-
RE: input my indicator name in the input settingposted in Questions & Answers
Maybe I was wrong but I thought he wanted to display the name to make sure anyone using would know the indicator needed
