ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Place your new trading idea here to see if someone can automate it.
Post Reply
FreddyFX
Trader
Posts: 28
Joined: Sun Dec 04, 2011 6:51 pm
Location: Puerto Vallarta - Mexico

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by FreddyFX »

my watch starts with a minute and not with an hour !!

so what is this thing about higher TFs before lower ??
Trading forex is easy, making money is simple.
It is the mental part that is difficult.
User avatar
coolncalm
Trader
Posts: 173
Joined: Mon Dec 12, 2011 1:09 am

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by coolncalm »

kelisa wrote:Great adoptation/analysis with the 10.2. Great job CC. ;)
Thanks, kelisa. Any suggestions for improving it is very welcome :)
There's simplicity in every complexity.
User avatar
coolncalm
Trader
Posts: 173
Joined: Mon Dec 12, 2011 1:09 am

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by coolncalm »

FreddyFX wrote:my watch starts with a minute and not with an hour !!

so what is this thing about higher TFs before lower ??
LOL!! Freddy, maybe you can take on the challenge of adapting the system to work on the M1 TF :D
There's simplicity in every complexity.
User avatar
coolncalm
Trader
Posts: 173
Joined: Mon Dec 12, 2011 1:09 am

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by coolncalm »

Just wondering - is anyone having a go at getting the Semafor (SEMA4X) indy that the system uses to show different colours depending on the highest TF the high/low alert occurs on?
You do not have the required permissions to view the files attached to this post.
There's simplicity in every complexity.
FreddyFX
Trader
Posts: 28
Joined: Sun Dec 04, 2011 6:51 pm
Location: Puerto Vallarta - Mexico

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by FreddyFX »

coolncalm wrote:
FreddyFX wrote:my watch starts with a minute and not with an hour !!

so what is this thing about higher TFs before lower ??
LOL!! Freddy, maybe you can take on the challenge of adapting the system to work on the M1 TF :D
Indeed, evaluating if I have what it takes to get that done !!
Trading forex is easy, making money is simple.
It is the mental part that is difficult.
User avatar
coolncalm
Trader
Posts: 173
Joined: Mon Dec 12, 2011 1:09 am

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by coolncalm »

FreddyFX wrote:Indeed, evaluating if I have what it takes to get that done !!
Great! Way to go. Let me know if there's anyway I can help.
There's simplicity in every complexity.
User avatar
coolncalm
Trader
Posts: 173
Joined: Mon Dec 12, 2011 1:09 am

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by coolncalm »

RJo wrote:
coolncalm wrote:That’s it. Just a straightforward “trade with the bias, trade with an edge, in any market, on any TF” system...
What? My cerebrum just melted and it's running all over my desk. :cry:

But seriously, thanks for sharing your adaptation of 10.2A. Having limited coding knowlege, I would like to see all of the trading conditions for entries and exits defined in a purely objective manner. Coders might be more apt to adopt the system if you remove any subjective language i.e:

Buy
DP,0 > WP,0 > MP,0 and
TMA,0 > 0.2 and
DP, 1> WP,1 > MP,1 and
TMA,1 <0.2

Language like "near" would become:

TMA,0 > 0.2 - 5 pips and
TMA,0 < 0.2 + 5 pips

0 or 1 being the price shift, of course. Just a suggestion.
Please save some of the cerebrum for helping out with the project! :lol:

I'm a fairly good strategist but a terrible coder, so I'm the first person to confess that I need help converting the system into a coding spec.

May I suggest that you propose a spec for collective review/enhancement, based on your understanding of what has been described? :)
There's simplicity in every complexity.
User avatar
coolncalm
Trader
Posts: 173
Joined: Mon Dec 12, 2011 1:09 am

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by coolncalm »

RJo wrote:I will code entry conditions using the iCustom command (to be pasted into an EA) and I will try to make each indi callable via iCustom, if not already callable. I already have Steve's 10.2 TMA...for EA indi and my own DWM...for EA indi. In any event, the conditions will be posted as a spec. Just be aware that instructions like "make allowance for the volatility of the pair" will be represented as ATR levels, etc. in order to quantify the instructions. I cannot promise anything for exits or an entire EA, but we shall see.
RJo,

That's great for a start! Thanks.
We could start with ATR levels and parameterize any other SL variables. Also, until we can get a Semafor indy mod for timing exits accurately, I do agree that coding exit management may be tough.
There's simplicity in every complexity.
User avatar
coolncalm
Trader
Posts: 173
Joined: Mon Dec 12, 2011 1:09 am

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by coolncalm »

RJo wrote:I was able to lay out the conditions in a commercial EA builder and use it to generate an EA. WARNING: THE CODE IS NOT OPTIMIZED, and THIS EA HAS NOT BEEN TESTED. In case the software publishers are reading this, copyrights are included in full.

The inputs are preset to alert based on: any one of the four sets of DWM conditons for a UT plus a matching CSS trigger plus a matching Fast trigger, and the same for a DT. Neither the SMA's, nor the SEMA4x, nor the ATR are included at this time. I opted for Baluda's CSSDiff indi not because of any particular preference, but because he was generous enough to post his mq4 file for public use.

Other important input defaults:
MicroAccount=true (mini)
CompletedBars=false (this should have no effect at this time)
TradeorAlert=false (alert)--DO NOT SET THIS TO TRUE
FiveDigits==true
OrderIncludeTPSL=false(ECN type dealer)
TMALowerLevel1=-0.55
TMALowerLevel2=-0.8
TMAHigherLevel1=0.55
TMAHigherLevel2=0.8

You'll probably get multiple alerts in rapid succession due to my use of shift 0 which checks every Bid price. Again, this is merely a starting point. And... if your dealer has Sunday bars and you're trading on Sunday, DWM will be based on Thursday's data for a few hours due to AddSundaytoMonday... I think.
Way to go, RJo!!! Gee, thanks! We're off the blocks. I'll load up the babies to see how they swing.
I totally agree with using Baluda's CSSDiff (was thinking of switching to Baluda's indy because of the same reason; couldn't figure out why NT's done that too).
There's simplicity in every complexity.
User avatar
aworex
Trader
Posts: 68
Joined: Thu Sep 20, 2012 2:42 pm
Location: London UK

Re: ADAPTING NB10.2A FOR LOWER TF & RM TRADING - 10.2A CTS

Post by aworex »

Wow !!!! great work from you guys, but I have been wondering how these EA's are supposed to be used ? which of these EA's has to be on the charts as we can't attach all 4 .
Post Reply

Return to “Ideas for Possible Automation”