Robotic Trading VS Manual Trading

Medlem sedan May 18, 2015   1 inlägg
May 18, 2015 at 06:59
What's the ideal trading system, 100% Robotic or Manual?
The difference between a GOOD Trader and a BAD Trader is the brand of their profit.
Medlem sedan Nov 21, 2011   1718 inlägg
May 18, 2015 at 09:47
Depends on your strategy... Does it worth to code it?
I like EA to open trades... because nothing can be more accurate & patient
RSTrading
forex_trader_139412
Medlem sedan Jul 16, 2013   385 inlägg
May 18, 2015 at 18:10
To add what @CrazyTrader is saying, an EA never sleeps and does all your trading while you carry on doing your thing - I would never have the time to trade manually - many are against EAs. It is always martingale or non-martingale, fundamental or technical, EA or manual. I would say to each his own - whatever works best for you. My experiences are not necessarily right, and neither is someone else's. I for one, and plenty others prefer robotic.
Medlem sedan Sep 20, 2014   365 inlägg
May 19, 2015 at 17:18 (redigerad May 19, 2015 at 17:36)
The two methods aren't necessarily mutually exclusive.

No reason why you can't automate tasks on manual trades. Adding stops, Tp'ing, partial TP'ing adding TP's to manualy opened trades, modifying stops, adding BE stops etc...

Trade sizes is a prime example. I got so tired of working it out I wrote code to do my trades, so all I'd do is put down a 1 unit trade to indicate where I wanted to trade then the code would come get the level, work out what I needed and do a properly sized trade for me at that level with the best spread it could find. No fat finger mistakes for moa and keeps the costs down.

The list is endless, those tasks are tedious so why not automate them, especially if you need to wait for something to move before you can modify open trades.

Or have drag and drop EA's when you want to perform manual functions, but would rather have the benefit if the computers speed and accuracy. Or the market is to fast to keep up or you want to try get a better spread etc. A good examle of that would be a partial TP, where my account is doing well, but I'm using to much margin so I want to drop say 30% of the account as a partial TP. I have an EA for that, just drag it on, wait till it's done and I only had to do one action. Takes 30 seconds instead of 5 minutes to do manually.

I think very few systems are fully auto. Decisions to switch them on or off are taken all the time.

So as things become a pain for you start defining them and then coding them and before you know it you have a semi auto method. Take it from there.
Medlem sedan Dec 14, 2012   20 inlägg
May 20, 2015 at 06:27
automated testing works best if you have a plan, and can convert your strategy into program!. It taskes out emotional stress.
Medlem sedan Dec 14, 2012   20 inlägg
May 20, 2015 at 06:28
testing: trading
Medlem sedan Jan 29, 2014   15 inlägg
May 27, 2015 at 10:12
Robot or semi manual.
Medlem sedan Mar 06, 2015   46 inlägg
Jun 07, 2015 at 16:03
georgepalaganas posted:
What's the ideal trading system, 100% Robotic or Manual?

i m currently developing an EA & testing it on demo account i will let you know if it is profitable in long term you can see my portfolio good luck 😎
“The past can't hurt you anymore, not unless you let it.”
BOAR
forex_trader_250523
Medlem sedan May 18, 2015   18 inlägg
Jun 08, 2015 at 07:11
CrazyTrader posted:
Depends on your strategy... Does it worth to code it?
I like EA to open trades... because nothing can be more accurate & patient

I agree with CrazyTrader and I'm also a proponent of automatic trading.

You can backtest all you want, if you're not a super disciplined person, you'll make rash decisions in the heat of the moment that may not entirely conform to your trading plan. A robot doesn't do that. It operates under strict rules and if your rules are profitable, your EA should be profitable as well. The tricky part is to convert your rules to actual code.
The drawback of automatic trading is that in some situations it's quite clear that your entry rules would lead to a losing trade when looking at the chart, but since they are hardcoded, your EA will enter anyway.
But in the end, I think you'll capture a lot more good entries that would've been missed when trading manually than entering bad positions that would've been ignored when trading manually.. But obviously this all depends on your strategy and your ability to convert it into an EA.
RedRhinoLab
forex_trader_165856
Medlem sedan Dec 03, 2013   631 inlägg
Jun 16, 2015 at 09:58
Most trading activity are from automated trading systems. It is just a matter of time before everyone has their strategy coded from their manual trading experience. If you haven't begun coding you may already be a dinosaur.
Medlem sedan Jun 30, 2015   1 inlägg
Jun 30, 2015 at 06:46
Automation is useful for:
* eliminating tedious and mundane tasks
* minimizing human errors
Medlem sedan Oct 08, 2015   35 inlägg
Aug 15, 2016 at 10:00
For every trader it is a different scenario. Depending on your free time and many other factors, you should choose what suits you the best. You can even use a hybrid trading, which means Manual trading with the help of different tools to easy your trading.
Trading is like football - if you don't practice you can't win the game!
Medlem sedan Feb 12, 2016   427 inlägg
Aug 21, 2016 at 06:22
If you develop your trading strategy well and test is manually, the best way will be to create your own robotic system which opens, executes and closes the orders. We all know that the EA will have an accurate time and will place the orders faster than manually.

100% robotic system will work well if tested manually before trading with live account. However there can’t be an ideal trading system because sometimes you will need to use functions like TP, SL , partial close, modifying orders, etc… which you have to set manually
Accept the loss as experience
Medlem sedan Dec 11, 2015   1487 inlägg
Aug 21, 2016 at 09:32
mt3mt posted:
Automation is useful for:
* eliminating tedious and mundane tasks
* minimizing human errors

It might eliminate human error, but it also ignores human psychology in trading. One can't ever leave a robot unattended.
Medlem sedan Feb 12, 2016   522 inlägg
Oct 03, 2016 at 11:52
Have you thought of a hybrid system. Using an automated system to make a small consistent profit. Most of the automated systems require big balances. In another account you can manually trade if you know how to but never combine both in the same account. Another thing you can do is use Money management Experts for setting the TPs SLs Trailing Stops and Breakeven points automatically while you trade manually. This approach is great for scalping. Just my 2 cents.
Medlem sedan Oct 07, 2016   10 inlägg
Oct 24, 2016 at 09:14
It depends upon the trading style and strategy.
There are four types of automated trading: EA’s strategy, social trading, robotic management, Algo trading.

For a newbie trader it is better to opt for automated trading because it helps to reduce trading stress and save your time. However, experienced traders can also go for manual trading as they have a lot of knowledge about market conditions and how it works.

I would prefer to do auto trading as trading as a full time job is not my cup of tea and that is why auto trading works best for me.
Medlem sedan Feb 22, 2011   4862 inlägg
Oct 24, 2016 at 10:21
TiffanyK posted:
If you develop your trading strategy well and test is manually, the best way will be to create your own robotic system which opens, executes and closes the orders. We all know that the EA will have an accurate time and will place the orders faster than manually.

100% robotic system will work well if tested manually before trading with live account. However there can’t be an ideal trading system because sometimes you will need to use functions like TP, SL , partial close, modifying orders, etc… which you have to set manually

Exactly.

If you trade you should have a trading plan.
Such trading plan can be easily programmed as EA.
EA will execute it precisely, without emotions, 24/5, etc...
And it can be backtested .

You cant do so with manual trading.
Medlem sedan Sep 15, 2014   259 inlägg
Oct 25, 2016 at 07:11
Long live EA !
I WILL TRADE WHILE I AM SLEEPING
Medlem sedan Sep 15, 2016   24 inlägg
Oct 26, 2016 at 07:16
I believe Traders should not stick solely to robotic or manual trading and can chose hybrid platforms as well. You can use EA’s and modern technology to enhance your profits in Forex trading but if the situation demands for thinking and emotions, ,manual trading can be fruitful.
Medlem sedan Oct 08, 2015   35 inlägg
Oct 27, 2016 at 06:17
Edward16 posted:
It depends upon the trading style and strategy.
There are four types of automated trading: EA’s strategy, social trading, robotic management, Algo trading.

For a newbie trader it is better to opt for automated trading because it helps to reduce trading stress and save your time. However, experienced traders can also go for manual trading as they have a lot of knowledge about market conditions and how it works.

I would prefer to do auto trading as trading as a full time job is not my cup of tea and that is why auto trading works best for me.

By social trading you mean copy trading, right? I agree with your point.
Trading is like football - if you don't practice you can't win the game!
Ämnet är låst
*Kommersiell användning och skräppost tolereras inte och kan leda till att kontot avslutas.
Tips: Om du lägger upp en bild/youtube-adress bäddas den automatiskt in i ditt inlägg!
Tips: Skriv @-tecknet för att automatiskt komplettera ett användarnamn som deltar i den här diskussionen.