- Search Crypto Craft
-
radityo.ardi replied Jun 8, 2015Wow... 1:50? Then you have to multiply the current settings of GT500 by 0.1. Or you need to start with 500 x 10 = 5000. My lev is 1:500. Just to remind you, do thoroughly tests first on demo...
Trapping System: Grid
-
radityo.ardi replied Jun 8, 2015lnBID and I suppose together with lnASK is a visual reference actually, what was the Bid and Ask price the moment the cycle was started. There are 2 thing. The interval from bid / ask to the inner order is not the Grid Step, but it is Current Price ...
Trapping System: Grid
-
radityo.ardi replied Jun 8, 2015That is how I test the limit lah...
Proportionally lotsize and target move together. Both multiplied by 2. And if something wrong / loss in backtest, then that is the limit. Or sometimes I lower down lotsize only but increasing the target, or ...Trapping System: Grid
-
radityo.ardi replied Jun 6, 2015About my old enemy, SLIPPAGE... I was browsing through FF a few hours ago. It is said that live account commonly has this "ability", and this is the nature of pending orders. For STOP orders, it will act like your enemy. It will be like negative ...
Trapping System: Grid
-
radityo.ardi replied Jun 6, 2015I've just done "working" on this EA again. A couple enhancements, related to closure of orders after the stop time has passed. "What should we do?" and "What should we do when there's remaining pending orders, stop time has passed, but none of them ...
Trapping System: Grid
-
radityo.ardi replied Jun 6, 2015Next useful TIPS: if you want to avoid EA to create next cycle (or stop the next cycle to be recreated), you can create a Global Variable (Tools > Global Variables) by giving GTSTOP[UniqueID]. For example: my standard Unique ID is always set to 8888 ...
Trapping System: Grid
-
radityo.ardi replied Jun 6, 2015Oh...just because GT500 is now having 700% over 70 days it doesn't mean you can apply it on other currencies. Each currency pair has its own characteristics. You have to just find out what would be the best settings for the pair. For GBP/JPY, I ...
Trapping System: Grid
-
radityo.ardi replied Jun 5, 2015For TP that is random, it is something that I cannot do. The reason is that you are doing grid, multiple orders, and market volatility sometimes is very high. Just think about it, if you open 100 pending orders, 10 of them opened, and you got profit ...
Trapping System: Grid
-
radityo.ardi replied Jun 5, 2015look at this post... url Note that GT500 is quite risky and reaching the dangerous level when I did backtest. Please do this measurement: for demo, use GT500. For live account, please make it half setting from GT500 for lot size and target. Always ...
Trapping System: Grid
-
radityo.ardi replied Jun 4, 2015I'm not good at these error messages. But what I understand, this error is related to this. url More than 2 EAs are doing the trading.
Trapping System: Tunnel Martingale
-
radityo.ardi replied Jun 4, 2015simply to say, you can't close order simultaneously in 1 code. Once you call order close, it will wait until confirmed as closed, then it will move to the next opened order. So, no need to change on the code.
Trapping System: Tunnel Martingale
-
radityo.ardi replied Jun 4, 2015orders added at the outer line, this is to make sure the favour is always on your side. This will help in case of STOP orders, all of your orders are opened. In this case, you'll be loss technically, and cycle never close. Both side are even, ...
Trapping System: Grid
-
radityo.ardi replied Jun 4, 2015GT1000 is for $1000 starting balance. GT 500 is for 500 starting balance.
Trapping System: Grid
-
radityo.ardi replied Jun 4, 2015Another backtest result, but I got no ammo to test (no more VPS memory left). image Just backtested a few minutes ago, from 01 Jan 2015 till 31 Jan 2015 (1 month only). image
Trapping System: Grid
-
radityo.ardi replied Jun 4, 2015invalid stops is always the same issue as I described before. Due to the low gap, it actually tried to create order on the other side with requested price. The problem is the price moves too fast retract back to its previous position. Since the gap ...
Trapping System: Tunnel Martingale
-
radityo.ardi replied Jun 4, 2015If you want to start in Live Account later on, please beware of this thing like in picture below. image see in red circle? each order was not opened at the requested price when setting up pending order. This gap due to the broker can't open order ...
Trapping System: Grid
-
radityo.ardi replied Jun 4, 2015You are almost correct. Please see picture below. image Yellow: current middle price when the cycle was started. Green: Pending Orders that are opened now due to the moving price. Black: Pending Orders that are not touched. Upper is 100 and -100. ...
Trapping System: Grid
-
radityo.ardi replied Jun 3, 2015Simple thing to say is, Let us say your threshold is 50 points (5 pips for 5 digit). Which means, threshold price (this ia a new term) is calculated from the outer orders (both upper and lower section) shrinked by 50 points. If the current price is ...
Trapping System: Grid