|
Attention! Read the forum rules carefully before posting a topic.
Try to find an answer in Wiki before asking a question. Submit programming questions in this forum only. Off topics are strictly forbidden.
Any topics which do not satisfy these rules will be deleted.
Calling a Strategy within a Strategy |
Guest
|
Post subject: Calling a Strategy within a Strategy |
Post rating: 0
|
Posted: Wed 17 Nov, 2010, 17:38
|
|
User rating: -
|
Hi
Is it possible to call a strategy from within a strategy? If so, how do I do it?
Thanks
|
|
|
|
 |
API Support
|
Post subject: Re: Calling a Strategy within a Strategy |
Post rating: 0
|
Posted: Thu 18 Nov, 2010, 10:54
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
Hi, You need to clarify what exactly do you need. If you need to split your strategy to different java classes, then you can use 2 solutions: 1. Use inner classes in your strategy. 2. Create java class with some logic then convert it to the jar file and import created jar file to the strategy.
|
|
|
|
 |
Guest
|
Post subject: Re: Calling a Strategy within a Strategy |
Post rating: 0
|
Posted: Thu 18 Nov, 2010, 14:14
|
|
User rating: -
|
HI
I have downloaded the MAMA Alert, which alerts by either a pop-up message or a alarm. I would like an email to also be triggered in addition to the pop-up. How can this be done?
Thanks
|
|
|
|
 |
[astro orbitor]
|
Post subject: Re: Calling a Strategy within a Strategy |
Post rating: 0
|
Posted: Thu 18 Nov, 2010, 14:56
|
|
User rating: 0
Joined: Tue 27 Jul, 2010, 20:57 Posts: 49
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|