|
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.
Ichimoku indicator monitor for multiple instruments and periods |
CIAO
|
Post subject: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 11:48
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
Hello Support Please I need your assistance how to run this indicator that was posted here before on the following link viewtopic.php?t=24858&f=8#p68580Your prompt reply will be highly appreciated. Reagrds
|
|
|
|
 |
API Support
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 11:53
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
Which part in the launch instructions is not clear?
|
|
|
|
 |
CIAO
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 11:58
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
would you please tell me the steps from A to Z so I can figure out what I'm doing wrong.
Thanks.
|
|
|
|
 |
API Support
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 12:38
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
Please go through the given instructions that are already given and describe the problems (if any) that you encounter.
|
|
|
|
 |
CIAO
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 13:23
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
that's what I did as follows : 1-I put the downloaded file( JIchiMonitor.jar.png [19.02 KiB] ) in folder JForex - strategies
2-opened a new strategy and pasted the following : package jforex; import java.util.*; import JIchiMonitor.*; import com.dukascopy.api.*; // MAC OS X users @RequiresFullAccess // Required for loading arrow images @Library("/Users/xy/JForex/Strategies/JIchiMonitor.jar") // Windows users //@RequiresFullAccess //@Library("C:/Users/Sarwat/JForex/Strategies/JIchiMonitor.jar") public class icStrategy extends IchiStrategy { // DO NOT OVERRIDE IStrategy methods }
3- saved it. 4- compile then it gives me this error message : File C:\Users\xy\JForex\Strategies\JIchiMonitor.jar not found.
Regards,
|
|
|
|
 |
API Support
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 13:26
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
CIAO wrote: 4- compile then it gives me this error message : File C:\Users\xy\JForex\Strategies\JIchiMonitor.jar not found. You should download the JIchiMonitor.jar.png file, rename it to JIchiMonitor.jar and adjust the @Library path to the .jar file location.
|
|
|
|
 |
CIAO
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 13:45
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
I did what you mentioned but got the same error, you can see the snapshot. can you fix this over the Team Viewer ??
Regards.
Attachments: |
STRA.jpg [299.23 KiB]
Downloaded 385 times
|
DISCLAIMER: Dukascopy Bank SA's waiver of responsability - Documents, data or information available on
this webpage may be posted by third parties without Dukascopy Bank SA being obliged to make any control
on their content. Anyone accessing this webpage and downloading or otherwise making use of any document,
data or information found on this webpage shall do it on his/her own risks without any recourse against
Dukascopy Bank SA in relation thereto or for any consequences arising to him/her or any third party from
the use and/or reliance on any document, data or information found on this webpage.
|
|
|
|
|
 |
API Support
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 13:51
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
Are you sure you have MAC? The interface does look like windows one. Please pay attention to the comments given in the example strategy. And make sure the file path is correct.
|
|
|
|
 |
CIAO
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 14:51
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
I removed MAC because I have windows & still get these errors. can you tell me what's wrong in the strategy to have red undeline marked.
Regards,
Attachments: |
JIchi.jpg [358.05 KiB]
Downloaded 401 times
|
DISCLAIMER: Dukascopy Bank SA's waiver of responsability - Documents, data or information available on
this webpage may be posted by third parties without Dukascopy Bank SA being obliged to make any control
on their content. Anyone accessing this webpage and downloading or otherwise making use of any document,
data or information found on this webpage shall do it on his/her own risks without any recourse against
Dukascopy Bank SA in relation thereto or for any consequences arising to him/her or any third party from
the use and/or reliance on any document, data or information found on this webpage.
|
|
|
|
|
 |
API Support
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 15:07
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
You should uncomment the annotations after the "\\Window users".
|
|
|
|
 |
CIAO
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 15:38
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
I did uncomment & still get error through the snapshots attached.
Attachments: |
2.jpg [147.79 KiB]
Downloaded 455 times
|
1.jpg [320.46 KiB]
Downloaded 374 times
|
DISCLAIMER: Dukascopy Bank SA's waiver of responsability - Documents, data or information available on
this webpage may be posted by third parties without Dukascopy Bank SA being obliged to make any control
on their content. Anyone accessing this webpage and downloading or otherwise making use of any document,
data or information found on this webpage shall do it on his/her own risks without any recourse against
Dukascopy Bank SA in relation thereto or for any consequences arising to him/her or any third party from
the use and/or reliance on any document, data or information found on this webpage.
|
|
|
|
|
 |
API Support
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 15:53
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
You have not carried out the following: API Support wrote: You should download the JIchiMonitor.jar.png file, rename it to JIchiMonitor.jar
|
|
|
|
 |
CIAO
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 16:15
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
I already chanaged the file name, attached
Attachments: |
2.jpg [155.42 KiB]
Downloaded 437 times
|
DISCLAIMER: Dukascopy Bank SA's waiver of responsability - Documents, data or information available on
this webpage may be posted by third parties without Dukascopy Bank SA being obliged to make any control
on their content. Anyone accessing this webpage and downloading or otherwise making use of any document,
data or information found on this webpage shall do it on his/her own risks without any recourse against
Dukascopy Bank SA in relation thereto or for any consequences arising to him/her or any third party from
the use and/or reliance on any document, data or information found on this webpage.
|
|
|
|
|
 |
API Support
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 16:19
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
|
|
|
 |
CIAO
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 17:19
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
that option was already checked in my setting
|
|
|
|
 |
API Support
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 17:32
|
|
User rating: ∞
Joined: Fri 31 Aug, 2007, 09:17 Posts: 6139
|
If that was the case, then the file type would not show as "PNG image".
|
|
|
|
 |
CIAO
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Thu 20 Dec, 2012, 18:04
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
attached the difference between show & hide file ext.
Attachments: |
hide.jpg [179.77 KiB]
Downloaded 379 times
|
show.jpg [181.75 KiB]
Downloaded 386 times
|
DISCLAIMER: Dukascopy Bank SA's waiver of responsability - Documents, data or information available on
this webpage may be posted by third parties without Dukascopy Bank SA being obliged to make any control
on their content. Anyone accessing this webpage and downloading or otherwise making use of any document,
data or information found on this webpage shall do it on his/her own risks without any recourse against
Dukascopy Bank SA in relation thereto or for any consequences arising to him/her or any third party from
the use and/or reliance on any document, data or information found on this webpage.
|
|
|
|
|
 |
CIAO
|
Post subject: Re: Ichimoku indicator monitor for multiple instruments and periods |
Post rating: 0
|
Posted: Mon 07 Jan, 2013, 15:06
|
|
User rating: 0
Joined: Wed 22 Feb, 2012, 13:15 Posts: 19 Location: Egypt, Cairo
|
Finally it works now.
I appreciate your help
Last bumped by CIAO on Mon 07 Jan, 2013, 15:06.
|
|
|
|
 |
|
Pages: [
1
]
|
|
|
|
|