- Search Crypto Craft
-
radityo.ardi replied Nov 11, 2019Whoaaa.. I really didn't expect anyone from the past to reply, but I do really appreciate it!

Excited to see your reply too, buddy! Anyway, I'm just updating after a long hiatus. Got responsibilities, so held back whatever I left. I am ...Trapping System: Tunnel Martingale
-
radityo.ardi replied Nov 10, 2019I'm a C# programmer myself. Exposing the greatness of forex trading to C# is just awesome, this is the MT killer definitely. I was having trouble last time with cTrader where they don't have any visual backtesting. But now, they do have. As a ...
How is cTrader different from MT4?
-
radityo.ardi replied Nov 7, 2019I'm not too sure... whether I have to revive this thread, or just keep it silent. Sorry, this post might've looked like a story to you. Tunnel Martingale is a stupid strategy. I've got an idea, rewrote the idea as EA in MetaTrader, backtest it, then ...
Trapping System: Tunnel Martingale
-
radityo.ardi replied Jul 8, 2016Ghahahaha.... was just back from my 3 days vacation and saw my donation account blew off due to weakened poundsterling at Monday. image I was planning to withdraw some of it on Tuesday night, but sucked till dry before I can withdraw it. ...
Trapping System: Grid
-
radityo.ardi replied Jul 3, 2016Yes, I am aware that this thread by Remon about grid is there. Of course mathematically it is perfect, but I think still need improvement and need some proof of concept in Live account. So is there anyone successfully run this through for at least ...
Trapping System: Grid
-
radityo.ardi replied Jun 30, 2016I got no intention to stop it, my 9-6 job did that. So I got no choice to stop it (temporarily). I'm re-writing the code right now, it's been 2 days and still coding it.
Trapping System: Grid
-
radityo.ardi replied Jun 30, 2016You'll have a hard time to convince me.
I need you to prove it before I can jump in. Don't tell me you prove it for 1 year forward testing in demo, don't tell me you prove it for 1 month in real account, if you can proof it in real account ...Trapping System: Grid
-
radityo.ardi replied Jun 29, 2016It's going to die (again)...
image Probably I'll stretch the lot size smaller? With more currency pairs maybe?Trapping System: Grid
-
radityo.ardi replied Jun 29, 2016The same suggestion were also given to this thread, exactly the same. But I haven't coded it, I am still not convinced enough. But anyway, I will try to look and test it.
Trapping System: Grid
-
radityo.ardi replied Jun 28, 2016This scenario were also raised few months back (see previous posts). The only issue I can't get over with is the scenario of closing the cycle. Let us think Limit and Stop as different portion of a cycle. Place both Limit and Stop at the same time, ...
Trapping System: Grid
-
radityo.ardi replied Jun 28, 2016For STOP, I can't find a safe way to trade with it as of now. There were some ideas to improve it, but were dropped. You can see on my trade explorer that I'm still using STOP on Demo. The reason is that I'm not convinced enough to use it. If you ...
Trapping System: Grid
-
radityo.ardi replied Jun 28, 2016Both TRUE and FALSE. Grid still requires a lot of testing and combinations. With my EA, I have just only done test for a few combinations only. Not to mention the risk behind, which now I know we should divide the risk properly (read my previous ...
Trapping System: Grid
-
radityo.ardi replied Jun 28, 2016Both limit and stop were supposedly to be hedging. But looking at the way it goes, limit is not simply hedging. The only one close to the meaning is only stop strategy. Set file? I have it on codeplex as I said, started with "GTS_". But bear in ...
Trapping System: Grid
-
radityo.ardi replied Jun 28, 2016I got your PM, I have pushed all code and preset files to codeplex.com. You can download it from url Just a reminder, first of all, read through all the thread to get a better understanding of how it work. I'm sure if you love it, it's worth to ...
Trapping System: Grid
-
radityo.ardi replied Jun 28, 2016Which system are you talking about? Isn't my EA a hedged grid on the same pair?
Trapping System: Grid
-
radityo.ardi replied Jun 28, 2016Then will you do a forwardtest to see how the result is, while I'm also forwardtesting mine? ATR is definitely a good choice with grid, but that's just a measurement of how volatile a currency is. Plus it's again another spices added to the strategy. ...
Trapping System: Grid
-
radityo.ardi replied Jun 27, 2016Just a pre-caution. I think market will still having a high volatility. My trades are still on until now, with floating loss. Please beware of these things which will happen on the next 2 days. EU Economic Summit - 28th and 29th June 2016 which will ...
Trapping System: Grid
-
radityo.ardi replied Jun 26, 2016I'm still not convinced. That EA is playing with martingale, not to mention the big DD they spoke about. image Saw the proof of 1 year testing demo, it was "okay" in one year with 12% result. But 12%? Yours probably good result but no forward test ...
Trapping System: Grid
-
radityo.ardi replied Jun 26, 2016Are you using Profit Trailing? If you are, there's a possibility your profit closing in slight minus (loss) in actual scenario. In backtest, typically this wouldn't happen as there's no delay when closing orders in backtest. Profit Trailing will ...
Trapping System: Grid
-
radityo.ardi replied Jun 26, 2016ATR is feasible option but I need to find a good ATR logic. I assume the logic will be quite "expensive" on CPU resource as it need to calculate daily candles. But let me see on how I can implement it. Fibonacci, we need to settle the "type" of Fibo ...
Trapping System: Grid