• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 2:11pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 2:11pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Financial Markets Observatory Lab 808 replies

Robot Lab Project 1,394 replies

Rel's Lab 103 replies

Nikola's Trading Lab 247 replies

Spud's Lab Accident 22 replies

  • Commercial Content
  • /
  • Reply to Thread
  • Subscribe
  • 115
Attachments: HA_Rider (A Robots Lab EA)
Exit Attachments

HA_Rider (A Robots Lab EA)

  • Last Post
  •  
  • 1 89Page 101112 25
  • 1 9Page 1011 25
  •  
  • Post #181
  • Quote
  • Feb 11, 2015 3:53am Feb 11, 2015 3:53am
  •  fanatics
  • | Joined May 2014 | Status: Member | 111 Posts
Hi all,

I'm very interested in the potential of this EA. I have looked through the code and I have a question:

If we have not reached the targeted percentage gain, and one of the pairs have a change in color for HAS. So all the original orders for that pair would be closed and a new chain of orders would be started right?

However, in the code, I noticed that the realized profits/losses are not accounted for. For example, there is a current running profit of 1% and our target profit is 10%. One of the pairs change in HAS color and the orders are closed for a loss of say 0.5% of account balance.

The code to calculate when to close the entire basket does not take into account this 0.5% loss right?

What was the original idea of this strategy? Do we take the realized losses or profits into account for calculation of when to close the basket, be it for a loss or a gain? Or do we simply ignore those losses/gains realized during the lifetime of the basket?

I hope I have made myself clear in the question.
SmartGrid All Time Return: -145.7%
 
 
  • Post #182
  • Quote
  • Feb 11, 2015 4:07am Feb 11, 2015 4:07am
  •  FerruFx
  • Joined May 2007 | Status: MT4/MT5 EAs/Indicators/Alerts coder | 6,842 Posts
Quoting macdh4
Disliked
A silly question but here goes anyway, is necessary after you installed EA the computer is always connected to it work?
Ignored
Platform must running and of course connected.
MT4/MT5 EAs/Indicators/Alerts coder
 
 
  • Post #183
  • Quote
  • Feb 11, 2015 4:23am Feb 11, 2015 4:23am
  •  macdh4
  • | Joined Nov 2014 | Status: Member | 220 Posts
Quoting FerruFx
Disliked
{quote} Platform must running and of course connected.
Ignored

Thank you for your attention.
 
 
  • Post #184
  • Quote
  • Feb 11, 2015 4:30am Feb 11, 2015 4:30am
  •  TyLamai
  • Joined Feb 2013 | Status: Not till I'm done... | 1,663 Posts
Quoting xkubas
Disliked
Hi, Ty !!!! You are here? I read this also. As I see if YOu are here that must be some good staf !!!! Must close look for this thread and EA All tha best - Kuba
Ignored
Whuuuuutttt! How did I miss this! Lol...

We just spoke on Skype K! Amazing that you decided to stop by - try the BOT man - it is interesting to say the least. I particularly like the FACT that it can be SET however way the User wants.

Welcome K - and YES: Rooi and AB are good.

Regards,

Ty
My job: I speculate and manage risk.
 
 
  • Post #185
  • Quote
  • Feb 11, 2015 4:32am Feb 11, 2015 4:32am
  •  antantnz
  • | Joined Jul 2011 | Status: Member | 305 Posts
Quoting fanatics
Disliked
Hi all, I'm very interested in the potential of this EA. I have looked through the code and I have a question: If we have not reached the targeted percentage gain, and one of the pairs have a change in color for HAS. So all the original orders for that pair would be closed and a new chain of orders would be started right? However, in the code, I noticed that the realized profits/losses are not accounted for. For example, there is a current running profit of 1% and our target profit is 10%. One of the pairs change in HAS color and the orders are...
Ignored
Hi ...

The EA will be constantly looping to check the account balance, and using whatever it is at the time. So, if you've lost 0.5% of your account, it's this new account balance that will getting factored into the equity gain/loss calculations.

i.e. it is +30% / -30% (or whatever you have chosen) on your account balance at the moment in time the decision is being made.

It is also independent of how many trades remain open ... e.g you started with 10 trades, only 1 is left open, it will still be looking for +/- 30% (or whatever you have chosen).
1 pip at a time ... if the entries are strong, the rest will follow ...
 
 
  • Post #186
  • Quote
  • Feb 11, 2015 4:36am Feb 11, 2015 4:36am
  •  TyLamai
  • Joined Feb 2013 | Status: Not till I'm done... | 1,663 Posts
Quoting macdh4
Disliked
A silly question but here goes anyway, is necessary after you installed EA the computer is always connected to it work? Thank U Errors with the SL happened to me also it was only visible in some graphics.
Ignored
Yes macdh4 it needs to always be connected...if you can, invest in a VPS - especially if you intend to go the "Automation" way.

Also...IMHO there are no "silly" questions really - as long as the question is not "lazy" you are fine!

Regards,

Ty
My job: I speculate and manage risk.
 
 
  • Post #187
  • Quote
  • Feb 11, 2015 4:36am Feb 11, 2015 4:36am
  •  abokwaik
  • Joined Sep 2012 | Status: No guts, no glory | 3,622 Posts
Quoting fanatics
Disliked
Hi all, I'm very interested in the potential of this EA. I have looked through the code and I have a question: If we have not reached the targeted percentage gain, and one of the pairs have a change in color for HAS. So all the original orders for that pair would be closed and a new chain of orders would be started right? However, in the code, I noticed that the realized profits/losses are not accounted for. For example, there is a current running profit of 1% and our target profit is 10%. One of the pairs change in HAS color and the orders are...
Ignored
Very Clear, fanatics.

Currently we neglect those losses.

As I mentioned earlier this is not a Basket Trading EA. It might look like a basket when using multiple pairs, but it is not.
Orders are opened independently, and also closed independently if you enable the SL.
It only behaves like a Basket in the Closing at Gain% or Loss%.

A Basket idea is being discussed at the Robots Lab but it is outside the scope of this thread.

Thanks for your input.
No guts, no glory
 
 
  • Post #188
  • Quote
  • Feb 11, 2015 4:56am Feb 11, 2015 4:56am
  •  macdh4
  • | Joined Nov 2014 | Status: Member | 220 Posts
Quoting TyLamai
Disliked
{quote} Yes macdh4 it needs to always be connected...if you can, invest in a VPS - especially if you intend to go the "Automation" way. Also...IMHO there are no "silly" questions really - as long as the question is not "lazy" you are fine! Regards, Ty
Ignored
To run this EA that requisites think that the VPS should have?
VPS was new to me, but in this case the EA staying in the VPS and I can turn off my pc and not run risks of lack of energy, lack of internet, am I right?
Thank U
 
 
  • Post #189
  • Quote
  • Feb 11, 2015 4:56am Feb 11, 2015 4:56am
  •  TyLamai
  • Joined Feb 2013 | Status: Not till I'm done... | 1,663 Posts
Ok people,

So another Session just Closed (from last night) in profit and since it's just Wednesday today, I'll let the HA_Rider run in the hope that I can snag one more session this week before the week runs out.

Stay tuned?

Regards,

Ty

NB:
By the way, that's 314+% in 22 days!
My job: I speculate and manage risk.
 
 
  • Post #190
  • Quote
  • Feb 11, 2015 5:04am Feb 11, 2015 5:04am
  •  abokwaik
  • Joined Sep 2012 | Status: No guts, no glory | 3,622 Posts
Quoting TyLamai
Disliked
Ok people, So another Session just Closed (from last night) in profit and since it's just Wednesday today, I'll let the HA_Rider run in the hope that I can snag one more session this week before the week runs out. Stay tuned? Regards, Ty NB: By the way, that's 314+% in 22 days!
Ignored

Way to go Ty


This is TOO GOOD to be TRUE


No guts, no glory
 
 
  • Post #191
  • Quote
  • Feb 11, 2015 5:06am Feb 11, 2015 5:06am
  •  TyLamai
  • Joined Feb 2013 | Status: Not till I'm done... | 1,663 Posts
Quoting macdh4
Disliked
{quote} To run this EA that requisites think that the VPS should have? VPS was new to me, but in this case the EA staying in the VPS and I can turn off my pc and not run risks of lack of energy, lack of internet, am I right? Thank U
Ignored
Yes macdh4 with a VPS you are fully covered. You can even log into your VPS from a Mobile device...etc.

If you are not doing any "heavy lifting", you can go with these specs:

1 core processor
1GB memory
200GB data transfer

If it's too "slow" just go for DOUBLE that - no sweat.

Regards,

Ty
My job: I speculate and manage risk.
 
 
  • Post #192
  • Quote
  • Feb 11, 2015 5:09am Feb 11, 2015 5:09am
  •  TyLamai
  • Joined Feb 2013 | Status: Not till I'm done... | 1,663 Posts
Quoting abokwaik
Disliked
{quote} Way to go Ty This is TOO GOOD to be TRUE
Ignored


Couldn't have been possible without YOUR very intelligent input AB! Thanks.

Regards,

Ty
My job: I speculate and manage risk.
 
 
  • Post #193
  • Quote
  • Feb 11, 2015 5:12am Feb 11, 2015 5:12am
  •  macdh4
  • | Joined Nov 2014 | Status: Member | 220 Posts
Quoting TyLamai
Disliked
Ok people, So another Session just Closed (from last night) in profit and since it's just Wednesday today, I'll let the HA_Rider run in the hope that I can snag one more session this week before the week runs out. Stay tuned? Regards, Ty NB: By the way, that's 314+% in 22 days!
Ignored
You have set to 20 this has open positions for more you get faster to the objective?
I have set to 200 my broker is 5 digits.
Thank U
Attached Image (click to enlarge)
Click to Enlarge

Name: Capturar.PNG
Size: 4 KB
 
 
  • Post #194
  • Quote
  • Feb 11, 2015 5:53am Feb 11, 2015 5:53am
  •  abokwaik
  • Joined Sep 2012 | Status: No guts, no glory | 3,622 Posts
Quoting macdh4
Disliked
{quote} You have set to 20 this has open positions for more you get faster to the objective? I have set to 200 my broker is 5 digits. Thank U {image}
Ignored
No macdh4, that's not the reason.

Well, let's take this as a quiz,

Who could tell why Rooi cycle was closed earlier than TyLamai, and TayLamai cycle closed before macd4h ???
ALTHOUGH Rooi was aiming for 20% Increase, while Ty was aiming for 10% and macd4h was aiming for only 1% AND ALL were using D1 time frame .
No guts, no glory
 
 
  • Post #195
  • Quote
  • Feb 11, 2015 5:55am Feb 11, 2015 5:55am
  •  TyLamai
  • Joined Feb 2013 | Status: Not till I'm done... | 1,663 Posts
Quoting macdh4
Disliked
{quote} You have set to 20 this has open positions for more you get faster to the objective? I have set to 200 my broker is 5 digits. Thank U {image}
Ignored
macdh4,

My Broker = 5 Digits

So I have mine set thus:

Min_Pips_Between_Orders=10 (this is just ONE pip away for me. Yes "potentially" will have more positions open this way and that's what I want. But I guess this is also riskier?)

If you set it to 200 on a 5digit broker = 20pips difference. You will probably have fewer positions taken. It all depends on what you want to achieve.

Max_Open_Orders=200 (I just set this to 200 - I doubt that that can ever happen really).

What I want to achieve is:

- More trades from many pairs which would allow me get to my target QUICKLY and with DIVERSIFIED risk.

I hope this makes sense?

Regards,

Ty
My job: I speculate and manage risk.
 
 
  • Post #196
  • Quote
  • Feb 11, 2015 6:10am Feb 11, 2015 6:10am
  •  abokwaik
  • Joined Sep 2012 | Status: No guts, no glory | 3,622 Posts
Quoting abokwaik
Disliked
{quote} No macdh4, that's not the reason. Well, let's take this as a quiz, Who could tell why Rooi cycle was closed earlier than TyLamai, and TayLamai cycle closed before macd4h ??? ALTHOUGH Rooi was aiming for 20% Increase, while Ty was aiming for 10% and macd4h was aiming for only 1% AND ALL were using D1 time frame .
Ignored

I will give another 15 minutes, and post the correct answer.
No guts, no glory
 
 
  • Post #197
  • Quote
  • Feb 11, 2015 6:18am Feb 11, 2015 6:18am
  •  Rooi
  • Joined Jan 2012 | Status: Is still the ginger ninja | 2,495 Posts
Quoting abokwaik
Disliked
{quote} I will give another 15 minutes, and post the correct answer.
Ignored
I'm interested to know
We miss 100% of the shots we don't take
 
 
  • Post #198
  • Quote
  • Feb 11, 2015 6:19am Feb 11, 2015 6:19am
  •  dvanderlinde
  • | Joined Jul 2012 | Status: Travelling | 357 Posts
Quoting abokwaik
Disliked
{quote} I will give another 15 minutes, and post the correct answer.
Ignored
Lot size
 
 
  • Post #199
  • Quote
  • Feb 11, 2015 6:23am Feb 11, 2015 6:23am
  •  TyLamai
  • Joined Feb 2013 | Status: Not till I'm done... | 1,663 Posts
Quoting abokwaik
Disliked
{quote} No macdh4, that's not the reason. Well, let's take this as a quiz, Who could tell why Rooi cycle was closed earlier than TyLamai, and TayLamai cycle closed before macd4h ??? ALTHOUGH Rooi was aiming for 20% Increase, while Ty was aiming for 10% and macd4h was aiming for only 1% AND ALL were using D1 time frame .
Ignored
Well spit it out already AB!

Why?

Regards,

Ty
My job: I speculate and manage risk.
 
 
  • Post #200
  • Quote
  • Feb 11, 2015 6:25am Feb 11, 2015 6:25am
  •  abokwaik
  • Joined Sep 2012 | Status: No guts, no glory | 3,622 Posts
Quoting dvanderlinde
Disliked
{quote} Lot size
Ignored
close but not correct because Rooi and macd4h were using same lot size of 0.1
No guts, no glory
 
 
  • Commercial Content
  • /
  • HA_Rider (A Robots Lab EA)
  • Reply to Thread
    • 1 89Page 101112 25
    • 1 9Page 1011 25
0 traders viewing now
  • More
Top of Page
Forex Factory Blog Updated: Alerting All Members
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2022