NexusFi: Find Your Edge


Home Menu

 





TWE (www.tradingwithanedge.com)


Discussion in Trading Reviews and Vendors

Updated
      Top Posters
    1. looks_one booker777 with 4 posts (0 thanks)
    2. looks_two Fat Tails with 3 posts (2 thanks)
    3. looks_3 revtrader with 1 posts (1 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
      Best Posters
    1. looks_one josh with 1 thanks per post
    2. looks_two revtrader with 1 thanks per post
    3. looks_3 lud2719 with 1 thanks per post
    4. looks_4 Fat Tails with 0.7 thanks per post
    1. trending_up 8,912 views
    2. thumb_up 6 thanks given
    3. group 8 followers
    1. forum 15 posts
    2. attach_file 0 attachments




 
Search this Thread

TWE (www.tradingwithanedge.com)

  #11 (permalink)
 
josh's Avatar
 josh 
Georgia, US
Legendary Market Wizard
 
Experience: None
Platform: SC
Broker: Denali+Rithmic
Trading: ES, NQ, YM
Posts: 6,216 since Jan 2011
Thanks Given: 6,752
Thanks Received: 18,136


i79coop View Post
Hi
I have added him in skype and been talking to him last two years.. been in his room in trial basis few times to see his indicator in action. I am not a owner of this product but for some reason his is level works specially in SnP day in day out.

I wish i cud know how he comes up with this lines.. market seems to respond ( bounce or breakout ) these lines..

if anyone can find out it would be cool

cheers

Probably the same way everyone else does--confluence with previous s/r, fibs, volume profile, etc. .. nothing magical, and the hard part about trading is not "coming up with the lines" .. it's what to do in response to that information... determining direction, timing entry with that direction, exiting the position, management of the position (scale in, out, AIAO, etc.) ..

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Better Renko Gaps
The Elite Circle
NexusFi Journal Challenge - April 2024
Feedback and Announcements
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Are there any eval firms that allow you to sink to your …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
GFIs1 1 DAX trade per day journal
18 thanks
The Program
18 thanks
  #12 (permalink)
 
futurestrader1's Avatar
 futurestrader1 
New York City, USA
 
Experience: Advanced
Platform: NinjaTrader
Trading: ES, CL, 6E
Posts: 149 since Jun 2010
Thanks Given: 81
Thanks Received: 42

I have a very similar code i had made for me on TOS...Richard, the master programmer made it for me a few years ago in like 10 minutes...it's just a triple keltner channel

I'd like to have it on MT4 and NinjaTrader

 
Code
declare weak_volume_dependency;
input displace = 0;
input displace2 = 0;
input displace3 = 0;
input factor = 1.75;
input factor2 = 2.5;
input factor3 = 4;
input length = 45;
input price = close;
def shift = factor * AvgTrueRange(high, close, low, length);
def shift2 = factor2 * AvgTrueRange(high, close, low, length);
def shift3 = factor3 * AvgTrueRange(high, close, low, length);
def average = ExpAverage(price, length);
plot Avg = average[-displace];
Avg.SetDefaultColor(GetColor(7));
plot Upper_Band = average[-displace] + shift[-displace];
Upper_Band.SetDefaultColor(GetColor(7));
plot Lower_Band = average[-displace] - shift[-displace];
Lower_Band.SetDefaultColor(GetColor(7));
plot Upper_Band2 = average[-displace] + shift2[-displace];
Upper_Band2.SetDefaultColor(GetColor(7));
plot Lower_Band2 = average[-displace] - shift2[-displace];
Lower_Band2.SetDefaultColor(GetColor(7));
plot Upper_Band3 = average[-displace] + shift3[-displace];
Upper_Band3.SetDefaultColor(GetColor(7));
plot Lower_Band3 = average[-displace] - shift3[-displace];
Lower_Band3.SetDefaultColor(GetColor(7));

Reply With Quote
  #13 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,396 since Jun 2009
Thanks Given: 33,172
Thanks Received: 101,536



futurestrader1 View Post
I'd like to have it on MT4 and NinjaTrader

Threads for requesting an indicator to be created are below:

NinjaTrader:


EasyLanguage:


MetaTrader:
MetaQuotes MetaTrader MQL Programming - Big Mike's Trading Forum

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
  #14 (permalink)
 lud2719 
Wausau Wisconsin
 
Experience: Intermediate
Platform: NinjaTrader
Trading: ES
Posts: 2 since Nov 2012
Thanks Given: 0
Thanks Received: 1


josh View Post
Probably the same way everyone else does--confluence with previous s/r, fibs, volume profile, etc. .. nothing magical, and the hard part about trading is not "coming up with the lines" .. it's what to do in response to that information... determining direction, timing entry with that direction, exiting the position, management of the position (scale in, out, AIAO, etc.) ..

You hit the nail right on the head "coming up with the lines is the easy part". . . and so what do you do with those lines? I don't know and the person behind trading with an edge can not tell you either. What he will tell you is that you typically go for 3 to 5 points off the key line. Well, the key line prints before the open of the day session but close enough to it anyway and at current price levels and of course you usually get at least 3 points of movement off the open even on a slow day. There was some talk of a trading room and training but I was not invited into any room nor did I receive training beyond his initial 2-3 minute discussion of what to do with the software. The most valuable point from that 2-3 minute discussion is listed above. Also, you are instructed to set your PC clock to Eastern time Zone to make the lines print "correctly". The 2 BBL (Bull / Bear Line) lines that print each day do look like they have some significance at times but again, I don't know how to trade them. The most concrete thing I can say about this is that so far, I feel I was a fool for buying it.

Reply With Quote
Thanked by:
  #15 (permalink)
 booker777 
Augusta, GA
 
Experience: Advanced
Platform: NT
Trading: ES, TF
Posts: 100 since Feb 2011
Thanks Given: 36
Thanks Received: 24

Does anyone subscribe to this service here and can give testimony?

Started this thread Reply With Quote
  #16 (permalink)
 ValLiant 
redding, CA
 
Experience: None
Platform: ninja/timingsolutions(Wave59 jurys out)
Broker: iB
Trading: CL/GC/NQ
Posts: 67 since May 2010
Thanks Given: 78
Thanks Received: 22

i would be curious as well... doesnt seem the webpage is up anymore... did he go out of business or just quit selling things?

Reply With Quote




Last Updated on January 9, 2015


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts