EA builder can be similar, but doesn't do everything...
Posts made by jstap
-
RE: Tutorial - How to Get a Good EA with 10 or Fewer Blocksposted in Tutorials by Users
-
RE: DataType Issue very URGENTposted in Bug Reports
You are calling it an integer error, but this is actually an alert message error, I do not know if this is normal for alert message error or not.
-
RE: Place pending order at mouse click on chartposted in Questions & Answers
Draw them selected, or you have to double click. make the button delete/create the line somewhere that (likely) wont be where your trade is.
-
RE: Stopping the robot for hoursposted in Questions & Answers
Create the test project, from what I said earlier.
-
RE: Help in creating a botposted in Questions & Answers
You can add it here, the reasons why something is doing something though can't always be seen.
-
RE: I want to find candle low bigger than 10 pipposted in Questions & Answers
Then in a standard condition block you get candle wick size in pips, compare this to your pip size, use as a numeric value
-
RE: Stopping the robot for hoursposted in Questions & Answers
I'll help you build, create a test project, and add a shared link. I use check profit (period of time), above buy/sell >loss % amount, above a close block, check profit (period of time) =< loss %. to work out % into money, current balance once per daily bar/100*3 (to get 3%), this will stop trading for the rest of the day (use 00:00) as the time to look at profit from time.
-
RE: I want to find candle low bigger than 10 pipposted in Questions & Answers
single candle template
-
RE: Help in creating a botposted in Questions & Answers
Then you can upload that to see what the EA is doing, then see if something is not right.
-
RE: Need help with making EAposted in Questions & Answers
Create the project, try to get it working as you want, then add a shared link saying what you are trying to do.
-
RE: trailing pending orderposted in Questions & Answers
It depends on your specifications. It is how far behind the price you want the order moved to.
-
RE: Place pending order at mouse click on chartposted in Questions & Answers
Why don't you have lines on your chart, drag them to where you want them, and then press a button to open the pending order? You can easily create a button that will place/delete a line when you want it to.
-
RE: Which trailing stop is correct?posted in Questions & Answers
You only need pink for each block, if you are working with data from a trade. Generally blue doesn't need pink
-
RE: Need help with making EAposted in Questions & Answers
I will add this, bots that buy and sell in opposite directions can make a lot of profit quickly, but they are at serious risk of price runaway, so basically if the price doesn't return, you make a loss or blow the account, in the long run, this will out way the profit made.
-
RE: DataType Issue very URGENTposted in Bug Reports
Did you create a variable with a double type or an int type?
Data types work as I define them, I only use MT4 though