NexusFi: Find Your Edge


Home Menu

 





Polychromatic conversion to trade station


Discussion in EasyLanguage Programming

Updated
      Top Posters
    1. looks_one anahat with 12 posts (1 thanks)
    2. looks_two Nicolas11 with 6 posts (2 thanks)
    3. looks_3 RM99 with 2 posts (0 thanks)
    4. looks_4 Big Mike with 1 posts (1 thanks)
    1. trending_up 8,747 views
    2. thumb_up 4 thanks given
    3. group 5 followers
    1. forum 22 posts
    2. attach_file 0 attachments




 
Search this Thread

Polychromatic conversion to trade station

  #21 (permalink)
anahat
pinole california
 
Posts: 16 since Jul 2012
Thanks Given: 0
Thanks Received: 1

ahh yes nicolas thank you soo much for your wise input i was reading the same exact thing in alot of the books i was reading aswell... i didnt do the parameter adjustment like you mentioned but i actually just tried another security goog, cmg, msft to see how far off the results would be it was about 40-55%
funny story i was testing the ultimate oscilator last night and it has been tested to be a very highly accurate instrument but when i tested it on different equities and indexed results varied from 70-100% keep in mind that it only tells u to get in average about 5-6 times a year on a daily chart.. anyways point being is your right i will not only mess with parameters but test on diff equities futures and indices to see validity


but the equity curve is a critical piece of information i neglected i need to figure out how to acess that with trade station im sure they have it will google it soon

but right now this is just the compiling of a loose fitting system once i have something solid i think i will try to break it with very rigorous testing before i use it

thanks guys!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC Advanced Simulated Trading.
MultiCharts
Can I use Ehlers Periodogram as the lookback for another …
NinjaTrader
Is there a way to simulate CONTINUOUS CONTRACT?
NinjaTrader
static margin on the right side of a chart
NinjaTrader
Better Renko Gaps
The Elite Circle
 
  #22 (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,493 since Jun 2009
Thanks Given: 33,259
Thanks Received: 101,709

Please post code in the code blocks [code]code here[/code].

Mike



Join the free Markets Chat beta: one platform, all the trade rooms!

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
Thanked by:
  #23 (permalink)
Rvuke22
Chicago Illinois USA
 
Posts: 1 since Feb 2018
Thanks Given: 0
Thanks Received: 0


Trying to convert PolychMTN from Thinkorswim into tradestation. I used the August 8th post as the formula. Tradestation and TOS don't match. Below is the formula used for Tradestation. Does anyone have the same problem? I use this momentum indicator on stocks and want to use tradestation instead of TOS. I would like to have the readings match.

Inputs:
price ( Close),
length ( 8);

Variables:
num ( 0 ),
indexN ( 0 ),
accuN ( 0 ),
denom ( 0 ),
indexD ( 0 ),
accuD ( 0 ),
offset ( 0 );

accuN = 0;
for indexN = 1 to length+1 begin
if indexN > length then offset = length else offset = indexN;
accuN = accuN + (price - price[offset]) / SquareRoot(indexN);
end;
num = accuN;

accuD = 0;
for indexD = 1 to length+1 begin
accuD = accuD + SquareRoot(indexD);
end;
denom = accuD;


Plot1( num/Denom, "Momentum" );
plot2(.2,"sxo",Red);
Plot3(-.04,"Bxo",Cyan);

Reply With Quote




Last Updated on February 24, 2018


© 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