Use time now, when => or =< the bot will know if it should do something or not, if you put these values into a comment you can see what to do with it.
Posts made by jstap
-
RE: Distance In Time*posted in Questions & Answers
-
RE: How to get the total profit of all trades todayposted in Questions & Answers
Just modify the variable value
-
RE: Distance In Time*posted in Questions & Answers
You have the time of line? -x:xx and +x.xx minutes from or to the time to complete the required action
-
RE: Custom indicator with exe fileposted in Questions & Answers
If that is 6 buffers from that indicator create 6 call them anything, and put in a comment so you can see which one matches the data window.
-
RE: Custom indicator with exe fileposted in Questions & Answers
The inputs are not in the data window, the data window will show you any buffers, add these as any name you want
-
RE: How to action after delete object onchart ?posted in Questions & Answers
I don't know, I would enter the full name, there are blocks that look for partial names but I don't know if this does.
-
RE: How to action after delete object onchart ?posted in Questions & Answers
Yes you can that block will select the object, lighter orange blocks will use it, you can get the name from your object list.
-
RE: Custom indicator with exe fileposted in Questions & Answers
If you open the indicator inputs on your platform you will see the name, type and order of the settings. add these as they are to indicators using the EXE file as a start.
-
RE: Switching auto lot and fixed lotposted in Questions & Answers
In your picture is a bool constant, create an enum constant so you have the choice rather than true/false, the link will give you an idea of how to make it (import back into FX to see the constants): https://fxdreema.com/shared/AH0vfR3L


-
RE: Detect high and lowposted in Questions & Answers
Although there is a bit to this it is generally quite simple, bulls in a row block - bear block - bulls in a row block, add this to a project and backtest, then you will see whats not working so you can add or and amend, you can then add a shared link for anything that's not working.
-
RE: Trailing Stop loss condition.posted in Questions & Answers
Add the block, if you can't get it working add a shared link.
-
RE: EA not executing Tradeposted in Questions & Answers
As the picture works, test on backtest and watch, if still not add a fresh shared link.
