Forex



Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #391 (permalink)  
Old 12-02-2008, 11:21 PM
Member
 
Join Date: Jul 2008
Posts: 60
golden1 is on a distinguished road
Question for Michael

the only thing I removed from your template is the
bar indicator, the HA style candle painter. That isnt
used by any of the other indicators right? Just a personal
preference?

Thanks!!

Brian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #392 (permalink)  
Old 12-03-2008, 04:31 AM
Member
 
Join Date: Jan 2007
Posts: 47
wwp726 is on a distinguished road
HI guys

Silvertrend_bar repaint , can someone fix it ??????
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #393 (permalink)  
Old 12-03-2008, 12:54 PM
Brazenmichael's Avatar
Member
 
Join Date: Jul 2007
Location: Florida
Posts: 86
Brazenmichael is on a distinguished road
coders.....

nirvaman,
i am testing the setup you are using, and i like it a little better than my own...thank you for sharing...

one question..is it possible to code in at what value the alert triggered?

~michael
Attached Images
File Type: gif chart.gif (34.1 KB, 510 views)
__________________
Wanna know how to trade? K.I.S.S.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #394 (permalink)  
Old 12-03-2008, 02:17 PM
nirvaman's Avatar
Member
 
Join Date: Apr 2008
Posts: 77
nirvaman is on a distinguished road
Wink about setup

Quote:
Originally Posted by Brazenmichael View Post
nirvaman,
i am testing the setup you are using, and i like it a little better than my own...thank you for sharing...

one question..is it possible to code in at what value the alert triggered?

~michael
shhhhhhhhhhhhhhh.

dont tell anyone. lol

Yes, you are right. your logic is correct. why not to trigger the order in the same moment the alert is triggered. is not that simple but the main idea is correct.

to tell you the truth, there is a problem when coding MTF indicators when constructing an EA. seems that drew dealed with that kind of problem too in the past. is something about the buffer. the error occurs when you attach thos EA to the charts . I will try again to code it this weekend. May be I can resolve that problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #395 (permalink)  
Old 12-03-2008, 02:28 PM
Junior Member
 
Join Date: Nov 2008
Posts: 25
superzeeshan is on a distinguished road
Hello nirvaman..i tested ur method but i had problem with stoploss and tp levels plz help me
Quote:
Originally Posted by nirvaman View Post
shhhhhhhhhhhhhhh.

dont tell anyone. lol

Yes, you are right. your logic is correct. why not to trigger the order in the same moment the alert is triggered. is not that simple but the main idea is correct.

to tell you the truth, there is a problem when coding MTF indicators when constructing an EA. seems that drew dealed with that kind of problem too in the past. is something about the buffer. the error occurs when you attach thos EA to the charts . I will try again to code it this weekend. May be I can resolve that problem.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #396 (permalink)  
Old 12-03-2008, 02:45 PM
Brazenmichael's Avatar
Member
 
Join Date: Jul 2007
Location: Florida
Posts: 86
Brazenmichael is on a distinguished road
Wink thoughts.....

Quote:
Originally Posted by nirvaman View Post
to tell you the truth, there is a problem when coding MTF indicators when constructing an EA. seems that drew dealed with that kind of problem too in the past. is something about the buffer. the error occurs when you attach thos EA to the charts . I will try again to code it this weekend. May be I can resolve that problem.
im not looking for mtf. i love 5min i have been playing with the code that was posted earlier....

ExtMapBuffer1[i] = EMPTY_VALUE;
ExtMapBuffer2[i] = EMPTY_VALUE;

to no avail...but my thoughts on the value i took from apa.mod...something simple like....

val1 = ExtMapBuffer1[0];
val2 = ExtMapBuffer2[0];
if (val1 > val2) Comment(" buy ",val1);

if (val1 < val2) Comment(" sell ",val2);

the only issue i have with this line of code is that it post the comment where my forextsd calendar posts and overwrites it.

but as i have said many times...i can think of the idea...just not make it work in code.

~michael
__________________
Wanna know how to trade? K.I.S.S.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #397 (permalink)  
Old 12-03-2008, 07:56 PM
nirvaman's Avatar
Member
 
Join Date: Apr 2008
Posts: 77
nirvaman is on a distinguished road
Quote:
Originally Posted by superzeeshan View Post
Hello nirvaman..i tested ur method but i had problem with stoploss and tp levels plz help me
40 target
30 stoploss

or

30 target
40 stoploss

you have to test it.

as i said earlier I dont like that kind of hard target and hard stoploss, but they are working

Thats the next step I will work on . a variable target and a variable stoploss.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #398 (permalink)  
Old 12-03-2008, 08:01 PM
nirvaman's Avatar
Member
 
Join Date: Apr 2008
Posts: 77
nirvaman is on a distinguished road
Cool answer

Quote:
Originally Posted by superzeeshan View Post
hello nirvaman..i tested ur method but i had problem with stoploss and tp levels plz help me

40 tg
30 sl
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #399 (permalink)  
Old 12-03-2008, 08:11 PM
V-X569's Avatar
Member
 
Join Date: Nov 2007
Location: Kuala Lumpur
Posts: 40
V-X569 is on a distinguished road
Lightbulb feedback

Hello guys, (You all rock)

I personally think the previous version of SilverTrend is better than VladVG suggested. The one that VladVG posted has generated too many false signals for me. Signals occured too late when I supposed to get in ealier so I end up with buy at top, sell at bottom. The previous version does a better job although it's repainting but it gives early signal. I decided to switch back to previous version so that I won't get funny results anymore. The only change I made was:-

Code:
SsMax = High[iHighest(NULL,0,MODE_HIGH,SSP,i-SSP+1)]; 
SsMin = Low[iLowest(NULL,0,MODE_LOW,SSP,i-SSP+1)];
I guess the indicator is too 'old' as it uses obsolete function

Quote:
In further development of MQL4, some functions were renamed and moved from one group to another in order to systematize them better. The old function names are not highlighted or linked to the MetaEditor Dictionary. The old function names can be used since the compiler will accept them in a proper way. However, we strongly recommend to use the new names.

Old Name
New Name
Highest.....iHighest
Lowest......iLowest
Well, just my opnion. You guys can choose which version that ya'all comfortable with.
Attached Files
File Type: mq4 SilverTrend_bar_E&A.mq4 (2.9 KB, 104 views)
File Type: mq4 SilverTrend_bar_E&A_mtf.mq4 (2.2 KB, 103 views)
__________________
Voginerox-X 569
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #400 (permalink)  
Old 12-03-2008, 09:07 PM
Member
 
Join Date: Jul 2008
Posts: 60
golden1 is on a distinguished road
Silvertrend

Where can I get the original silvertrend indicator? I looked all thru this post and could not find the one from before V posted his version.

Thanks!!

Brian
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
ADXcrosses.mq4, alaskanpipassasin, AlaskanPipAssassin, AlaskanPipAssassin ea, AlaskanPipAssassinMod, benkyalate, Bluewhale, digirsi, drewp, EAS Signals, EAS Signals v0.04b, EAS VST, eastandard.net, fxprime, Jurik Volty, ssl bar, SSL Channel, SSL Channels, system, trading, vasily, Vasily Pip Sniper, wilders dmi

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
BB-TSI Trading system newdigital Indicators - Metatrader 3 2 09-01-2009 08:43 AM
Day Trading system WAW Suggestions for Trading Systems 2 12-28-2007 05:41 AM
How do I detect mini or standard account in EA? fxtrader625 Metatrader 4 2 06-23-2007 11:08 AM
Where to get a list of all Standard constants (MQL) ? budhax Metatrader 4 1 05-04-2007 07:10 AM
Need Standard MACD Indicator znny Indicators - Metatrader 4 14 10-18-2006 03:51 AM


All times are GMT. The time now is 09:18 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.